dillo
3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
![]() ![]() |
#include <css.hh>
Public Attributes | |
int32_t | intVal |
char * | strVal |
CssBackgroundPosition * | posVal |
int32_t CssPropertyValue::intVal |
Definition at line 243 of file css.hh.
Referenced by StyleEngine::apply(), StyleEngine::computeBorderWidth(), CssParser::parseValue(), and StyleEngine::setNonCssHint().
CssBackgroundPosition* CssPropertyValue::posVal |
Definition at line 245 of file css.hh.
Referenced by StyleEngine::apply(), CssProperty::free(), and CssParser::parseValue().
char* CssPropertyValue::strVal |
Definition at line 244 of file css.hh.
Referenced by StyleEngine::apply(), CssPropertyList::apply(), CssPropertyList::CssPropertyList(), CssProperty::free(), CssParser::parseValue(), and StyleEngine::setNonCssHint().