HomeSort by relevance Sort by last modified time
    Searched refs:SetFakeResponse (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler_unittest.cc 498 factory_.SetFakeResponse(JobListURI(kJobFetchReasonStartup),
501 factory_.SetFakeResponse(JobListURI(kJobFetchReasonFailure),
504 factory_.SetFakeResponse(JobListURI(kJobFetchReasonRetry),
547 factory_.SetFakeResponse(TicketURI(job_num),
550 factory_.SetFakeResponse(DownloadURI(job_num),
554 factory_.SetFakeResponse(DoneURI(job_num),
558 factory_.SetFakeResponse(InProgressURI(job_num),
664 factory_.SetFakeResponse(JobListURI(kJobFetchReasonStartup),
667 factory_.SetFakeResponse(JobListURI(kJobFetchReasonQueryMore),
683 factory_.SetFakeResponse(JobListURI(kJobFetchReasonStartup)
    [all...]
  /external/chromium_org/components/precache/core/
precache_fetcher_unittest.cc 123 factory_.SetFakeResponse(GURL(kConfigURL), config.SerializeAsString(),
125 factory_.SetFakeResponse(GURL(kManifestFetchFailureURL), "",
128 factory_.SetFakeResponse(GURL(kBadManifestURL), "bad protobuf", net::HTTP_OK,
130 factory_.SetFakeResponse(GURL(kGoodManifestURL),
133 factory_.SetFakeResponse(GURL(kResourceFetchFailureURL),
136 factory_.SetFakeResponse(GURL(kGoodResourceURL), "good", net::HTTP_OK,
164 factory_.SetFakeResponse(GURL(kConfigURL), "",
187 factory_.SetFakeResponse(GURL(kConfigURL), "bad protobuf", net::HTTP_OK,
212 factory_.SetFakeResponse(GURL(kConfigURL), config.SerializeAsString(),
242 factory_.SetFakeResponse(GURL(PRECACHE_CONFIG_SETTINGS_URL)
    [all...]
  /external/chromium_org/components/dom_distiller/core/
distiller_url_fetcher_unittest.cc 34 factory_->SetFakeResponse(
39 factory_->SetFakeResponse(
  /external/chromium_org/remoting/host/
token_validator_factory_impl_unittest.cc 98 factory.SetFakeResponse(
112 factory.SetFakeResponse(GURL(kTokenValidationUrl), std::string(),
125 factory.SetFakeResponse(
138 factory.SetFakeResponse(GURL(kTokenValidationUrl),
  /external/chromium_org/chrome/browser/chromeos/policy/
cloud_external_data_manager_base_unittest.cc 124 void SetFakeResponse(const std::string& url,
240 void CloudExternalDataManagerBaseTest::SetFakeResponse(
245 fetcher_factory_.SetFakeResponse(
292 SetFakeResponse(k10BytePolicyURL, k10ByteData, net::HTTP_OK,
348 SetFakeResponse(k10BytePolicyURL, k10ByteData, net::HTTP_OK,
350 SetFakeResponse(k20BytePolicyURL, k20ByteData, net::HTTP_OK,
419 SetFakeResponse(k10BytePolicyURL, k10ByteData, net::HTTP_OK,
438 SetFakeResponse(k20BytePolicyURL, std::string(),
475 SetFakeResponse(k20BytePolicyURL, k10ByteData, net::HTTP_OK,
645 SetFakeResponse(k10BytePolicyURL, k20ByteData, net::HTTP_OK
    [all...]
device_local_account_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_browsertest.cc 345 fake_fetcher_factory().SetFakeResponse(
351 fake_fetcher_factory().SetFakeResponse(
357 fake_fetcher_factory().SetFakeResponse(
363 fake_fetcher_factory().SetFakeResponse(
369 fake_fetcher_factory().SetFakeResponse(
375 fake_fetcher_factory().SetFakeResponse(
385 fake_fetcher_factory().SetFakeResponse(
506 fake_fetcher_factory().SetFakeResponse(
512 fake_fetcher_factory().SetFakeResponse(
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
notification_bitmap_fetcher_browsertest.cc 115 url_fetcher_factory_->SetFakeResponse(url, image_string, net::HTTP_OK,
166 url_fetcher_factory_->SetFakeResponse(url,
191 url_fetcher_factory_->SetFakeResponse(
  /external/chromium_org/chrome/browser/chromeos/login/
eula_browsertest.cc 65 factory.SetFakeResponse(GURL(kEULAURL), kFakeOnlineEULA,
86 factory.SetFakeResponse(GURL(kEULAURL), "", net::HTTP_INTERNAL_SERVER_ERROR,
  /external/chromium/chrome/common/net/
test_url_fetcher_factory.h 118 // This class is not thread-safe. You should not call SetFakeResponse or
131 // factory.SetFakeResponse("http://a.com/", "", false);
134 // factory.SetFakeResponse("http://b.com/asdf",
148 // pre-baked response that the client has set by calling SetFakeResponse().
156 void SetFakeResponse(const std::string& url,
161 // SetFakeResponse().
test_url_fetcher_factory.cc 124 void FakeURLFetcherFactory::SetFakeResponse(const std::string& url,
  /external/chromium_org/chrome/browser/signin/
mutable_profile_oauth2_token_service_unittest.cc 53 factory_.SetFakeResponse(GaiaUrls::GetInstance()->oauth2_revoke_url(),
308 factory_.SetFakeResponse(GaiaUrls::GetInstance()->oauth2_token_url(),
328 factory_.SetFakeResponse(GaiaUrls::GetInstance()->oauth2_token_url(),
342 factory_.SetFakeResponse(GaiaUrls::GetInstance()->oauth2_token_url(),
signin_browsertest.cc 58 fake_factory_->SetFakeResponse(
61 fake_factory_->SetFakeResponse(
  /external/chromium_org/chrome/browser/local_discovery/
cloud_print_printer_list_unittest.cc 108 fetcher_factory_->SetFakeResponse(
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 429 fake_factory_->SetFakeResponse(
434 fake_factory_->SetFakeResponse(
439 fake_factory_->SetFakeResponse(
444 fake_factory_->SetFakeResponse(
449 fake_factory_->SetFakeResponse(
459 fake_factory_->SetFakeResponse(
466 fake_factory_->SetFakeResponse(
471 fake_factory_->SetFakeResponse(
482 fake_factory_->SetFakeResponse(GaiaUrls::GetInstance()->oauth2_token_url(),
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 404 factory.SetFakeResponse(
445 factory.SetFakeResponse(
483 factory.SetFakeResponse(
501 factory.SetFakeResponse(
521 factory.SetFakeResponse(
546 factory.SetFakeResponse(
568 factory.SetFakeResponse(
589 factory.SetFakeResponse(
635 factory.SetFakeResponse(
702 factory.SetFakeResponse(
    [all...]
client_side_detection_service_unittest.cc 112 factory_->SetFakeResponse(GURL(ClientSideDetectionService::kClientModelUrl),
119 factory_->SetFakeResponse(
128 factory_->SetFakeResponse(
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 81 factory_->SetFakeResponse(ClientSideDetectionService::kClientModelUrl,
87 factory_->SetFakeResponse(
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc     [all...]
  /external/chromium_org/net/url_request/
test_url_fetcher_factory.h 314 // responses for given URLs can be set using SetFakeResponse.
316 // This class is not thread-safe. You should not call SetFakeResponse or
328 // factory.SetFakeResponse("http://a.com/success",
334 // factory.SetFakeResponse("http://a.com/servererror",
341 // factory.SetFakeResponse("http://a.com/autherror",
349 // factory.SetFakeResponse("http://a.com/failure",
398 // pre-baked response that the client has set by calling SetFakeResponse().
412 void SetFakeResponse(const GURL& url,
418 // SetFakeResponse().
test_url_fetcher_factory.cc 377 void FakeURLFetcherFactory::SetFakeResponse(
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 657 factory().SetFakeResponse(url, "", net::HTTP_INTERNAL_SERVER_ERROR,
672 factory().SetFakeResponse(url, xml_config, net::HTTP_OK,
    [all...]

Completed in 473 milliseconds