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

  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 32 const OAuth2Info& oauth2_info,
37 oauth2_info,
80 OAuth2Info oauth2_info; local
81 oauth2_info.client_id = "fake.client.id";
83 &delegate_, "extension_id", oauth2_info, ubertoken_error_state_));
identity_api.cc 92 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(GetExtension()); local
101 if (oauth2_info.scopes.size() == 0) {
109 std::set<std::string> scopes(oauth2_info.scopes.begin(),
110 oauth2_info.scopes.end());
197 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(GetExtension()); local
198 std::set<std::string> scopes(oauth2_info.scopes.begin(),
199 oauth2_info.scopes.end());
209 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(GetExtension()); local
233 if (oauth2_info.auto_approve)
234 // oauth2_info.auto_approve is protected by a whitelist i
460 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(GetExtension()); local
471 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(GetExtension()); local
505 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(GetExtension()); local
    [all...]
identity_apitest.cc 353 OAuth2Info& oauth2_info = local
356 oauth2_info.client_id = "client1";
358 oauth2_info.scopes.push_back("scope1");
359 oauth2_info.scopes.push_back("scope2");
363 oauth_scopes_ = std::set<std::string>(oauth2_info.scopes.begin(),
364 oauth2_info.scopes.end());
1003 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(extension.get()); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 751 const extensions::OAuth2Info& oauth2_info = local
760 oauth2_info.client_id,
761 oauth2_info.scopes,

Completed in 307 milliseconds