OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextElement
(Results
26 - 50
of
70
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedBoolean.cpp
28
SVGAnimatedBooleanAnimator::SVGAnimatedBooleanAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
29
: SVGAnimatedTypeAnimator(AnimatedBoolean, animationElement,
contextElement
)
SVGAnimatedPreserveAspectRatio.cpp
28
SVGAnimatedPreserveAspectRatioAnimator::SVGAnimatedPreserveAspectRatioAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
29
: SVGAnimatedTypeAnimator(AnimatedPreserveAspectRatio, animationElement,
contextElement
)
SVGViewSpec.cpp
77
SVGViewSpec::SVGViewSpec(WeakPtr<SVGSVGElement>
contextElement
)
78
: m_contextElement(
contextElement
)
173
ASSERT(ownerType->
contextElement
());
174
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedRect, SVGRect>(ownerType->
contextElement
(), viewBoxPropertyInfo(), ownerType->m_viewBox);
180
ASSERT(ownerType->
contextElement
());
181
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio>(ownerType->
contextElement
(), preserveAspectRatioPropertyInfo(), ownerType->m_preserveAspectRatio);
187
ASSERT(ownerType->
contextElement
());
188
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedTransformList, SVGTransformList>(ownerType->
contextElement
(), transformPropertyInfo(), ownerType->m_transform);
SVGAnimatedString.cpp
28
SVGAnimatedStringAnimator::SVGAnimatedStringAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
29
: SVGAnimatedTypeAnimator(AnimatedString, animationElement,
contextElement
)
SVGTextContentElement.h
114
static void synchronizeTextLength(SVGElement*
contextElement
);
115
static PassRefPtr<SVGAnimatedProperty> lookupOrCreateTextLengthWrapper(SVGElement*
contextElement
);
SVGMarkerElement.cpp
225
void SVGMarkerElement::synchronizeOrientType(SVGElement*
contextElement
)
227
ASSERT(
contextElement
);
228
SVGMarkerElement* ownerType = toSVGMarkerElement(
contextElement
);
240
PassRefPtr<SVGAnimatedProperty> SVGMarkerElement::lookupOrCreateOrientTypeWrapper(SVGElement*
contextElement
)
242
ASSERT(
contextElement
);
243
SVGMarkerElement* ownerType = toSVGMarkerElement(
contextElement
);
SVGTextContentElement.cpp
75
void SVGTextContentElement::synchronizeTextLength(SVGElement*
contextElement
)
77
ASSERT(
contextElement
);
78
SVGTextContentElement* ownerType = toSVGTextContentElement(
contextElement
);
85
PassRefPtr<SVGAnimatedProperty> SVGTextContentElement::lookupOrCreateTextLengthWrapper(SVGElement*
contextElement
)
87
ASSERT(
contextElement
);
88
SVGTextContentElement* ownerType = toSVGTextContentElement(
contextElement
);
SVGAnimatedPath.cpp
30
SVGAnimatedPathAnimator::SVGAnimatedPathAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
31
: SVGAnimatedTypeAnimator(AnimatedPath, animationElement,
contextElement
)
58
SVGElementInstance::InstanceUpdateBlocker blocker(property->
contextElement
());
SVGElement.h
121
static void synchronizeRequiredFeatures(SVGElement*
contextElement
);
122
static void synchronizeRequiredExtensions(SVGElement*
contextElement
);
123
static void synchronizeSystemLanguage(SVGElement*
contextElement
);
SVGAnimatedInteger.cpp
29
SVGAnimatedIntegerAnimator::SVGAnimatedIntegerAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
30
: SVGAnimatedTypeAnimator(AnimatedInteger, animationElement,
contextElement
)
SVGAnimatedIntegerOptionalInteger.cpp
30
SVGAnimatedIntegerOptionalIntegerAnimator::SVGAnimatedIntegerOptionalIntegerAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
31
: SVGAnimatedTypeAnimator(AnimatedIntegerOptionalInteger, animationElement,
contextElement
)
SVGAnimatedNumber.cpp
31
SVGAnimatedNumberAnimator::SVGAnimatedNumberAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
32
: SVGAnimatedTypeAnimator(AnimatedNumber, animationElement,
contextElement
)
SVGAnimatedNumberList.cpp
29
SVGAnimatedNumberListAnimator::SVGAnimatedNumberListAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
30
: SVGAnimatedTypeAnimator(AnimatedNumberList, animationElement,
contextElement
)
SVGAnimatedNumberOptionalNumber.cpp
32
SVGAnimatedNumberOptionalNumberAnimator::SVGAnimatedNumberOptionalNumberAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
33
: SVGAnimatedTypeAnimator(AnimatedNumberOptionalNumber, animationElement,
contextElement
)
SVGAnimatedPointList.cpp
29
SVGAnimatedPointListAnimator::SVGAnimatedPointListAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
30
: SVGAnimatedTypeAnimator(AnimatedPoints, animationElement,
contextElement
)
SVGAnimatedRect.cpp
29
SVGAnimatedRectAnimator::SVGAnimatedRectAnimator(SVGAnimationElement* animationElement, SVGElement*
contextElement
)
30
: SVGAnimatedTypeAnimator(AnimatedRect, animationElement,
contextElement
)
SVGAnimatedTypeAnimator.cpp
38
SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator(AnimatedPropertyType type, SVGAnimationElement* animationElement, SVGElement*
contextElement
)
41
, m_contextElement(
contextElement
)
SVGMarkerElement.h
124
static void synchronizeOrientType(SVGElement*
contextElement
);
125
static PassRefPtr<SVGAnimatedProperty> lookupOrCreateOrientTypeWrapper(SVGElement*
contextElement
);
SVGPathSegWithContext.h
50
SVGPathElement*
contextElement
() const { return m_element; }
SVGPathElement.cpp
309
PassRefPtr<SVGAnimatedProperty> SVGPathElement::lookupOrCreateDWrapper(SVGElement*
contextElement
)
311
ASSERT(
contextElement
);
312
SVGPathElement* ownerType = toSVGPathElement(
contextElement
);
324
void SVGPathElement::synchronizeD(SVGElement*
contextElement
)
326
ASSERT(
contextElement
);
327
SVGPathElement* ownerType = toSVGPathElement(
contextElement
);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h
60
static PassOwnPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element*
contextElement
, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
62
return adoptPtr(new HTMLTreeBuilder(parser, fragment,
contextElement
, parserContentPolicy, options));
119
HTMLTreeBuilder(HTMLDocumentParser*, DocumentFragment*, Element*
contextElement
, ParserContentPolicy, const HTMLParserOptions&);
200
FragmentParsingContext(DocumentFragment*, Element*
contextElement
);
204
Element*
contextElement
() const { ASSERT(m_fragment); return m_contextElementStackItem->element(); }
HTMLDocumentParser.h
79
static void parseDocumentFragment(const String&, DocumentFragment*, Element*
contextElement
, ParserContentPolicy = AllowScriptingContent);
108
HTMLDocumentParser(DocumentFragment*, Element*
contextElement
, ParserContentPolicy);
115
static PassRefPtr<HTMLDocumentParser> create(DocumentFragment* fragment, Element*
contextElement
, ParserContentPolicy parserContentPolicy)
117
return adoptRef(new HTMLDocumentParser(fragment,
contextElement
, parserContentPolicy));
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.h
44
SVGPathElement*
contextElement
() const;
141
m_values->commitChange(m_animatedProperty->
contextElement
(), ListModificationUnknown);
147
m_values->commitChange(m_animatedProperty->
contextElement
(), listModification);
SVGPropertyTearOff.h
77
m_contextElement = m_animatedProperty->
contextElement
();
80
SVGElement*
contextElement
() const
139
m_contextElement = m_animatedProperty->
contextElement
();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp
82
float SVGTextLayoutEngineSpacing::calculateCSSKerningAndSpacing(const SVGRenderStyle* style, SVGElement*
contextElement
, UChar currentCharacter)
89
SVGLengthContext lengthContext(
contextElement
);
Completed in 794 milliseconds
1
2
3