OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSVGGraphicsElement
(Results
1 - 2
of
2
) 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; }
Completed in 196 milliseconds