HomeSort by relevance Sort by last modified time
    Searched refs:MutableStylePropertySet (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/css/
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...]
PropertySetCSSStyleDeclaration.h 40 class MutableStylePropertySet;
45 PropertySetCSSStyleDeclaration(MutableStylePropertySet* propertySet) : m_propertySet(propertySet) { }
79 virtual PassRefPtr<MutableStylePropertySet> copyProperties() const OVERRIDE;
88 MutableStylePropertySet* m_propertySet;
95 static PassRefPtr<StyleRuleCSSStyleDeclaration> create(MutableStylePropertySet* propertySet, CSSRule* parentRule)
105 void reattach(MutableStylePropertySet*);
108 StyleRuleCSSStyleDeclaration(MutableStylePropertySet*, CSSRule*);
125 InlineCSSStyleDeclaration(MutableStylePropertySet* propertySet, Element* parentElement)
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...]
DOMWindowCSS.cpp 77 RefPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();
CSSKeyframeRule.h 36 class MutableStylePropertySet;
59 MutableStylePropertySet* mutableProperties();
CSSStyleDeclaration.h 38 class MutableStylePropertySet;
77 virtual PassRefPtr<MutableStylePropertySet> copyProperties() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.h 42 class MutableStylePropertySet;
70 RefPtr<MutableStylePropertySet> m_propertySet;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBRElement.h 41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLDivElement.h 39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLFontElement.h 41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLHRElement.h 40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLLIElement.h 39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLParagraphElement.h 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLPreElement.h 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLTableCaptionElement.h 41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLTablePartElement.h 43 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLUListElement.h 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLElement.h 97 void addHTMLLengthToStyle(MutableStylePropertySet*, CSSPropertyID, const String& value);
98 void addHTMLColorToStyle(MutableStylePropertySet*, CSSPropertyID, const String& color);
100 void applyAlignmentAttributeToStyle(const AtomicString&, MutableStylePropertySet*);
101 void applyBorderAttributeToStyle(const AtomicString&, MutableStylePropertySet*);
105 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
114 void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
HTMLMarqueeElement.h 60 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLOListElement.h 57 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLPreElement.cpp 53 void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLTableCaptionElement.cpp 53 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLTableColElement.h 47 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLUListElement.cpp 51 void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 77 MutableStylePropertySet* animatedSMILStyleProperties() const { return m_animatedSMILStyleProperties.get(); }
78 MutableStylePropertySet* ensureAnimatedSMILStyleProperties()
81 m_animatedSMILStyleProperties = MutableStylePropertySet::create(SVGAttributeMode);
116 RefPtr<MutableStylePropertySet> m_animatedSMILStyleProperties;

Completed in 99 milliseconds

1 2 3 4