Searched refs:SimulateServerResponse (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/test/
H A Dmock_google_streaming_server.cc107 SimulateServerResponse(true, msg_string);
111 SimulateServerResponse(false, "");
117 SimulateServerResponse(true, json);
128 void MockGoogleStreamingServer::SimulateServerResponse( function in class:content::MockGoogleStreamingServer
H A Dmock_google_streaming_server.h50 void SimulateServerResponse(bool success, const std::string& http_response);
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service_unittest.cc100 void SimulateServerResponse(int response_code, net::TestURLFetcher* fetcher) { function in namespace:chrome_variations::__anon5572
346 SimulateServerResponse(net::HTTP_OK, fetcher);
379 SimulateServerResponse(non_ok_status_codes[i], fetcher);
400 SimulateServerResponse(net::HTTP_NOT_MODIFIED, fetcher);

Completed in 56 milliseconds