Searched refs:grandChild (Results 1 – 3 of 3) sorted by relevance
114 for (const auto& grandChild : child->children_) { in ChangeChildRenderSlot() local115 child->ChangeChildRenderSlot(grandChild, newRenderSlot, effectDescendant); in ChangeChildRenderSlot()116 newRenderSlot += grandChild->CountRenderNode(); in ChangeChildRenderSlot()
414 pid_t grandChild = fork(); in ForkToDumpHiperf() local415 if (grandChild == 0) { in ForkToDumpHiperf()
270 std::list<RefPtr<FrameNode>> grandChild; variable271 grandChild.push_back(grandChildNode);272 childNode->frameChildren_ = { grandChild.begin(), grandChild.end() };