OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextElement
(Results
76 - 100
of
119
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGNumber.h
61
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
62
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGNumberList.idl
29
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGNumberOptionalNumber.h
56
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
57
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGPathSegList.idl
29
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGPoint.h
72
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
73
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGPointList.idl
28
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGPreserveAspectRatio.idl
29
SetWrapperReferenceTo(SVGElement
contextElement
)
SVGStringList.idl
28
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGTransform.idl
25
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGTransformTearOff.cpp
39
SVGTransformTearOff::SVGTransformTearOff(PassRefPtr<SVGTransform> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
40
: SVGPropertyTearOff<SVGTransform>(target,
contextElement
, propertyIsAnimVal, attributeName)
SVGViewSpec.cpp
32
SVGViewSpec::SVGViewSpec(SVGSVGElement*
contextElement
)
34
// Note: We make tear-offs'
contextElement
the target element of SVGViewSpec.
35
// This
contextElement
will be only used for keeping this alive from the tearoff.
37
// AnimatedProperty tearoff -(
contextElement
)-> SVGSVGElement -(RefPtr)-> SVGViewSpec.
38
: SVGFitToViewBox(
contextElement
, PropertyMapPolicySkip)
39
, m_contextElement(
contextElement
)
40
, m_transform(SVGAnimatedTransformList::create(
contextElement
, SVGNames::transformAttr, SVGTransformList::create()))
SVGAngle.h
106
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
107
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGAngleTearOff.cpp
40
SVGAngleTearOff::SVGAngleTearOff(PassRefPtr<SVGAngle> targetProperty, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
41
: SVGPropertyTearOff<SVGAngle>(targetProperty,
contextElement
, propertyIsAnimVal, attributeName)
SVGLength.h
100
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
101
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGPreserveAspectRatio.h
84
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
85
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGRect.h
69
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
70
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGStringListTearOff.h
43
static PassRefPtr<SVGStringListTearOff> create(PassRefPtr<SVGStringList> target, SVGElement*
contextElement
, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
45
return adoptRef(new SVGStringListTearOff(target,
contextElement
, propertyIsAnimVal, attributeName));
SVGTransform.h
98
virtual void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
) OVERRIDE;
99
virtual float calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*
contextElement
) OVERRIDE;
SVGTransformList.idl
29
SetWrapperReferenceTo(SVGElement
contextElement
),
SVGPathSegList.cpp
40
SVGPathSegList::SVGPathSegList(SVGPathElement*
contextElement
)
41
: m_contextElement(
contextElement
)
44
ASSERT(
contextElement
);
47
SVGPathSegList::SVGPathSegList(SVGPathElement*
contextElement
, PassOwnPtr<SVGPathByteStream> byteStream)
48
: m_contextElement(
contextElement
)
52
ASSERT(
contextElement
);
SVGTextContentElement.cpp
53
static PassRefPtr<SVGAnimatedTextLength> create(SVGTextContentElement*
contextElement
)
55
return adoptRef(new SVGAnimatedTextLength(
contextElement
));
60
SVGTextContentElement* textContentElement = toSVGTextContentElement(
contextElement
());
68
SVGAnimatedTextLength(SVGTextContentElement*
contextElement
)
69
: SVGAnimatedLength(
contextElement
, SVGNames::textLengthAttr, SVGLength::create(LengthModeOther), ForbidNegativeLengths)
SVGLengthList.cpp
120
void SVGLengthList::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*
contextElement
)
127
SVGLengthContext lengthContext(
contextElement
);
137
void SVGLengthList::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
)
143
SVGLengthContext lengthContext(
contextElement
);
SVGLength.cpp
440
void SVGLength::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*
contextElement
)
442
SVGLengthContext lengthContext(
contextElement
);
447
void SVGLength::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*
contextElement
)
453
SVGLengthContext lengthContext(
contextElement
);
462
float SVGLength::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*
contextElement
)
464
SVGLengthContext lengthContext(
contextElement
);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h
61
static PassOwnPtrWillBeRawPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element*
contextElement
, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
63
return adoptPtrWillBeNoop(new HTMLTreeBuilder(parser, fragment,
contextElement
, parserContentPolicy, options));
122
HTMLTreeBuilder(HTMLDocumentParser*, DocumentFragment*, Element*
contextElement
, ParserContentPolicy, const HTMLParserOptions&);
203
FragmentParsingContext(DocumentFragment*, Element*
contextElement
);
207
Element*
contextElement
() const { ASSERT(m_fragment); return m_contextElementStackItem->element(); }
HTMLDocumentParser.h
82
static void parseDocumentFragment(const String&, DocumentFragment*, Element*
contextElement
, ParserContentPolicy = AllowScriptingContent);
116
HTMLDocumentParser(DocumentFragment*, Element*
contextElement
, ParserContentPolicy);
123
static PassRefPtrWillBeRawPtr<HTMLDocumentParser> create(DocumentFragment* fragment, Element*
contextElement
, ParserContentPolicy parserContentPolicy)
125
return adoptRefWillBeNoop(new HTMLDocumentParser(fragment,
contextElement
, parserContentPolicy));
Completed in 426 milliseconds
1
2
3
4
5