OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetResponseString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/
quic_http_stream_test.cc
238
void
SetResponseString
(const std::string& status, const std::string& body) {
397
SetResponseString
("404 Not Found", std::string());
486
SetResponseString
("200 OK", "hello world!");
536
SetResponseString
("200 OK", std::string());
598
SetResponseString
("200 OK", std::string());
648
SetResponseString
("404 OK", "hello world!");
693
SetResponseString
("404 OK", "hello world!");
/external/chromium_org/net/url_request/
test_url_fetcher_factory.cc
237
void TestURLFetcher::
SetResponseString
(const std::string& response) {
308
SetResponseString
(response_data);
Completed in 258 milliseconds