Searched refs:StartRequest (Results 1 - 25 of 68) sorted by path

123

/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_wallpaper_downloader.cc85 void CustomizationWallpaperDownloader::StartRequest() { function in class:chromeos::CustomizationWallpaperDownloader
118 FROM_HERE, delay, this, &CustomizationWallpaperDownloader::StartRequest);
142 StartRequest();
H A Dcustomization_wallpaper_downloader.h66 void StartRequest();
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc295 void SimpleGeolocationRequest::StartRequest() { function in class:chromeos::SimpleGeolocationRequest
319 StartRequest();
326 FROM_HERE, delay, this, &SimpleGeolocationRequest::StartRequest);
H A Dsimple_geolocation_request.h73 void StartRequest();
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_token_forwarder.cc94 request_ = token_service_->StartRequest(
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service_unittest.cc70 return oauth2_service_->StartRequest(oauth2_service_->GetRobotAccountId(),
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc332 void TimeZoneRequest::StartRequest() { function in class:chromeos::TimeZoneRequest
353 StartRequest();
360 FROM_HERE, delay, this, &TimeZoneRequest::StartRequest);
H A Dtimezone_request.h101 void StartRequest();
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Daccount_tracker.cc303 login_token_request_ = service->StartRequest(
H A Didentity_api.cc663 service->StartRequest(service->GetRobotAccountId(),
688 login_token_request_ = service->StartRequest(
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc149 identity_provider->GetTokenService()->StartRequest(
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc90 token_request_ = token_service->StartRequest(
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow_impl.cc39 token_service_->StartRequest(account_id_, oauth_scopes, this);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.cc296 oauth2_access_token_request_ = token_service->StartRequest(
/external/chromium_org/chrome/browser/supervised_user/
H A Dpermission_request_creator_apiary.cc75 access_token_request_ = oauth2_token_service_->StartRequest(
H A Dsupervised_user_refresh_token_fetcher.cc135 access_token_request_ = oauth2_token_service_->StartRequest(
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider.cc98 token_service_->StartRequest(account_id_, oauth2_scope_, this);
H A Dprofile_sync_service.cc2128 oauth2_token_service_->StartRequest(account_id, oauth2_scopes, this);
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider.cc125 access_token_request_ = token_service->StartRequest(
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc516 service->StartRequest(account_id, oauth_scopes, this));
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download.cc109 return StartRequest(form_xml, request_data);
142 return StartRequest(form_xml, request_data);
171 bool AutofillDownloadManager::StartRequest( function in class:autofill::AutofillDownloadManager
H A Dautofill_download.h98 bool StartRequest(const std::string& form_xml,
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.cc206 access_token_request_ = identity_provider_->GetTokenService()->StartRequest(
H A Dticl_invalidation_service.cc199 token_service->StartRequest(account_id, oauth2_scopes, this);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client_registration_helper.cc75 token_request_ = token_service->StartRequest(account_id, scopes, this);

Completed in 1336 milliseconds

123