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 37 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 {
189 ~MutableStylePropertySet() { }
190 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(CSSParserMode = HTMLQuirksMode);
191 static PassRefPtrWillBeRawPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count);
226 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 131 milliseconds