Lines Matching refs:webframe
13 #include "third_party/WebKit/public/web/WebFrame.h"
17 using blink::WebFrame;
85 WebFrame* webframe = WebFrame::frameForCurrentContext();
86 DCHECK(webframe) << "There should be an active frame since we just got "
88 if (!webframe) return NULL;
90 WebView* webview = webframe->view();
126 WebFrame* webframe = WebFrame::frameForCurrentContext();
127 if (!webframe) return;
134 webframe->document().url(),