HomeSort by relevance Sort by last modified time
    Searched defs:SetResponseString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_http_stream_test.cc 203 void SetResponseString(const std::string& status, const std::string& body) {
346 SetResponseString("404 Not Found", std::string());
387 SetResponseString("200 OK", "hello world!");
437 SetResponseString("200 OK", std::string());
499 SetResponseString("200 OK", std::string());
548 SetResponseString("404 OK", "hello world!");
  /external/chromium_org/net/url_request/
test_url_fetcher_factory.cc 236 void TestURLFetcher::SetResponseString(const std::string& response) {
293 SetResponseString(response_data);

Completed in 210 milliseconds