Searched defs:StylePropertySet (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.h40 class StylePropertySet : public RefCountedWillBeGarbageCollectedFinalized<StylePropertySet> { class in namespace:blink
57 PropertyReference(const StylePropertySet& propertySet, unsigned index)
85 const StylePropertySet& m_propertySet;
132 StylePropertySet(CSSParserMode cssParserMode) function in class:blink::StylePropertySet
138 StylePropertySet(CSSParserMode cssParserMode, unsigned immutableArraySize) function in class:blink::StylePropertySet
151 class ImmutableStylePropertySet : public StylePropertySet {
185 DEFINE_TYPE_CASTS(ImmutableStylePropertySet, StylePropertySet, set, !set->isMutable(), !set.isMutable());
187 class MutableStylePropertySet : public StylePropertySet {
212 void removeEquivalentProperties(const StylePropertySet*);
[all...]

Completed in 107 milliseconds