Searched refs:oauth2_scope_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_auth_provider.cc79 oauth2_scope_.insert(scope);
98 token_service_->StartRequest(account_id_, oauth2_scope_, this);
129 token_service_->InvalidateToken(account_id_, oauth2_scope_, token);
H A Dprofile_sync_auth_provider.h56 OAuth2TokenService::ScopeSet oauth2_scope_; member in class:ProfileSyncAuthProvider
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider.h82 OAuth2TokenService::ScopeSet oauth2_scope_; member in class:app_list::PeopleProvider
H A Dpeople_provider.cc50 oauth2_scope_.insert(kPeopleSearchOAuth2Scope);
126 signin_manager->GetAuthenticatedAccountId(), oauth2_scope_, this);

Completed in 85 milliseconds