Home
last modified time | relevance | path

Searched refs:hasChildCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h74 bool hasChildCount(unsigned) const;
266 inline bool ContainerNode::hasChildCount(unsigned count) const in hasChildCount() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp820 …return element.hasChildCount(2) && isTabHTMLSpanElementTextNode(element.firstChild()->firstChild()… in isPlainTextMarkup()