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

/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_credential_manager_client.cc17 void MockCredentialManagerClient::SetResponse( function in class:content::MockCredentialManagerClient
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_apitest.cc184 void SetResponse(const GURL& url, const std::string& response) { function in class:__anon3719::FakeGCDApiFlowFactory
278 api_flow_factory_.SetResponse(
281 api_flow_factory_.SetResponse(
/external/chromium_org/net/url_request/
H A Dtest_url_request_interceptor.cc73 void SetResponse(const GURL& url, function in class:net::TestURLRequestInterceptor::Delegate
161 void TestURLRequestInterceptor::SetResponse(const GURL& url, function in class:net::TestURLRequestInterceptor
166 base::Bind(&Delegate::SetResponse,
179 base::Bind(&Delegate::SetResponse,
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl_unittest.cc57 void SetResponse(const std::string& headers, const std::string& response) { function in class:__anon10478::SetResponseURLRequestContext
124 void SetResponse(const std::string& headers, const std::string& response) { function in class:remoting::TokenValidatorFactoryImplTest
128 context->SetResponse(headers, response);
142 SetResponse(net::URLRequestTestJob::test_headers(),
155 SetResponse(net::URLRequestTestJob::test_error_headers(), std::string());
167 SetResponse(net::URLRequestTestJob::test_headers(),
180 SetResponse(net::URLRequestTestJob::test_error_headers(), std::string());
/external/smack/src/org/xbill/DNS/
H A DSetResponse.java15 public class SetResponse { class
58 private static final SetResponse unknown = new SetResponse(UNKNOWN);
59 private static final SetResponse nxdomain = new SetResponse(NXDOMAIN);
60 private static final SetResponse nxrrset = new SetResponse(NXRRSET);
66 SetResponse() {} method in class:SetResponse
68 SetResponse(int type, RRset rrset) { method in class:SetResponse
75 SetResponse(in method in class:SetResponse
[all...]
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service_request_unittest.cc66 // Use SetResponse to vary the response to token requests.
72 void SetResponse(const GoogleServiceAuthError& error,
113 void MockOAuth2TokenService::SetResponse(const GoogleServiceAuthError& error, function in class:__anon8359::MockOAuth2TokenService
207 oauth2_service_->SetResponse(
/external/chromium_org/google_apis/gcm/engine/
H A Dcheckin_request_unittest.cc83 void SetResponse(ResponseScenario response_scenario);
169 void CheckinRequestTest::SetResponse(ResponseScenario response_scenario) { function in class:gcm::CheckinRequestTest
230 SetResponse(VALID_RESPONSE);
247 SetResponse(VALID_RESPONSE);
288 SetResponse(VALID_RESPONSE);
300 SetResponse(MISSING_ANDROID_ID);
305 SetResponse(VALID_RESPONSE);
317 SetResponse(MISSING_SECURITY_TOKEN);
322 SetResponse(VALID_RESPONSE);
334 SetResponse(ANDROID_ID_IS_ZER
[all...]
/external/chromium_org/net/quic/
H A Dquic_http_stream_test.cc255 void SetResponse(const std::string& status, const std::string& body) { function in class:net::test::QuicHttpStreamTest
379 SetResponse("404 Not Found", std::string());
507 SetResponse("200 OK", std::string());
557 SetResponse("200 OK", std::string());
607 SetResponse("200 OK", std::string());
654 SetResponse("200 OK", std::string());
698 SetResponse("404 OK", "hello world!");
738 SetResponse("404 OK", "hello world!");
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_uploader_impl_unittest.cc50 // Use |SetResponse| to vary the response to token requests.
59 void SetResponse(const GoogleServiceAuthError& error,
100 void MockOAuth2TokenService::SetResponse(const GoogleServiceAuthError& error, function in class:syncer::MockOAuth2TokenService
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_unittest.cc825 void SetResponse(const std::string& headers, const std::string& data) { function in class:content::ResourceDispatcherHostTest
830 void SetResponse(const std::string& headers) { function in class:content::ResourceDispatcherHostTest
831 SetResponse(headers, std::string());
1936 SetResponse(raw_headers, response_data);
1959 SetResponse(raw_headers, response_data);
1979 SetResponse("HTTP/1.1 304 Not Modified\n\n");
1998 SetResponse("HTTP/1.1 204 No Content\n\n");
2017 SetResponse("HTTP/1.1 200 OK\n\n");
2041 SetResponse(raw_headers, response_data);
2087 SetResponse(raw_header
[all...]

Completed in 277 milliseconds