Searched refs:countChildren (Results 1 – 7 of 7) sorted by relevance
58 int countChildren(const Node* node, const char elem[] = NULL) const;
312 SkASSERT(dom.countChildren(node) == 0); in walk_dom()361 int SkDOM::countChildren(const Node* node, const char elem[]) const { in countChildren() function in SkDOM
154 SkASSERT(dom.countChildren(node) == 0); in write_dom()
92 int32_t countChildren() const;
764 UXMLElement::countChildren() const { in countChildren() function in UXMLElement
381 SkASSERT(dom.countChildren(xmlNode) == 0); in construct_svg_node()
253 TEST_ASSERT(nodeCount == testCase->countChildren()); in searchTest()