/external/chromium_org/chrome/renderer/ |
D | chrome_content_renderer_client_browsertest.cc | 28 GetMainFrame(), GURL("http://foo"), "GET", false, false, &unused)); in TEST_F() 46 GetMainFrame(), GURL("http://example.com/newtab"), "GET", false, false, in TEST_F() 49 GetMainFrame(), GURL("http://example.com/search?q=foo"), "GET", false, in TEST_F() 52 GetMainFrame(), GURL("http://example.com/"), "GET", false, false, in TEST_F()
|
/external/chromium_org/content/renderer/ |
D | render_view_browsertest.cc | 361 GetMainFrame(), in TEST_F() 373 GetMainFrame(), in TEST_F() 384 GetMainFrame(), in TEST_F() 413 GetMainFrame(), in TEST_F() 433 GetMainFrame(), in TEST_F() 444 GetMainFrame(), in TEST_F() 456 GetMainFrame(), in TEST_F() 469 GetMainFrame(), popup_request, blink::WebWindowFeatures(), "foo", in TEST_F() 1086 GetMainFrame()->contentAsText(kMaxOutputCharacters); in TEST_F() 1134 base::string16 output = GetMainFrame()->contentAsText(kMaxOutputCharacters); in TEST_F() [all …]
|
D | render_view_browsertest_mac.mm | 107 output = GetMainFrame()->contentAsText(kMaxOutputCharacters); 116 output = GetMainFrame()->contentAsText(kMaxOutputCharacters); 130 output = GetMainFrame()->contentAsText(kMaxOutputCharacters); 139 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);
|
D | dom_serializer_browsertest.cc | 237 WebFrame* GetMainFrame() { in GetMainFrame() function in content::DomSerializerTests 251 GetMainFrame()->loadHTMLString(contents, base_url); in LoadContents() 258 WebFrame* web_frame = GetMainFrame(); in LoadContents() 308 web_frame = GetMainFrame(); in SerializeHTMLDOMWithDocTypeOnRenderer() 328 web_frame = GetMainFrame(); in SerializeHTMLDOMWithoutDocTypeOnRenderer() 391 web_frame = GetMainFrame(); in SerializeHTMLDOMWithNoMetaCharsetInOriginalDocOnRenderer() 447 web_frame = GetMainFrame(); in SerializeHTMLDOMWithMultipleMetaCharsetInOriginalDocOnRenderer() 654 web_frame = GetMainFrame(); in SerializeHTMLDOMWithBaseTagOnRenderer() 702 WebFrame* web_frame = GetMainFrame(); in SerializeHTMLDOMWithEmptyHeadOnRenderer() 721 web_frame = GetMainFrame(); in SerializeHTMLDOMWithEmptyHeadOnRenderer()
|
/external/chromium_org/components/autofill/content/renderer/ |
D | password_form_conversion_utils_browsertest.cc | 43 WebFrame* frame = GetMainFrame(); in TEST_F() 75 WebFrame* frame = GetMainFrame(); in TEST_F() 104 WebFrame* frame = GetMainFrame(); in TEST_F() 148 WebFrame* frame = GetMainFrame(); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/lock/ |
D | screen_locker_tester.cc | 123 webui()->GetWebContents()->GetMainFrame()->ExecuteJavaScript( in SetPassword() 132 RenderViewHost()->GetMainFrame(), in GetPassword() 147 RenderViewHost()->GetMainFrame(), in EnterPassword() 155 RenderViewHost()->GetMainFrame(), in EnterPassword()
|
/external/chromium_org/chrome/renderer/autofill/ |
D | form_autofill_browsertest.cc | 120 WebFrame* web_frame = GetMainFrame(); in ExpectLabelsAndTypes() 180 WebFrame* web_frame = GetMainFrame(); in TestFormFillFunctions() 241 WebFormControlElement element = GetMainFrame()->document().getElementById( in ValidteFilledField() 300 WebFrame* frame = GetMainFrame(); in TEST_F() 329 WebFrame* frame = GetMainFrame(); in TEST_F() 351 WebFrame* frame = GetMainFrame(); in TEST_F() 371 WebFrame* frame = GetMainFrame(); in TEST_F() 395 WebFrame* frame = GetMainFrame(); in TEST_F() 433 WebFrame* frame = GetMainFrame(); in TEST_F() 483 WebFrame* frame = GetMainFrame(); in TEST_F() [all …]
|
D | autofill_renderer_browsertest.cc | 192 WebFrame* web_frame = GetMainFrame(); in TEST_F() 260 WebElement subframe = GetMainFrame()->document().getElementById("subframe"); in SetUp() 264 ASSERT_EQ(GetMainFrame(), invoking_frame()->parent()); in SetUp() 266 WebElement sibling = GetMainFrame()->document().getElementById("sibling"); in SetUp() 325 NavigateFrame(GetMainFrame()); in TEST_F() 351 NavigateFrame(GetMainFrame()); in TEST_F()
|
D | password_autofill_agent_browsertest.cc | 184 password_autofill_->SendPasswordForms(GetMainFrame(), in SendVisiblePasswordForms() 247 WebDocument document = GetMainFrame()->document(); in UpdateUsernameAndPasswordElements() 290 GetMainFrame()->view()->layout(); in LayoutMainFrame() 296 GetMainFrame(), username_element_); in SimulateUsernameChange() 445 WebDocument document = GetMainFrame()->document(); in TEST_F() 545 WebDocument document = GetMainFrame()->document(); in TEST_F() 573 WebDocument document = GetMainFrame()->document(); in TEST_F() 718 frame = GetMainFrame(); in TEST_F() 724 frame = GetMainFrame(); in TEST_F() 730 frame = GetMainFrame(); in TEST_F() [all …]
|
D | password_generation_agent_browsertest.cc | 57 WebDocument document = GetMainFrame()->document(); in ExpectPasswordGenerationAvailable() 147 WebDocument document = GetMainFrame()->document(); in TEST_F() 183 WebDocument document = GetMainFrame()->document(); in TEST_F()
|
/external/chromium_org/chrome/browser/renderer_context_menu/ |
D | render_view_context_menu_browsertest.cc | 50 browser()->tab_strip_model()->GetActiveWebContents()->GetMainFrame(), in CreateContextMenu() 85 browser()->tab_strip_model()->GetActiveWebContents()->GetMainFrame(), in IN_PROC_BROWSER_TEST_F() 152 browser()->tab_strip_model()->GetActiveWebContents()->GetMainFrame(), in IN_PROC_BROWSER_TEST_F() 204 browser()->tab_strip_model()->GetActiveWebContents()->GetMainFrame(), in IN_PROC_BROWSER_TEST_F() 247 TestRenderViewContextMenu menu(tab->GetMainFrame(), context_menu_params); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/public/test/ |
D | render_view_test.cc | 94 WebLocalFrame* RenderViewTest::GetMainFrame() { in GetMainFrame() function in content::RenderViewTest 99 GetMainFrame()->executeScript(WebScriptSource(WebString::fromUTF8(js))); in ExecuteJavaScript() 107 GetMainFrame()->executeScriptAndReturnValue(WebScriptSource(script)); in ExecuteJavaScriptAndReturnIntValue() 121 GetMainFrame()->loadRequest(WebURLRequest(url)); in LoadHTML() 212 GetMainFrame()->collectGarbage(); in TearDown() 218 GetMainFrame()->collectGarbage(); in TearDown() 289 v8::Handle<v8::Value> value = GetMainFrame()->executeScriptAndReturnValue( in GetElementBounds()
|
/external/chromium_org/chrome/renderer/translate/ |
D | translate_helper.cc | 163 WebFrame* main_frame = GetMainFrame(); in PageCaptured() 267 WebFrame* main_frame = GetMainFrame(); in ExecuteScript() 281 WebFrame* main_frame = GetMainFrame(); in ExecuteScriptAndGetBoolResult() 304 WebFrame* main_frame = GetMainFrame(); in ExecuteScriptAndGetStringResult() 331 WebFrame* main_frame = GetMainFrame(); in ExecuteScriptAndGetDoubleResult() 410 WebFrame* main_frame = GetMainFrame(); in OnTranslatePage() 440 WebFrame* frame = GetMainFrame(); in OnTranslatePage() 581 WebFrame* TranslateHelper::GetMainFrame() { in GetMainFrame() function in TranslateHelper
|
D | translate_script_browsertest.cc | 89 GetMainFrame()->executeScript(source); in ExecuteScript() 117 GetMainFrame()->executeScriptAndReturnValue(source); in ExecuteScriptAndGetNumberResult() 131 GetMainFrame()->executeScriptAndReturnValue(source); in ExecuteScriptAndGetBoolResult()
|
/external/chromium_org/components/navigation_interception/ |
D | intercept_navigation_resource_throttle_unittest.cc | 258 web_contents()->GetMainFrame()->GetRoutingID(), in SetUpWebContentsDelegateAndDrainRunLoop() 323 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F() 388 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F() 416 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F() 444 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F() 472 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F()
|
/external/chromium_org/content/renderer/browser_plugin/ |
D | browser_plugin_browsertest.cc | 97 v8::Handle<v8::Value> value = GetMainFrame()->executeScriptAndReturnValue( in ExecuteScriptAndReturnString() 112 v8::Handle<v8::Value> value = GetMainFrame()->executeScriptAndReturnValue( in ExecuteScriptAndReturnInt() 125 v8::Handle<v8::Value> value = GetMainFrame()->executeScriptAndReturnValue( in ExecuteScriptAndReturnBool() 228 GetMainFrame()->view()->layout(); in TEST_F() 232 GetMainFrame()->view()->layout(); in TEST_F() 236 GetMainFrame()->view()->layout(); in TEST_F()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_request_unittest.cc | 77 if (!CreateWebURLRequest(pp_instance_, &data, GetMainFrame(), &web_request)) in GetDownloadToFile() 85 if (!CreateWebURLRequest(pp_instance_, &data, GetMainFrame(), &web_request)) in GetURL() 93 if (!CreateWebURLRequest(pp_instance_, &data, GetMainFrame(), &web_request)) in GetMethod() 101 if (!CreateWebURLRequest(pp_instance_, &data, GetMainFrame(), &web_request)) in GetHeaderValue()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | panel_extension_browsertest.cc | 159 new PanelContextMenu(web_contents->GetMainFrame(), params)); in IN_PROC_BROWSER_TEST_F() 180 new PanelContextMenu(web_contents->GetMainFrame(), params)); in IN_PROC_BROWSER_TEST_F() 201 new PanelContextMenu(web_contents->GetMainFrame(), params)); in IN_PROC_BROWSER_TEST_F() 222 new PanelContextMenu(web_contents->GetMainFrame(), params)); in IN_PROC_BROWSER_TEST_F() 260 menu.reset(new PanelContextMenu(web_contents->GetMainFrame(), params)); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/browser/web_contents/ |
D | touch_editable_impl_aura_browsertest.cc | 144 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F() 195 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F() 256 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F() 293 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F() 329 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F()
|
D | web_contents_view_aura_browsertest.cc | 164 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in TestOverscrollNavigation() 249 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in GetCurrentIndex() 304 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F() 395 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F() 562 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F() 605 ExecuteSyncJSFunction(web_contents->GetMainFrame(), "navigate_next()"); in IN_PROC_BROWSER_TEST_F() 626 ExecuteSyncJSFunction(web_contents->GetMainFrame(), "navigate_next()"); in IN_PROC_BROWSER_TEST_F() 660 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | web_ui_test_handler.cc | 39 web_ui()->GetWebContents()->GetMainFrame()->ExecuteJavaScript(js_text); in RunJavaScript() 46 content::RenderFrameHost* frame = web_ui()->GetWebContents()->GetMainFrame(); in RunJavaScriptTestWithResult()
|
/external/chromium_org/content/browser/media/ |
D | webrtc_internals_message_handler.cc | 68 RenderFrameHost* host = web_ui()->GetWebContents()->GetMainFrame(); in OnDOMLoadDone() 82 RenderFrameHost* host = web_ui()->GetWebContents()->GetMainFrame(); in OnUpdate()
|
/external/chromium_org/chrome/browser/infobars/ |
D | insecure_content_infobar_delegate.cc | 101 web_contents->GetMainFrame()->Send(new ChromeViewMsg_ReloadFrame( in Cancel() 102 web_contents->GetMainFrame()->GetRoutingID())); in Cancel()
|
/external/chromium_org/components/dom_distiller/content/ |
D | distiller_page_web_contents.cc | 113 if (frame_id == web_contents_->GetMainFrame()->GetRoutingID()) { in DocumentLoadedInFrame() 135 content::RenderFrameHost* frame = web_contents_->GetMainFrame(); in ExecuteJavaScript()
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | chrome_web_contents_view_delegate_views_unittest.cc | 27 delegate_view->ShowContextMenu(web_contents()->GetMainFrame(), params); in TEST_F()
|