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

  /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());
remote_desktop_browsertest.cc 177 if (web_contents != active_web_contents())
181 EXPECT_EQ(GetFirstShellWindowWebContents(), active_web_contents());
270 active_web_contents()));
282 // active_web_contents() is still the login window but the observer
378 active_web_contents(),
558 ASSERT_TRUE(content::ExecuteScript(active_web_contents(), script));
566 &active_web_contents()->
  /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());

Completed in 52 milliseconds