OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_contextElement
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGStaticPropertyTearOff.h
46
virtual void commitChange() { (
m_contextElement
.get()->*m_update)(); }
52
,
m_contextElement
(contextElement)
54
m_contextElement
->setContextElement();
58
RefPtr<ContextElement>
m_contextElement
;
SVGAnimatedProperty.h
34
SVGElement* contextElement() const { return
m_contextElement
; }
35
void resetContextElement() {
m_contextElement
= 0; }
88
SVGElement*
m_contextElement
;
SVGStaticListPropertyTearOff.h
46
SVGElement* contextElement() const { return
m_contextElement
; }
87
,
m_contextElement
(contextElement)
89
m_contextElement
->setContextElement();
100
ASSERT(
m_contextElement
);
101
m_values->commitChange(
m_contextElement
);
117
SVGElement*
m_contextElement
;
SVGPropertyTearOff.h
77
m_contextElement
= m_animatedProperty->contextElement();
84
ASSERT(
m_contextElement
);
85
return
m_contextElement
;
139
m_contextElement
= m_animatedProperty->contextElement();
180
SVGElement*
m_contextElement
;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.h
66
SVGElement* contextElement() const { return
m_contextElement
.get(); }
102
WeakPtr<SVGSVGElement>
m_contextElement
;
SVGAnimatedTypeAnimator.h
62
void setContextElement(SVGElement* contextElement) {
m_contextElement
= contextElement; }
183
SVGElement*
m_contextElement
;
Completed in 107 milliseconds