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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDivElement.h 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLParagraphElement.h 37 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLPreElement.h 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLTableCaptionElement.h 40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLUListElement.h 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLBRElement.h 41 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;
HTMLTablePartElement.h 43 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLTableCaptionElement.cpp 43 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLUListElement.cpp 48 void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLElement.h 99 void addHTMLLengthToStyle(MutableStylePropertySet*, CSSPropertyID, const String& value);
100 void addHTMLColorToStyle(MutableStylePropertySet*, CSSPropertyID, const String& color);
102 void applyAlignmentAttributeToStyle(const AtomicString&, MutableStylePropertySet*);
103 void applyBorderAttributeToStyle(const AtomicString&, MutableStylePropertySet*);
107 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
116 void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
HTMLDivElement.cpp 42 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLEmbedElement.h 41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLIFrameElement.h 40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLMarqueeElement.h 63 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLOListElement.h 57 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLParagraphElement.cpp 42 void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLPreElement.cpp 51 void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.h 42 class MutableStylePropertySet;
70 RefPtrWillBeMember<MutableStylePropertySet> m_propertySet;
  /external/chromium_org/third_party/WebKit/Source/core/css/
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...]
PropertySetCSSStyleDeclaration.h 40 class MutableStylePropertySet;
68 virtual PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyProperties() const OVERRIDE FINAL;
76 virtual MutableStylePropertySet& propertySet() const = 0;
83 PropertySetCSSStyleDeclaration(MutableStylePropertySet& propertySet) : m_propertySet(&propertySet) { }
93 virtual MutableStylePropertySet& propertySet() const OVERRIDE FINAL { ASSERT(m_propertySet); return *m_propertySet; }
95 RawPtrWillBeMember<MutableStylePropertySet> m_propertySet; // Cannot be null
101 static PassRefPtrWillBeRawPtr<StyleRuleCSSStyleDeclaration> create(MutableStylePropertySet& propertySet, CSSRule* parentRule)
113 void reattach(MutableStylePropertySet&);
118 StyleRuleCSSStyleDeclaration(MutableStylePropertySet&, CSSRule*);
145 virtual MutableStylePropertySet& propertySet() const OVERRIDE
    [all...]
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...]
DOMWindowCSS.cpp 77 RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();

Completed in 289 milliseconds

1 2 3 4 5