OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useElement
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.cpp
47
SVGUseElement*
useElement
= 0;
49
useElement
= toSVGUseElement(element);
53
useElement
= toSVGUseElement(correspondingElement);
56
if (
useElement
) {
57
SVGLengthContext lengthContext(
useElement
);
58
FloatSize translation(
useElement
->xCurrentValue().value(lengthContext),
useElement
->yCurrentValue().value(lengthContext));
RenderSVGViewportContainer.cpp
73
SVGUseElement*
useElement
= 0;
80
useElement
= instance->directUseElement();
81
if (!
useElement
)
82
useElement
= instance->correspondingUseElement();
87
ASSERT(
useElement
);
99
if (
useElement
->hasAttribute(SVGNames::widthAttr))
100
m_viewport.setWidth(
useElement
->widthCurrentValue().value(lengthContext));
106
if (
useElement
->hasAttribute(SVGNames::heightAttr))
107
m_viewport.setHeight(
useElement
->heightCurrentValue().value(lengthContext));
RenderSVGResourceClipper.cpp
283
SVGUseElement*
useElement
= toSVGUseElement(childNode);
284
renderer =
useElement
->rendererClipChild();
287
if (!
useElement
->hasAttribute(SVGNames::clip_ruleAttr))
/external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp
66
SVGUseElement*
useElement
= toSVGUseElement(shadowHostElement);
67
if (SVGElementInstance* instance =
useElement
->instanceForShadowTreeElement(referenceNode))
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp
256
SVGUseElement*
useElement
= toSVGUseElement(shadowHostElement);
259
String useTitle(
useElement
->title());
[
all
...]
Completed in 578 milliseconds