Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebNode.cpp146 bool WebNode::isTextNode() const in isTextNode() function in blink::WebNode
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h226 bool isTextNode() const { return getFlag(IsTextFlag); } in isTextNode() function