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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 40 class MutableStylePropertySet;
50 // destructor. This can be removed once the MutableStylePropertySet's OwnPtr is moved
105 PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyBlockProperties() const;
109 PassRefPtrWillBeRawPtr<MutableStylePropertySet> mutableCopy() const;
112 PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
195 class MutableStylePropertySet : public StylePropertySet {
197 ~MutableStylePropertySet() { }
198 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(CSSParserMode = HTMLQuirksMode);
199 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count);
235 explicit MutableStylePropertySet(CSSParserMode)
    [all...]
StylePropertySet.cpp 63 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this);
67 MutableStylePropertySet::MutableStylePropertySet(CSSParserMode cssParserMode)
72 MutableStylePropertySet::MutableStylePropertySet(const CSSProperty* properties, unsigned length)
127 MutableStylePropertySet::MutableStylePropertySet(const StylePropertySet& other)
168 toMutableStylePropertySet(this)->~MutableStylePropertySet();
174 bool MutableStylePropertySet::removeShorthandProperty(CSSPropertyID propertyID)
190 bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, String* returnText
    [all...]

Completed in 328 milliseconds