/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGTextContentElement.h | 105 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
SVGFontFaceElement.cpp | 54 RefPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableElement.cpp | 305 void HTMLTableElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) 420 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); 476 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); 523 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
|
HTMLFontElement.cpp | 187 void HTMLFontElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
HTMLIFrameElement.cpp | 57 void HTMLIFrameElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
HTMLObjectElement.h | 73 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
HTMLPlugInElement.h | 68 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
HTMLTextAreaElement.h | 104 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
HTMLEmbedElement.cpp | 80 void HTMLEmbedElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
HTMLMarqueeElement.cpp | 67 void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
HTMLTableCellElement.cpp | 89 void HTMLTableCellElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
HTMLVideoElement.cpp | 85 void HTMLVideoElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
HTMLElement.cpp | 131 void HTMLElement::applyBorderAttributeToStyle(const AtomicString& value, MutableStylePropertySet* style) 137 void HTMLElement::mapLanguageAttributeToLocale(const AtomicString& value, MutableStylePropertySet* style) 160 void HTMLElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) 473 void HTMLElement::applyAlignmentAttributeToStyle(const AtomicString& alignment, MutableStylePropertySet* style) [all...] |
HTMLFrameSetElement.cpp | 69 void HTMLFrameSetElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
HTMLInputElement.h | 325 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
PropertySetCSSStyleDeclaration.cpp | 350 PassRefPtr<MutableStylePropertySet> PropertySetCSSStyleDeclaration::copyProperties() const 360 StyleRuleCSSStyleDeclaration::StyleRuleCSSStyleDeclaration(MutableStylePropertySet* propertySet, CSSRule* parentRule) 406 void StyleRuleCSSStyleDeclaration::reattach(MutableStylePropertySet* propertySet)
|
CSSKeyframeRule.cpp | 94 MutableStylePropertySet* StyleKeyframe::mutableProperties()
|
CSSMatrix.cpp | 60 RefPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create();
|
CSSParser.h | 64 class MutableStylePropertySet; 107 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*); 112 bool parseDeclaration(MutableStylePropertySet*, const String&, SourceDataHandler*, StyleSheetContents* contextStyleSheet); 130 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, const Document&); 514 bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
|
FontFace.cpp | 96 RefPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
|
FontFaceSet.cpp | 364 RefPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.h | 45 class MutableStylePropertySet; 192 PassRefPtr<MutableStylePropertySet> copyTypingStyle() const;
|
EditorCommand.cpp | 119 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); 126 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); 153 RefPtr<MutableStylePropertySet> newMutableStyle = MutableStylePropertySet::create(); 176 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(); 597 RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create() [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
PresentationAttributeStyle.cpp | 180 style = MutableStylePropertySet::create(element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);
|
Element.h | 56 class MutableStylePropertySet; 263 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) { } 535 void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, CSSValueID identifier); 536 void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, double value, CSSPrimitiveValue::UnitTypes); 537 void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, const String& value); 582 MutableStylePropertySet* ensureMutableInlineStyle(); [all...] |