HomeSort by relevance Sort by last modified time
    Searched refs:active_web_contents (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/
webstore_reinstaller_browsertest.cc 79 content::WebContents* active_web_contents = local
81 ASSERT_TRUE(active_web_contents);
90 active_web_contents,
109 active_web_contents,
extension_webui_apitest.cc 118 content::WebContents* active_web_contents = local
121 if (active_web_contents->GetLastCommittedURL() == frame_url)
122 return active_web_contents->GetMainFrame();
125 active_web_contents->ForEachFrame(
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 197 content::WebContents* active_web_contents() { function in class:remoting::RemoteDesktopBrowserTest
226 return active_web_contents()->GetURL();
241 return ExecuteScriptAndExtractBool(active_web_contents(), script);
251 return ExecuteScriptAndExtractInt(active_web_contents(), script);
261 return ExecuteScriptAndExtractString(active_web_contents(), script);
314 return IsAuthenticatedInWindow(active_web_contents());
fullscreen_browsertest.cc 25 active_web_contents(),
remote_desktop_browsertest.cc 195 if (web_contents != active_web_contents())
201 EXPECT_EQ(GetFirstAppWindowWebContents(), active_web_contents());
290 active_web_contents()));
302 // active_web_contents() is still the login window but the observer
382 active_web_contents(),
603 ASSERT_TRUE(content::ExecuteScript(active_web_contents(), script));
611 &active_web_contents()->
713 if (ExecuteScriptAndExtractBool(active_web_contents(),
720 active_web_contents(), name));
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_interactive_test.cc 282 content::WebContents* active_web_contents = local
284 ASSERT_TRUE(active_web_contents);
285 GURL url = active_web_contents->GetLastCommittedURL();
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 355 WebContents* const active_web_contents = local
357 if (IsFullscreenForCapturedTab(active_web_contents)) {
358 RenderViewHost* const rvh = active_web_contents->GetRenderViewHost();
  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 503 content::WebContents* active_web_contents = local
505 ASSERT_EQ(web_contents, active_web_contents);
506 ASSERT_EQ(history_url, active_web_contents->GetURL());

Completed in 617 milliseconds