Searched refs:countChildren (Results 1 – 10 of 10) sorted by relevance
87 int SkLayer::countChildren() const { in countChildren() function in SkLayer223 int count = this->countChildren(); in draw()
55 int countChildren() const;
58 int countChildren(const Node* node, const char elem[] = NULL) const;
90 int32_t countChildren() const;
762 UXMLElement::countChildren() const { in countChildren() function in UXMLElement
334 SkASSERT(dom.countChildren(node) == 0); in walk_dom()384 int SkDOM::countChildren(const Node* node, const char elem[]) const in countChildren() function in SkDOM
174 SkASSERT(dom.countChildren(node) == 0); in write_dom()
105 function countChildren(pipelineId) { function116 var parts = countChildren(current.children[i]);239 var counts = countChildren(pipelineId);
127 for (int i = 0; i < layer->countChildren(); i++) { in dump_layers()
252 TEST_ASSERT(nodeCount == testCase->countChildren()); in searchTest()