OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSVGGraphicsElement
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.h
68
virtual bool
isSVGGraphicsElement
() const OVERRIDE { return true; }
79
inline bool
isSVGGraphicsElement
(const Node& node)
81
return node.isSVGElement() && toSVGElement(node).
isSVGGraphicsElement
();
SVGElement.h
83
virtual bool
isSVGGraphicsElement
() const { return false; }
SVGGraphicsElement.cpp
57
if (target && target->
isSVGGraphicsElement
()) {
SVGAnimateMotionElement.cpp
69
if (!targetElement->
isSVGGraphicsElement
())
SVGUseElement.cpp
549
if (n->isSVGElement() && toSVGElement(n)->
isSVGGraphicsElement
()) {
[
all
...]
SVGElement.cpp
599
if (!
isSVGGraphicsElement
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp
99
if (!childNode->isSVGElement() || !toSVGElement(childNode)->
isSVGGraphicsElement
())
Completed in 80 milliseconds