Searched defs:ExecuteScriptAndExtractBool (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.h240 bool ExecuteScriptAndExtractBool(const std::string& script) { function in class:remoting::RemoteDesktopBrowserTest
241 return ExecuteScriptAndExtractBool(active_web_contents(), script);
245 static bool ExecuteScriptAndExtractBool(content::WebContents* web_contents,
286 return ExecuteScriptAndExtractBool(
H A Dremote_desktop_browsertest.cc99 return ExecuteScriptAndExtractBool(
489 EXPECT_TRUE(content::ExecuteScriptAndExtractBool(
498 ASSERT_TRUE(ExecuteScriptAndExtractBool(
620 bool RemoteDesktopBrowserTest::ExecuteScriptAndExtractBool( function in class:remoting::RemoteDesktopBrowserTest
623 EXPECT_TRUE(content::ExecuteScriptAndExtractBool(
713 if (ExecuteScriptAndExtractBool(active_web_contents(),
747 EXPECT_FALSE(ExecuteScriptAndExtractBool(
750 EXPECT_TRUE(ExecuteScriptAndExtractBool(
777 return ExecuteScriptAndExtractBool("remoting.hostList.localHost_ != null");
785 return ExecuteScriptAndExtractBool(
[all...]
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc463 bool ExecuteScriptAndExtractBool(const internal::ToRenderFrameHost& adapter, function in namespace:content

Completed in 63 milliseconds