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

/external/chromium/net/url_request/
H A Durl_request_unittest.h404 virtual bool MakeGETRequest(const std::string& page_name) = 0;
435 // Used by MakeGETRequest to implement sync load behavior.
545 virtual bool MakeGETRequest(const std::string& page_name) { function in class:HTTPTestServer
557 io_thread.reset(new base::Thread("MakeGETRequest"));
594 bool r = MakeGETRequest(page_name);
712 virtual bool MakeGETRequest(const std::string& page_name) { function in class:FTPTestServer

Completed in 36 milliseconds