HomeSort by relevance Sort by last modified time
    Searched refs:ScopeSet (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.h 37 // ScopeSet scopes;
58 ScopeSet scopes;
90 void IssueTokenForScope(const ScopeSet& scopes,
94 void IssueErrorForScope(const ScopeSet& scopes,
113 const ScopeSet& scopes) OVERRIDE;
117 const ScopeSet& scopes,
132 const ScopeSet& scopes,
profile_oauth2_token_service_request.h 32 const OAuth2TokenService::ScopeSet& scopes,
46 const OAuth2TokenService::ScopeSet& scopes,
fake_profile_oauth2_token_service.cc 58 const ScopeSet& scope,
69 const ScopeSet& scope,
76 CompleteRequests(true, ScopeSet(), error, std::string(), base::Time());
83 ScopeSet(),
91 const ScopeSet& scope,
138 const ScopeSet& scopes) {
151 const ScopeSet& scopes,
android_profile_oauth2_token_service.h 82 const ScopeSet& scopes) OVERRIDE;
88 const ScopeSet& scopes,
profile_oauth2_token_service_request_unittest.cc 98 OAuth2TokenService::ScopeSet(),
114 OAuth2TokenService::ScopeSet(),
131 OAuth2TokenService::ScopeSet(),
148 OAuth2TokenService::ScopeSet(),
profile_oauth2_token_service_request.cc 31 const OAuth2TokenService::ScopeSet& scopes);
56 const OAuth2TokenService::ScopeSet& scopes);
98 const OAuth2TokenService::ScopeSet& scopes) {
140 const OAuth2TokenService::ScopeSet& scopes) {
200 const OAuth2TokenService::ScopeSet& scopes,
209 const OAuth2TokenService::ScopeSet& scopes,
android_profile_oauth2_token_service.cc 28 std::string CombineScopes(const OAuth2TokenService::ScopeSet& scopes) {
32 for (OAuth2TokenService::ScopeSet::const_iterator it = scopes.begin();
109 const OAuth2TokenService::ScopeSet& scopes) {
138 const ScopeSet& scopes,
ubertoken_fetcher.cc 35 OAuth2TokenService::ScopeSet scopes;
signin_account_id_helper.cc 62 OAuth2TokenService::ScopeSet scopes;
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.h 99 typedef std::set<std::string> ScopeSet;
116 const ScopeSet& scopes,
126 const ScopeSet& scopes,
135 const ScopeSet& scopes,
152 const ScopeSet& scopes,
159 const ScopeSet& scopes,
170 const ScopeSet& scopes) const;
212 const ScopeSet& scopes,
249 const ScopeSet& scopes);
256 const ScopeSet& scopes
    [all...]
fake_gaia.h 32 typedef std::set<std::string> ScopeSet;
43 ScopeSet scopes;
oauth2_token_service.cc 25 const ScopeSet& scopes)
116 const ScopeSet& scopes,
128 const ScopeSet& GetScopeSet() const;
150 const OAuth2TokenService::ScopeSet& scopes,
166 const ScopeSet scopes_;
195 const OAuth2TokenService::ScopeSet& scopes,
217 const OAuth2TokenService::ScopeSet& scopes,
344 const OAuth2TokenService::ScopeSet& OAuth2TokenService::Fetcher::GetScopeSet()
402 const OAuth2TokenService::ScopeSet& scopes,
418 const OAuth2TokenService::ScopeSet& scopes
    [all...]
oauth2_token_service_unittest.cc 36 account_id_, OAuth2TokenService::ScopeSet(), this).release());
102 oauth2_service_->StartRequest(account_id_, OAuth2TokenService::ScopeSet(),
114 OAuth2TokenService::ScopeSet(),
134 OAuth2TokenService::ScopeSet(),
151 OAuth2TokenService::ScopeSet scopes1;
154 OAuth2TokenService::ScopeSet scopes1_same;
157 OAuth2TokenService::ScopeSet scopes2;
211 OAuth2TokenService::ScopeSet(),
228 OAuth2TokenService::ScopeSet(),
250 OAuth2TokenService::ScopeSet(),
    [all...]
  /external/chromium_org/chrome/browser/sync/
fake_oauth2_token_service.h 26 const OAuth2TokenService::ScopeSet& scopes) OVERRIDE;
fake_oauth2_token_service.cc 17 const OAuth2TokenService::ScopeSet& scopes) {
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.cc 88 OAuth2TokenService::ScopeSet scopes;
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider.h 82 OAuth2TokenService::ScopeSet oauth2_scope_;
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher.cc 130 OAuth2TokenService::ScopeSet scopes;
189 OAuth2TokenService::ScopeSet(),
  /external/chromium_org/chrome/browser/local_discovery/
cloud_print_base_api_flow.cc 72 OAuth2TokenService::ScopeSet oauth_scopes;
  /external/chromium_org/google_apis/drive/
auth_service.cc 67 OAuth2TokenService::ScopeSet(scopes.begin(), scopes.end()),
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 414 OAuth2TokenService::ScopeSet scopes;
436 OAuth2TokenService::ScopeSet(),
443 service->GetPrimaryAccountId(), OAuth2TokenService::ScopeSet(), this);
account_tracker.cc 217 account_key_, OAuth2TokenService::ScopeSet(), this);
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 79 OAuth2TokenService::ScopeSet oauth_scopes;
101 OAuth2TokenService::ScopeSet oauth_scopes;
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.cc 95 OAuth2TokenService::ScopeSet scopes;
  /external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.cc 167 OAuth2TokenService::ScopeSet oauth2_scopes;

Completed in 353 milliseconds

1 2