OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTextContent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h
111
virtual bool
isTextContent
() const { return true; }
127
return node.isSVGElement() && toSVGElement(node).
isTextContent
();
SVGAElement.cpp
145
if (parentNode() && parentNode()->isSVGElement() && toSVGElement(parentNode())->
isTextContent
())
SVGElement.h
87
virtual bool
isTextContent
() const { return false; }
SVGTextContentElement.cpp
300
if (!element->
isTextContent
())
Completed in 28 milliseconds