OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetElement
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGTextPath.cpp
48
Element*
targetElement
= textPathElement->document()->getElementById(pathId);
49
if (!
targetElement
|| !
targetElement
->hasTagName(SVGNames::pathTag))
52
SVGPathElement* pathElement = static_cast<SVGPathElement*>(
targetElement
);
/external/webkit/Source/WebCore/svg/
SVGTextPathElement.cpp
160
Element*
targetElement
= ownerDocument()->getElementById(id);
161
if (!
targetElement
) {
SVGAElement.cpp
167
Element*
targetElement
= document()->getElementById(url.substring(1));
168
if (SVGSMILElement::isSMILElement(
targetElement
)) {
169
static_cast<SVGSMILElement*>(
targetElement
)->beginByLinkActivation();
SVGAnimateTransformElement.cpp
64
SVGElement*
targetElement
= this->
targetElement
();
65
if (!
targetElement
)
68
return determineAnimatedAttributeType(
targetElement
) == AnimatedTransformList;
71
AnimatedAttributeType SVGAnimateTransformElement::determineAnimatedAttributeType(SVGElement*
targetElement
) const
73
ASSERT(
targetElement
);
77
if (
targetElement
->animatedPropertyTypeForAttribute(attributeName()) != AnimatedTransformList)
116
SVGElement*
targetElement
= this->
targetElement
();
117
if (!
targetElement
|| determineAnimatedAttributeType(targetElement) == AnimatedUnknown
[
all
...]
SVGAnimateMotionElement.cpp
58
SVGElement*
targetElement
= this->
targetElement
();
59
if (!
targetElement
)
63
if (!
targetElement
->isStyledTransformable() && !
targetElement
->hasTagName(SVGNames::textTag))
67
if (
targetElement
->hasTagName(gTag)
68
||
targetElement
->hasTagName(defsTag)
69
||
targetElement
->hasTagName(useTag)
70
||
targetElement
->hasTagName(imageTag)
71
||
targetElement
->hasTagName(switchTag
[
all
...]
SVGAnimateElement.cpp
91
static inline void adjustForCurrentColor(SVGElement*
targetElement
, Color& color)
93
ASSERT(
targetElement
);
95
if (RenderObject* targetRenderer =
targetElement
->renderer())
101
static inline void adjustForInheritance(SVGElement*
targetElement
, const QualifiedName& attributeName, String& value)
105
ASSERT(
targetElement
);
107
Element* parent =
targetElement
->parentElement();
118
SVGElement*
targetElement
= this->
targetElement
();
119
if (!
targetElement
)
122
return determineAnimatedAttributeType(
targetElement
) != AnimatedUnknown
[
all
...]
SVGUseElement.cpp
462
Element*
targetElement
= document()->getElementById(id);
465
if (!
targetElement
) {
506
Element*
targetElement
= document()->getElementById(id);
507
if (!
targetElement
) {
525
if (
targetElement
&&
targetElement
->isSVGElement())
526
target = static_cast<SVGElement*>(
targetElement
);
757
Element*
targetElement
= document()->getElementById(id);
759
if (
targetElement
&&
targetElement
->isSVGElement()
[
all
...]
/external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.cpp
199
SVGElement*
targetElement
= key.first;
201
ASSERT(
targetElement
);
204
if (SVGAnimationElement::isTargetAttributeCSSProperty(
targetElement
, attributeName))
205
baseValue = computedStyle(
targetElement
)->getPropertyValue(cssPropertyID(attributeName.localName()));
207
baseValue =
targetElement
->getAttribute(attributeName);
238
SVGElement*
targetElement
= animation->
targetElement
();
240
if (!
targetElement
|| !
targetElement
->hasID() ||
targetElement
->idForStyleResolution() != m_nextSamplingTarget
[
all
...]
SVGSMILElement.cpp
430
return condition.m_baseID.isEmpty() ?
targetElement
() : document()->getElementById(condition.m_baseID);
498
SVGElement* SVGSMILElement::
targetElement
() const
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 204 milliseconds