Home | History | Annotate | Download | only in mac

Lines Matching full:children

175         (-[WebBookmarkGroup _sendNotification:forBookmark:children:]):
1623 (-[WebHistoryItem children]):
1678 has no children (fixes oddball corner case with a frame reloading itself). Set provisional item.
3157 (-[WebFrame _descendantFrameNamed:]): searches children, children's children etc.
4856 (-[WebBridge childFrames]): Get children from the frame, not the data source.
4871 (-[WebController _frameForDataSource:fromFrame:]): Get the children list from the frame,
4873 those can't have children any more.
4879 (-[WebControllerPrivate _clearControllerReferences:]): Get the children list from the frame.
4885 * WebView.subproj/WebDataSource.h: Remove the parent, children, frameNamed, frameNames, and
4890 (-[WebDataSource isLoading]): Get the list of children from the frame.
4900 * WebView.subproj/WebFrame.h: Add parent and children methods.
4907 (+[WebFrame _frameNamed:fromFrame:]): Get the children from the frame.
4910 (-[WebFrame children]): Added.
4912 * WebView.subproj/WebFramePrivate.h: Added parent and children fields, changed reset to
4916 (-[WebFramePrivate dealloc]): Release the children array.
4920 (-[WebFrame _setDataSource:]): Call _detachFromParent on all the children and release them
4924 (+[WebFrame _recursiveCheckCompleteFromFrame:]): Get the children from self instead of the data source.
4927 (-[WebFrame _addChild:]): Added. Puts the child in a children list, and also sets the override
7213 (-[WebRenderNode initWithName:position:rect:view:children:]):
7215 (-[WebKitRenderTreeCopier nodeWithName:position:rect:view:children:]):
10750 (-[WebRenderNode initWithName:rect:view:children:]): Use plain release.
11742 (-[IFBookmark children]): Take out request for concrete implementation;
13055 * WebView.subproj/IFWebDataSourcePrivate.h: Remove unused "children" array.
13227 (-[IFWebCoreBridge children]):
13964 autorelease children before adding them to parent; this had been leaking.
14971 (-[IFBookmark children]):
15541 Send bookmark that changed and whether its children changed as part of
15636 (-[IFBookmarkList _setGroup:]): Recurse on children.
15795 (-[IFBookmark children]):
15833 (-[IFBookmarkList children]):
18339 (-[IFWebDataSource children]), (-[IFWebDataSource addFrame:]), (-[IFWebDataSource
18545 children]), (-[WKWebDataSource addFrame:]), (-[WKWebDataSource frameNamed:]):
18617 (-[WKWebDataSource isMainDocument]), (-[WKWebDataSource children]),
18884 - (NSArry *)children;