Lines Matching refs:webFrame
210 @implementation WebFrame (WebInternal)
212 Frame* core(WebFrame *frame)
217 WebFrame *kit(Frame* frame)
219 return frame ? static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame() : nil;
232 WebView *getWebView(WebFrame *webFrame)
234 Frame* coreFrame = core(webFrame);
244 WebFrame *frame = [[self alloc] _initWithWebFrameView:frameView webView:webView];
339 WebFrame *webFrame = kit(frame);
341 [[[webFrame frameView] _scrollView] setDrawsBackground:NO];
342 [[[webFrame frameView] _scrollView] setBackgroundColor:backgroundColor];
343 id documentView = [[webFrame frameView] documentView];
432 - (WebFrame *)_findFrameWithSelection
436 WebFrame *webFrame = kit(frame);
437 if ([webFrame _hasSelection])
438 return webFrame;
448 WebFrame *frameWithSelection = [[getWebView(self) mainFrame] _findFrameWithSelection];
977 @implementation WebFrame (WebPrivate)
980 - (BOOL)_isDescendantOfFrame:(WebFrame *)ancestor
1264 @implementation WebFrame
1456 - (WebFrame *)findFrameNamed:(NSString *)name
1464 - (WebFrame *)parentFrame