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

  /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());
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 356 WebContents* const active_web_contents = local
358 if (IsFullscreenForCapturedTab(active_web_contents)) {
359 RenderViewHost* const rvh = active_web_contents->GetRenderViewHost();
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 185 content::WebContents* active_web_contents() { function in class:remoting::RemoteDesktopBrowserTest
214 return active_web_contents()->GetURL();
229 return ExecuteScriptAndExtractBool(active_web_contents(), script);
239 return ExecuteScriptAndExtractInt(active_web_contents(), script);
249 return ExecuteScriptAndExtractString(active_web_contents(), script);
302 return IsAuthenticatedInWindow(active_web_contents());

Completed in 449 milliseconds