webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CSSValue.h>
Public Types | |
enum | Type { CSS_INHERIT = 0, CSS_PRIMITIVE_VALUE = 1, CSS_VALUE_LIST = 2, CSS_CUSTOM = 3, CSS_INITIAL = 4, CSS_UNSET = 5, CSS_REVERT = 6, CSS_INHERIT = 0, CSS_PRIMITIVE_VALUE = 1, CSS_VALUE_LIST = 2, CSS_CUSTOM = 3, CSS_INITIAL = 4, CSS_UNSET = 5, CSS_REVERT = 6 } |
enum | ValueListSeparator { SpaceSeparator, CommaSeparator, SlashSeparator, SpaceSeparator, CommaSeparator, SlashSeparator } |
enum | Type { CSS_INHERIT = 0, CSS_PRIMITIVE_VALUE = 1, CSS_VALUE_LIST = 2, CSS_CUSTOM = 3, CSS_INITIAL = 4, CSS_UNSET = 5, CSS_REVERT = 6, CSS_INHERIT = 0, CSS_PRIMITIVE_VALUE = 1, CSS_VALUE_LIST = 2, CSS_CUSTOM = 3, CSS_INITIAL = 4, CSS_UNSET = 5, CSS_REVERT = 6 } |
enum | ValueListSeparator { SpaceSeparator, CommaSeparator, SlashSeparator, SpaceSeparator, CommaSeparator, SlashSeparator } |
Static Public Attributes | |
static const size_t | ValueListSeparatorBits = 2 |
Protected Member Functions | |
ClassType | classType () const |
CSSValue (ClassType classType) | |
~CSSValue () | |
ClassType | classType () const |
CSSValue (ClassType classType) | |
~CSSValue () | |
Protected Member Functions inherited from WTF::RefCounted< CSSValue > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
Protected Attributes | |
unsigned | m_primitiveUnitType: 7 |
unsigned | m_hasCachedCSSText: 1 |
unsigned | m_isQuirkValue: 1 |
unsigned | m_valueListSeparator: ValueListSeparatorBits |
Static Protected Attributes | |
static const size_t | ClassTypeBits = 6 |
Friends | |
class | CSSValueList |
|
protected |
|
protected |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Ref< DeprecatedCSSOMValue > WebCore::CSSValue::createDeprecatedCSSOMWrapper | ( | ) | const |
Ref<DeprecatedCSSOMValue> WebCore::CSSValue::createDeprecatedCSSOMWrapper | ( | ) | const |
String WebCore::CSSValue::cssText | ( | ) | const |
String WebCore::CSSValue::cssText | ( | ) | const |
CSSValue::Type WebCore::CSSValue::cssValueType | ( | ) | const |
Type WebCore::CSSValue::cssValueType | ( | ) | const |
|
inline |
|
inline |
bool WebCore::CSSValue::equals | ( | const CSSValue & | other | ) | const |
bool WebCore::CSSValue::equals | ( | const CSSValue & | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool WebCore::CSSValue::isImplicitInitialValue | ( | ) | const |
bool WebCore::CSSValue::isImplicitInitialValue | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool WebCore::CSSValue::traverseSubresources | ( | const std::function< bool(const CachedResource &)> & | handler | ) | const |
bool WebCore::CSSValue::traverseSubresources | ( | const std::function< bool(const CachedResource &)> & | handler | ) | const |
bool WebCore::CSSValue::treatAsInheritedValue | ( | CSSPropertyID | ) | const |
bool WebCore::CSSValue::treatAsInheritedValue | ( | CSSPropertyID | propertyID | ) | const |
bool WebCore::CSSValue::treatAsInitialValue | ( | CSSPropertyID | propertyID | ) | const |
bool WebCore::CSSValue::treatAsInitialValue | ( | CSSPropertyID | ) | const |
|
friend |
|
staticprotected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
static |