HomeSort by relevance Sort by last modified time
    Searched defs:scopes_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/google_apis/drive/
auth_service.h 71 std::vector<std::string> scopes_; member in class:google_apis::AuthService
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_uploader_impl.h 63 OAuth2TokenService::ScopeSet scopes_; member in class:syncer::AttachmentUploaderImpl
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher_impl.h 107 std::vector<std::string> scopes_; member in class:OAuth2AccessTokenFetcherImpl
oauth2_api_call_flow.h 117 std::vector<std::string> scopes_; member in class:OAuth2ApiCallFlow
oauth2_token_service_request.cc 189 OAuth2TokenService::ScopeSet scopes_; member in class:__anon12983::RequestCore
210 scopes_(scopes) {
213 DCHECK(!scopes_.empty());
221 request_ = token_service()->StartRequest(account_id_, scopes_, this).Pass();
290 OAuth2TokenService::ScopeSet scopes_; member in class:__anon12983::InvalidateCore
305 scopes_(scopes) {
316 token_service()->InvalidateToken(account_id_, scopes_, access_token_);
oauth2_token_service_request_unittest.cc 169 OAuth2TokenService::ScopeSet scopes_; member in class:__anon12984::OAuth2TokenServiceRequestTest
176 scopes_.insert(kScope);
213 provider_.get(), kAccountId, scopes_, &consumer_));
225 provider_.get(), kAccountId, scopes_, &consumer_));
237 provider_.get(), kAccountId, scopes_, &consumer_));
249 provider_.get(), kAccountId, scopes_, &consumer_));
260 provider_.get(), kAccountId, scopes_, kAccessToken);
oauth2_token_service.cc 179 const ScopeSet scopes_; member in class:OAuth2TokenService::Fetcher
232 scopes_(scopes),
253 std::vector<std::string>(scopes_.begin(), scopes_.end()));
273 scopes_,
357 return scopes_;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 134 base::scoped_nsobject<NSString> scopes_; variable
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl.cc 94 OAuth2TokenService::ScopeSet scopes_; member in class:syncer::AttachmentUploaderImpl::UploadState
121 scopes_(scopes),
127 DCHECK(!scopes_.empty());
167 token_service_provider_, account_id_, scopes_, access_token_);
232 token_service_provider_, account_id_, scopes_, this);
264 scopes_(scopes),
305 scopes_,
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 172 scopes_.push(callees);
176 scopes_.pop();
180 if (!scopes_.empty()) scopes_.top()->insert(name);
201 std::stack<CalleesSet* > scopes_; member in class:__anon22037::CalleesPrinter
    [all...]

Completed in 210 milliseconds