Searched defs:MutableStylePropertySet (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp63 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this);
67 MutableStylePropertySet::MutableStylePropertySet(CSSParserMode cssParserMode) function in class:blink::MutableStylePropertySet
72 MutableStylePropertySet::MutableStylePropertySet(const CSSProperty* properties, unsigned length) function in class:blink::MutableStylePropertySet
127 MutableStylePropertySet::MutableStylePropertySet(const StylePropertySet& other) function in class:blink::MutableStylePropertySet
168 toMutableStylePropertySet(this)->~MutableStylePropertySet();
174 bool MutableStylePropertySet::removeShorthandProperty(CSSPropertyID propertyID)
190 bool MutableStylePropertySet
[all...]
H A DStylePropertySet.h37 class MutableStylePropertySet;
46 // destructor. This can be removed once the MutableStylePropertySet's OwnPtr is moved
102 PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyBlockProperties() const;
106 PassRefPtrWillBeRawPtr<MutableStylePropertySet> mutableCopy() const;
109 PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
187 class MutableStylePropertySet : public StylePropertySet { class in namespace:blink
189 ~MutableStylePropertySet() { }
190 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(CSSParserMode = HTMLQuirksMode);
191 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count);
226 explicit MutableStylePropertySet(CSSParserMod
[all...]

Completed in 75 milliseconds