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

  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow.cc 36 OAuth2TokenService::ScopeSet oauth_scopes; local
37 oauth_scopes.insert(cloud_print::kCloudPrintAuth);
38 oauth_request_ = token_service_->StartRequest(oauth_scopes, this);
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 79 OAuth2TokenService::ScopeSet oauth_scopes; local
80 oauth_scopes.insert(kHistoryOAuthScope);
84 token_request_ = token_service->StartRequest(oauth_scopes, this);
100 OAuth2TokenService::ScopeSet oauth_scopes; variable
101 oauth_scopes.insert(kHistoryOAuthScope);
103 ->InvalidateToken(oauth_scopes, access_token_);
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 295 OAuth2TokenService::ScopeSet oauth_scopes; local
296 oauth_scopes.insert(kCloudPrintAuth);
298 service->StartRequest(oauth_scopes, this));
    [all...]

Completed in 121 milliseconds