Dillo v3.1.1-98-g318d1f14
|
#include <css.hh>
Public Attributes | |
int32_t | intVal |
CssLength | lenVal |
char * | strVal |
CssBackgroundPosition * | posVal |
int32_t CssPropertyValue::intVal |
Definition at line 261 of file css.hh.
Referenced by StyleEngine::apply(), StyleEngine::computeBorderWidth(), CssParser::parseValue(), CssProperty::print(), and StyleEngine::setNonCssHint().
CssLength CssPropertyValue::lenVal |
Definition at line 262 of file css.hh.
Referenced by StyleEngine::apply(), StyleEngine::computeBorderWidth(), CssParser::parseValue(), and StyleEngine::setNonCssHint().
CssBackgroundPosition* CssPropertyValue::posVal |
Definition at line 264 of file css.hh.
Referenced by StyleEngine::apply(), CssProperty::free(), and CssParser::parseValue().
char* CssPropertyValue::strVal |
Definition at line 263 of file css.hh.
Referenced by CssPropertyList::apply(), StyleEngine::apply(), CssPropertyList::CssPropertyList(), CssProperty::free(), CssParser::parseValue(), and StyleEngine::setNonCssHint().