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