OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSVGSVGElement
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h
140
virtual bool
isSVGSVGElement
() const OVERRIDE { return true; }
183
inline bool
isSVGSVGElement
(const Node& node)
185
return node.isSVGElement() && toSVGElement(node).
isSVGSVGElement
();
SVGElement.h
84
virtual bool
isSVGSVGElement
() const { return false; }
SVGLengthContext.cpp
299
if (!viewportElement || !viewportElement->
isSVGSVGElement
())
SVGElement.cpp
498
if (clientElement->
isSVGSVGElement
()) {
[
all
...]
Completed in 284 milliseconds