Searched refs:active_web_contents (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/test/remoting/ |
D | remote_desktop_browsertest.h | 197 content::WebContents* active_web_contents() { in active_web_contents() function 226 return active_web_contents()->GetURL(); in GetCurrentURL() 241 return ExecuteScriptAndExtractBool(active_web_contents(), script); in ExecuteScriptAndExtractBool() 251 return ExecuteScriptAndExtractInt(active_web_contents(), script); in ExecuteScriptAndExtractInt() 261 return ExecuteScriptAndExtractString(active_web_contents(), script); in ExecuteScriptAndExtractString() 314 return IsAuthenticatedInWindow(active_web_contents()); in IsAuthenticated()
|
D | remote_desktop_browsertest.cc | 195 if (web_contents != active_web_contents()) in LaunchChromotingApp() 201 EXPECT_EQ(GetFirstAppWindowWebContents(), active_web_contents()); in LaunchChromotingApp() 290 active_web_contents())); in Approve() 382 active_web_contents(), in SimulateKeyPressWithCode() 603 ASSERT_TRUE(content::ExecuteScript(active_web_contents(), script)); in ExecuteScript() 611 &active_web_contents()-> in ExecuteScriptAndWaitForAnyPageLoad() 713 if (ExecuteScriptAndExtractBool(active_web_contents(), in ClickOnControl() 720 active_web_contents(), name)); in ClickOnControl()
|
D | fullscreen_browsertest.cc | 25 active_web_contents(), in WaitForFullscreenChange()
|
/external/chromium_org/chrome/browser/extensions/ |
D | webstore_reinstaller_browsertest.cc | 79 content::WebContents* active_web_contents = in IN_PROC_BROWSER_TEST_F() local 81 ASSERT_TRUE(active_web_contents); in IN_PROC_BROWSER_TEST_F() 90 active_web_contents, in IN_PROC_BROWSER_TEST_F() 109 active_web_contents, in IN_PROC_BROWSER_TEST_F()
|
D | extension_webui_apitest.cc | 118 content::WebContents* active_web_contents = in NavigateToWebUI() local 121 if (active_web_contents->GetLastCommittedURL() == frame_url) in NavigateToWebUI() 122 return active_web_contents->GetMainFrame(); in NavigateToWebUI() 125 active_web_contents->ForEachFrame( in NavigateToWebUI()
|
/external/chromium_org/chrome/browser/extensions/api/extension_action/ |
D | browser_action_interactive_test.cc | 282 content::WebContents* active_web_contents = in IN_PROC_BROWSER_TEST_F() local 284 ASSERT_TRUE(active_web_contents); in IN_PROC_BROWSER_TEST_F() 285 GURL url = active_web_contents->GetLastCommittedURL(); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/ui/fullscreen/ |
D | fullscreen_controller.cc | 355 WebContents* const active_web_contents = in HandleUserPressedEscape() local 357 if (IsFullscreenForCapturedTab(active_web_contents)) { in HandleUserPressedEscape() 358 RenderViewHost* const rvh = active_web_contents->GetRenderViewHost(); in HandleUserPressedEscape()
|
/external/chromium_org/chrome/browser/history/ |
D | history_browsertest.cc | 503 content::WebContents* active_web_contents = in IN_PROC_BROWSER_TEST_F() local 505 ASSERT_EQ(web_contents, active_web_contents); in IN_PROC_BROWSER_TEST_F() 506 ASSERT_EQ(history_url, active_web_contents->GetURL()); in IN_PROC_BROWSER_TEST_F()
|