OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTextContent
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGTextContentElement.h
76
virtual bool
isTextContent
() const { return true; }
SVGElement.h
82
virtual bool
isTextContent
() const { return false; }
SVGAElement.cpp
147
if (static_cast<SVGElement*>(parentNode())->
isTextContent
())
Completed in 117 milliseconds