Searched refs:oauth2_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_toggle_flow.cc45 const extensions::OAuth2Info& oauth2_info = local
47 return oauth2_info.client_id;
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc320 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(extension()); local
329 std::set<std::string> scopes(oauth2_info.scopes.begin(),
330 oauth2_info.scopes.end());
485 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(extension()); local
510 if (oauth2_info.auto_approve)
511 // oauth2_info.auto_approve is protected by a whitelist in
821 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(extension()); local
822 std::string client_id = oauth2_info.client_id;
827 oauth2_info.auto_approve) {
H A Didentity_apitest.cc693 OAuth2Info& oauth2_info = local
696 oauth2_info.client_id = "client1";
698 oauth2_info.scopes.push_back("scope1");
699 oauth2_info.scopes.push_back("scope2");
703 oauth_scopes_ = std::set<std::string>(oauth2_info.scopes.begin(),
704 oauth2_info.scopes.end());
1372 const OAuth2Info& oauth2_info = OAuth2Info::GetOAuth2Info(extension.get()); local
1373 EXPECT_TRUE(oauth2_info.client_id.empty());

Completed in 4480 milliseconds