Home | History | Annotate | Download | only in webkit

Lines Matching full:child

72  * A #WebKitWebFrame can have any number of children and one child can
756 * Return value: child frames of @frame
767 for (Frame* child = coreFrame->tree()->firstChild(); child; child = child->tree()->nextSibling()) {
768 FrameLoader* loader = child->loader();