Searched defs:isTextNode (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebNode.cpp143 bool WebNode::isTextNode() const function in class:WebKit::WebNode
145 return m_private->isTextNode();
/external/webkit/Source/WebCore/dom/
H A DNode.h192 bool isTextNode() const { return getFlag(IsTextFlag); } function in class:WebCore::Node

Completed in 371 milliseconds