Lines Matching full:child
214 Frame* child = frame->tree()->firstChild();
215 bool hasChild = child != NULL;
218 while (child) {
219 Builder(child)->mDebug.frames();
220 child = child->tree()->nextSibling();
223 child = frame->tree()->firstChild();
224 while (child) {
227 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1);
229 if (child == frame->tree()->firstChild())
231 Frame* next = child->tree()->nextSibling();
232 Document* doc = child->document();
247 Frame* grandChild = child->tree()->firstChild();
263 child = next;
287 child = frame->tree()->firstChild();
290 Builder(child)->mDebug.frameName(childNamePtr, childNamePtr + sizeof(childName) - 1);
316 Frame* child = frame->tree()->firstChild();
317 bool hasChild = child != NULL;
320 while (child) {
321 Builder(child)->mDebug.groups();
322 child = child->tree()->nextSibling();
725 Frame* child = frame->tree()->firstChild();
726 while (child) {
727 Builder(child)->mDebug.validateFrame();
728 child = child->tree()->nextSibling();
802 Node* child = node->firstChild();
803 while (child != NULL) {
804 if (child->isFocusable() ||
805 NodeHasEventListeners(child, eventTypes, 5))
807 if (AnyChildIsClick(child))
809 child = child->nextSibling();
845 root->finishInit(); // set up frame parent pointers, child pointers
907 // when the parent's last child is found, pop the stack
910 // making this work with focus - child focus - grandchild focus is tricky
987 Frame* child = HasFrame(node);
989 if (child != NULL) {
990 if (child->document() == NULL)
996 cachedChild.init(cachedRoot, cacheIndex, child);
1010 BuildFrame(root, child, cachedRoot, childPtr);
1046 // if this is a child of a CachedNode, add a layer
1398 Frame* child = frame->tree()->firstChild();
1399 while (child) {
1400 CacheBuilder* cacheBuilder = Builder(child);
1404 child = child->tree()->nextSibling();
2830 Frame* child = startFrame->tree()->firstChild();
2831 while (child) {
2832 bool result = validNode(child, matchFrame, matchNode);
2835 child = child->tree()->nextSibling();
2896 // collect all text rects from first to last child