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

  /external/chromium_org/chrome/browser/local_discovery/
gcd_api_flow_impl.cc 36 OAuth2TokenService::ScopeSet oauth_scopes; local
37 oauth_scopes.insert(request_->GetOAuthScope());
39 token_service_->StartRequest(account_id_, oauth_scopes, this);
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 83 OAuth2TokenService::ScopeSet oauth_scopes; local
84 oauth_scopes.insert(kHistoryOAuthScope);
91 signin_manager->GetAuthenticatedAccountId(), oauth_scopes, this);
107 OAuth2TokenService::ScopeSet oauth_scopes; variable
108 oauth_scopes.insert(kHistoryOAuthScope);
115 oauth_scopes,
  /external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service.cc 407 OAuth2TokenService::ScopeSet oauth_scopes; local
408 oauth_scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
411 enrolling_profile_)->StartRequest(account_id, oauth_scopes, this);
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 532 OAuth2TokenService::ScopeSet oauth_scopes; local
533 oauth_scopes.insert(cloud_devices::kCloudPrintAuthScope);
535 service->StartRequest(account_id, oauth_scopes, this));
    [all...]

Completed in 184 milliseconds