Home | History | Annotate | Download | only in WebView

Lines Matching full:child

882     DOMNode *child = [fragment firstChild];
883 if ([fragment lastChild] == child && [child isKindOfClass:[DOMCharacterData class]])
884 return [[webView _editingDelegateForwarder] webView:webView shouldInsertText:[(DOMCharacterData *)child data] replacingDOMRange:range givenAction:action];
2205 NSView *child = [_subviews objectAtIndex:i];
2206 if ([child isKindOfClass:[WebHTMLView class]])
2207 [array addObject:child];
2208 [child _web_addDescendantWebHTMLViewsToArray:array];