Searched refs:FetchUrl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/net/
H A Dnet_util.h34 bool FetchUrl(const std::string& url,
H A Dnet_util_unittest.cc117 ASSERT_TRUE(FetchUrl(server_url_, context_getter_.get(), &response));
124 ASSERT_FALSE(FetchUrl(server_url_, context_getter_.get(), &response));
131 ASSERT_FALSE(FetchUrl(server_url_, context_getter_.get(), &response));
138 FetchUrl("http://localhost:33333", context_getter_.get(), &response));
H A Dnet_util.cc89 bool FetchUrl(const std::string& url, function
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc431 return FetchUrl(test_server.GetURL(path));
441 return FetchUrl(test_server.GetURL(path));
452 return FetchUrl(test_server.GetURL(path));
478 net::URLRequestStatus::Status FetchUrl(const GURL& url) { function in class:SafeBrowsingServerTestHelper
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevtools_http_client.cc226 bool ok = FetchUrl(url, getter, response);
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc287 void FetchUrl(GURL url) { function in class:__anon4349::SdchBrowserTest
315 // This is done through FetchUrl(), so the various helper functions

Completed in 1652 milliseconds