OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutableStylePropertySet
(Results
26 - 50
of
99
) sorted by null
1
2
3
4
/external/chromium_org/third_party/WebKit/Source/core/animation/
ElementAnimation.cpp
78
Vector<RefPtr<
MutableStylePropertySet
> > propertySetVector;
81
RefPtr<
MutableStylePropertySet
> propertySet =
MutableStylePropertySet
::create();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBRElement.cpp
53
void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value,
MutableStylePropertySet
* style)
HTMLBodyElement.h
53
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
HTMLDivElement.cpp
52
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
42
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
HTMLParagraphElement.cpp
52
void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value,
MutableStylePropertySet
* style)
HTMLTableCellElement.h
58
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
HTMLFrameSetElement.h
65
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
HTMLTableColElement.cpp
56
void HTMLTableColElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value,
MutableStylePropertySet
* style)
HTMLVideoElement.h
72
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
HTMLHRElement.cpp
54
void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value,
MutableStylePropertySet
* style)
HTMLImageElement.h
96
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
HTMLLIElement.cpp
53
void HTMLLIElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value,
MutableStylePropertySet
* style)
HTMLOListElement.cpp
58
void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value,
MutableStylePropertySet
* style)
HTMLTableElement.h
76
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
HTMLTablePartElement.cpp
49
void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value,
MutableStylePropertySet
* style)
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h
34
class
MutableStylePropertySet
;
105
MutableStylePropertySet
* mutableProperties();
130
MutableStylePropertySet
* mutableProperties();
151
MutableStylePropertySet
* mutableProperties();
244
MutableStylePropertySet
* mutableProperties();
266
MutableStylePropertySet
* mutableProperties();
StyleRule.cpp
201
MutableStylePropertySet
* StyleRule::mutableProperties()
229
MutableStylePropertySet
* StyleRulePage::mutableProperties()
256
MutableStylePropertySet
* StyleRuleFontFace::mutableProperties()
348
MutableStylePropertySet
* StyleRuleViewport::mutableProperties()
377
MutableStylePropertySet
* StyleRuleFilter::mutableProperties()
CSSComputedStyleDeclaration.h
40
class
MutableStylePropertySet
;
84
virtual PassRefPtr<
MutableStylePropertySet
> copyProperties() const OVERRIDE;
91
PassRefPtr<
MutableStylePropertySet
> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h
54
class
MutableStylePropertySet
;
102
MutableStylePropertySet
* style() { return m_mutableStyle.get(); }
105
void setStyle(PassRefPtr<
MutableStylePropertySet
>);
166
RefPtr<
MutableStylePropertySet
> m_mutableStyle;
220
void extractTextStyles(Document*,
MutableStylePropertySet
*, bool shouldUseFixedFontDefaultSize);
EditingStyle.cpp
125
static PassRefPtr<
MutableStylePropertySet
> copyEditingProperties(StyleDeclarationType* style, EditingPropertiesType type = OnlyInheritableEditingProperties)
137
static PassRefPtr<
MutableStylePropertySet
> editingStyleFromComputedStyle(PassRefPtr<CSSComputedStyleDeclaration> style, EditingPropertiesType type = OnlyInheritableEditingProperties)
140
return
MutableStylePropertySet
::create();
144
static PassRefPtr<
MutableStylePropertySet
> getPropertiesNotIn(StylePropertySet* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);
296
RefPtr<
MutableStylePropertySet
> dummyStyle;
297
dummyStyle =
MutableStylePropertySet
::create();
488
m_mutableStyle =
MutableStylePropertySet
::create();
560
void EditingStyle::setStyle(PassRefPtr<
MutableStylePropertySet
> style)
574
m_mutableStyle =
MutableStylePropertySet
::create();
611
textDirection->m_mutableStyle =
MutableStylePropertySet
::create()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h
133
MutableStylePropertySet
* animatedSMILStyleProperties() const;
134
MutableStylePropertySet
* ensureAnimatedSMILStyleProperties();
159
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
SVGImageElement.h
52
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&,
MutableStylePropertySet
*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.h
35
class
MutableStylePropertySet
;
Completed in 1041 milliseconds
1
2
3
4