/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebHelperPluginTest.cpp | 67 …n = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFrame())); in TEST_F() 77 …n = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFrame())); in TEST_F() 89 …n = adoptPtr(WebHelperPlugin::create("hello", m_helper.webView()->mainFrame()->toWebLocalFrame())); in TEST_F()
|
D | WebPageNewSerializerTest.cpp | 415 …WebPageSerializer::serialize(webView()->mainFrame()->toWebLocalFrame(), true, &client, localLinks,… in TEST_F() 445 …WebPageSerializer::serialize(webView()->mainFrame()->toWebLocalFrame(), true, &client, localLinks,… in TEST_F()
|
D | WebFrameTest.cpp | 395 …frame = m_helper.initializeAndLoad("about:blank", true, &m_client)->mainFrame()->toWebLocalFrame(); in WebFrameCSSCallbackTest() 3942 …v8::Handle<v8::Value> result = m_webViewHelper.webView()->mainFrame()->toWebLocalFrame()->executeS… in runTest() 6282 …LocalFrame* localFrame = viewHelper.initialize(true, &frameClient)->mainFrame()->toWebLocalFrame(); in TEST_F()
|
/external/chromium_org/content/renderer/ |
D | web_ui_mojo.cc | 60 render_view()->GetWebView()->mainFrame()->toWebLocalFrame(); in CreateContextState() 85 render_view()->GetWebView()->mainFrame()->toWebLocalFrame(); in GetContextState()
|
D | text_input_client_observer.cc | 92 blink::WebLocalFrame* frame = webview()->focusedFrame()->toWebLocalFrame(); in OnStringForRange()
|
D | dom_serializer_browsertest.cc | 283 bool result = WebPageSerializer::serialize(web_frame->toWebLocalFrame(), in SerializeDomForURL()
|
D | render_view_impl.cc | 3145 webview()->mainFrame()->toWebLocalFrame()->sendOrientationChangeEvent(); in OnOrientationChange() 3207 WebPageSerializer::serialize(webview()->mainFrame()->toWebLocalFrame(), in OnGetSerializedHtmlDataForCurrentPageWithLocalLinks() 3670 if (WebLocalFrame* frame = webview()->focusedFrame()->toWebLocalFrame()) { in OnImeConfirmComposition()
|
D | render_view_browsertest.cc | 527 popup_policy_info.frame = new_web_view->mainFrame()->toWebLocalFrame(); in TEST_F()
|
/external/chromium_org/extensions/renderer/ |
D | script_injection_manager.cc | 328 render_view->GetWebView()->mainFrame()->toWebLocalFrame(); in HandleExecuteCode() 369 web_frame->toWebLocalFrame(), in HandleExecuteDeclarativeScript()
|
D | user_script_set.cc | 213 web_frame->toWebLocalFrame(), in GetInjectionForScript()
|
D | script_injection.cc | 228 blink::WebLocalFrame* frame = (*iter)->toWebLocalFrame(); in Inject()
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.cc | 229 render_view()->GetWebView()->mainFrame()->toWebLocalFrame(), orientation); in SetScreenOrientation() 634 render_view()->GetWebView()->mainFrame()->toWebLocalFrame()); in Reset() 744 render_view()->GetWebView()->mainFrame()->toWebLocalFrame(); in OnTryLeakDetection()
|
/external/chromium_org/components/pdf/renderer/ |
D | pepper_pdf_host.cc | 153 render_view->GetWebView()->mainFrame()->toWebLocalFrame(); in OnHostMsgSaveAs()
|
D | ppb_pdf_impl.cc | 242 render_view->GetWebView()->mainFrame()->toWebLocalFrame(); in SaveAs()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 115 virtual WebLocalFrame* toWebLocalFrame() = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRemoteFrameImpl.h | 30 virtual WebLocalFrame* toWebLocalFrame() OVERRIDE;
|
D | WebLocalFrameImpl.h | 79 virtual WebLocalFrame* toWebLocalFrame() OVERRIDE;
|
D | WebRemoteFrameImpl.cpp | 150 WebLocalFrame* WebRemoteFrameImpl::toWebLocalFrame() in toWebLocalFrame() function in blink::WebRemoteFrameImpl
|
D | WebLocalFrameImpl.cpp | 494 WebLocalFrame* WebLocalFrameImpl::toWebLocalFrame() in toWebLocalFrame() function in blink::WebLocalFrameImpl
|
/external/chromium_org/content/public/test/ |
D | render_view_test.cc | 96 return view_->GetWebView()->mainFrame()->toWebLocalFrame(); in GetMainFrame()
|
/external/chromium_org/android_webview/renderer/ |
D | print_web_view_helper.cc | 670 frame_.Reset(web_view->mainFrame()->toWebLocalFrame()); in CopySelection() 902 webView->focusedFrame()->toWebLocalFrame(); in GetPrintFrame() 905 : webView->mainFrame()->toWebLocalFrame(); in GetPrintFrame()
|
/external/chromium_org/chrome/renderer/printing/ |
D | print_web_view_helper.cc | 703 frame_.Reset(web_view->mainFrame()->toWebLocalFrame()); in CopySelection() 945 webView->focusedFrame()->toWebLocalFrame(); in GetPrintFrame() 948 : webView->mainFrame()->toWebLocalFrame(); in GetPrintFrame()
|
/external/chromium_org/media/blink/ |
D | buffered_data_source_unittest.cc | 130 view_->mainFrame()->toWebLocalFrame(), in Initialize()
|