Searched refs:hasChildCount (Results 1 – 2 of 2) sorted by relevance
74 bool hasChildCount(unsigned) const;266 inline bool ContainerNode::hasChildCount(unsigned count) const in hasChildCount() function
820 …return element.hasChildCount(2) && isTabHTMLSpanElementTextNode(element.firstChild()->firstChild()… in isPlainTextMarkup()