Home | History | Annotate | Download | only in webkit

Lines Matching refs:children

72  * A #WebKitWebFrame can have any number of children and one child can
632 * Stops any pending loads on @frame's data source, and those of its children.
672 * descendents first, then @frame's parent and its children moving up the
766 GSList* children = NULL;
771 children = g_slist_append(children, client->webFrame());
774 return children;