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

/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.h260 std::string ExecuteScriptAndExtractString(const std::string& script) { function in class:remoting::RemoteDesktopBrowserTest
261 return ExecuteScriptAndExtractString(active_web_contents(), script);
265 static std::string ExecuteScriptAndExtractString(
H A Dremote_desktop_browsertest.cc515 std::string host_id = ExecuteScriptAndExtractString(
522 std::string host_div_class = ExecuteScriptAndExtractString(
644 std::string RemoteDesktopBrowserTest::ExecuteScriptAndExtractString( function in class:remoting::RemoteDesktopBrowserTest
647 _ASSERT_TRUE(content::ExecuteScriptAndExtractString(
684 content::ExecuteScriptAndExtractString(web_contents, script, &result));
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc475 bool ExecuteScriptAndExtractString(const internal::ToRenderFrameHost& adapter, function in namespace:content

Completed in 273 milliseconds