Home
last modified time | relevance | path

Searched refs:active_web_contents (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/remoting/
Dremote_desktop_browsertest.h197 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()
Dremote_desktop_browsertest.cc195 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()
Dfullscreen_browsertest.cc25 active_web_contents(), in WaitForFullscreenChange()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_reinstaller_browsertest.cc79 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()
Dextension_webui_apitest.cc118 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/
Dbrowser_action_interactive_test.cc282 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/
Dfullscreen_controller.cc355 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/
Dhistory_browsertest.cc503 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()