Searched refs:countChildren (Results 1 – 11 of 11) sorted by relevance
59 int countChildren(const Node* node, const char elem[] = nullptr) const;
314 SkASSERT(dom.countChildren(node) == 0); in walk_dom()363 int SkDOM::countChildren(const Node* node, const char elem[]) const { in countChildren() function in SkDOM
156 SkASSERT(dom.countChildren(node) == 0); in write_dom()
313 SkASSERT(dom.countChildren(node) == 0); in walk_dom()362 int SkDOM::countChildren(const Node* node, const char elem[]) const { in countChildren() function in SkDOM
92 int32_t countChildren() const;
764 UXMLElement::countChildren() const { in countChildren() function in UXMLElement
336 SkASSERT(dom.countChildren(xmlNode) == 0); in construct_svg_node()
422 SkASSERT(dom.countChildren(xmlNode) == 0); in construct_svg_node()
263 TEST_ASSERT(nodeCount == testCase->countChildren()); in searchTest()