Searched defs:scopes_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/google_apis/
H A Dauth_service.h71 std::vector<std::string> scopes_; member in class:google_apis::AuthService
/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_fetcher.h107 std::vector<std::string> scopes_; member in class:OAuth2AccessTokenFetcher
H A Doauth2_api_call_flow.h114 std::vector<std::string> scopes_; member in class:OAuth2ApiCallFlow
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_refresh_token_fetcher_unittest.cc58 const OAuth2TokenService::ScopeSet& scopes() const { return scopes_; }
61 OAuth2TokenService::ScopeSet scopes_; member in class:__anon5252::MockOAuth2TokenService::Request
94 : scopes_(scopes),
/external/chromium_org/chrome/browser/signin/
H A Doauth2_token_service.cc125 const OAuth2TokenService::ScopeSet scopes_; member in class:OAuth2TokenService::Fetcher
177 scopes_(scopes),
199 std::vector<std::string>(scopes_.begin(), scopes_.end()));
218 scopes_,
295 return scopes_;
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc173 scopes_.push(callees);
177 scopes_.pop();
181 if (!scopes_.empty()) scopes_.top()->insert(name);
202 std::stack<CalleesSet* > scopes_; member in class:__anon14720::CalleesPrinter
/external/v8/tools/gcmole/
H A Dgcmole.cc173 scopes_.push(callees);
177 scopes_.pop();
181 if (!scopes_.empty()) scopes_.top()->insert(name);
202 std::stack<CalleesSet* > scopes_; member in class:__anon26462::CalleesPrinter

Completed in 184 milliseconds