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

  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 501 content::WebContents* active_web_contents = local
503 ASSERT_EQ(web_contents, active_web_contents);
504 ASSERT_EQ(history_url, active_web_contents->GetURL());
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 172 content::WebContents* active_web_contents() { function in class:remoting::RemoteDesktopBrowserTest
192 return active_web_contents()->GetURL();
207 return ExecuteScriptAndExtractBool(active_web_contents(), script);
217 return ExecuteScriptAndExtractInt(active_web_contents(), script);
227 return ExecuteScriptAndExtractString(active_web_contents(), script);
265 return IsAuthenticatedInWindow(active_web_contents());

Completed in 26 milliseconds