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 41 class MutableStylePropertySet;
101 PassRefPtr<MutableStylePropertySet> copyBlockProperties() const;
107 PassRefPtr<MutableStylePropertySet> mutableCopy() const;
110 PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
183 class MutableStylePropertySet : public StylePropertySet {
185 ~MutableStylePropertySet() { }
186 static PassRefPtr<MutableStylePropertySet> create(CSSParserMode = HTMLQuirksMode);
187 static PassRefPtr<MutableStylePropertySet> create(const CSSProperty* properties, unsigned count);
232 static PassRefPtr<VariablesIterator> create(MutableStylePropertySet*);
234 explicit VariablesIterator(MutableStylePropertySet* propertySet) : m_propertySet(propertySet) {
    [all...]
StylePropertySet.cpp 61 const MutableStylePropertySet* mutableThis = toMutableStylePropertySet(this);
65 MutableStylePropertySet::MutableStylePropertySet(CSSParserMode cssParserMode)
70 MutableStylePropertySet::MutableStylePropertySet(const CSSProperty* properties, unsigned length)
97 MutableStylePropertySet::MutableStylePropertySet(const StylePropertySet& other)
146 bool MutableStylePropertySet::removeShorthandProperty(CSSPropertyID propertyID)
162 bool MutableStylePropertySet::removeProperty(CSSPropertyID propertyID, String* returnText)
190 void MutableStylePropertySet::removePrefixedOrUnprefixedProperty(CSSPropertyID propertyID
    [all...]

Completed in 48 milliseconds