/external/chromium_org/chrome/browser/chromeos/policy/ |
H A D | user_cloud_policy_token_forwarder.cc | 21 token_service_(token_service) { 35 token_service_->RemoveObserver(this); 80 if (token_service_->RefreshTokenIsAvailable( 81 token_service_->GetPrimaryAccountId())) 84 token_service_->AddObserver(this); 91 request_ = token_service_->StartRequest( 92 token_service_->GetPrimaryAccountId(), scopes, this);
|
H A D | user_cloud_policy_token_forwarder.h | 58 ProfileOAuth2TokenService* token_service_; member in class:policy::UserCloudPolicyTokenForwarder
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
H A D | saslcookiemechanism.h | 48 token_service_(token_service) {} 56 token_service_("") {} 64 if (!token_service_.empty()) { 67 token_service_); local 83 std::string token_service_; member in class:buzz::SaslCookieMechanism
|
H A D | xmppclientsettings.h | 51 token_service_ = token_service; 61 const std::string & token_service() const { return token_service_; } 71 std::string token_service_; member in class:buzz::XmppUserSettings
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
H A D | saslcookiemechanism.h | 48 token_service_(token_service) {} 56 token_service_("") {} 64 if (!token_service_.empty()) { 65 el->AddAttr(QN_GOOGLE_AUTH_SERVICE, token_service_); 81 std::string token_service_; member in class:buzz::SaslCookieMechanism
|
H A D | xmppclientsettings.h | 59 token_service_ = token_service; 71 const std::string& token_service() const { return token_service_; } 83 std::string token_service_; member in class:buzz::XmppUserSettings
|
/external/chromium_org/chrome/browser/invalidation/ |
H A D | ticl_invalidation_service_unittest.cc | 29 token_service_.reset(new FakeProfileOAuth2TokenService); 32 token_service_.get(), 57 scoped_ptr<FakeProfileOAuth2TokenService> token_service_; member in class:invalidation::TiclInvalidationServiceTestDelegate
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
H A D | device_oauth2_token_service_factory.cc | 26 token_service_(NULL), 31 delete token_service_; 79 DCHECK(!token_service_); 84 token_service_= new DeviceOAuth2TokenService( 92 // Run callbacks regardless of whether token_service_ is created or not, 99 base::Bind(pending_callbacks_.front(), token_service_)); 110 base::Bind(callback, token_service_));
|
H A D | device_oauth2_token_service_factory.h | 62 // Runs the callback asynchronously. If |token_service_| is ready, the 64 // will be queued in |pending_callbacks_| and run when |token_service_| is 71 DeviceOAuth2TokenService* token_service_; member in class:chromeos::DeviceOAuth2TokenServiceFactory
|
H A D | device_oauth2_token_service.cc | 68 DeviceOAuth2TokenService* token_service_; member in class:chromeos::DeviceOAuth2TokenService::ValidatingConsumer 92 token_service_(token_service), 114 token_service_->GetRefreshToken(token_service_->GetRobotAccountId()), 116 token_service_->max_refresh_token_validation_retries_, 125 token_service_->max_refresh_token_validation_retries_, 134 std::string policy_robot_id = token_service_->GetRobotAccountId(); 184 token_service_->OnValidationComplete(is_valid);
|
/external/chromium_org/chrome/browser/signin/ |
H A D | account_reconcilor_unittest.cc | 37 FakeProfileOAuth2TokenService* token_service() { return token_service_; } 43 FakeProfileOAuth2TokenService* token_service_; member in class:__anon5917::AccountReconcilorTest 47 : signin_manager_(NULL), token_service_(NULL) {} 62 token_service_ =
|
H A D | profile_oauth2_token_service.cc | 80 : token_service_(token_service), 84 DCHECK(token_service_); 86 token_service_->signin_global_error()->AddProvider(this); 90 token_service_->signin_global_error()->RemoveProvider(this); 97 token_service_->signin_global_error()->AuthStatusChanged();
|
H A D | profile_oauth2_token_service.h | 101 ProfileOAuth2TokenService* token_service_; member in class:ProfileOAuth2TokenService::AccountInfo
|
/external/chromium_org/chrome/browser/local_discovery/ |
H A D | cloud_print_printer_list_unittest.cc | 72 token_service_(request_context_.get()) { 78 &token_service_, 102 TestOAuth2TokenService token_service_; member in class:local_discovery::__anon5443::CloudPrintPrinterListTest
|
H A D | cloud_print_base_api_flow.cc | 32 token_service_(token_service), 46 token_service_(NULL), 60 token_service_(NULL), 74 oauth_request_ = token_service_->StartRequest(account_id_,
|
H A D | privet_confirm_api_flow.h | 24 OAuth2TokenService* token_service_,
|
H A D | cloud_print_base_api_flow.h | 46 OAuth2TokenService* token_service_, 92 OAuth2TokenService* token_service_; member in class:local_discovery::CloudPrintBaseApiFlow
|
H A D | privet_confirm_api_flow_unittest.cc | 74 token_service_(request_context_.get()), 87 TestOAuth2TokenService token_service_; member in class:local_discovery::__anon5444::PrivetConfirmApiFlowTest 94 &token_service_, 159 &token_service_, 177 &token_service_, 205 &token_service_,
|
/external/chromium_org/jingle/notifier/base/ |
H A D | gaia_token_pre_xmpp_auth.cc | 58 token_service_(token_service), 114 mechanism, username_, token_, token_service_);
|
H A D | gaia_token_pre_xmpp_auth.h | 61 std::string token_service_; member in class:notifier::GaiaTokenPreXmppAuth
|
/external/chromium/chrome/browser/sync/ |
H A D | abstract_profile_sync_service_test.h | 51 TokenService token_service_; member in class:AbstractProfileSyncServiceTest
|
H A D | profile_sync_service_typed_url_unittest.cc | 187 token_service_.IssueAuthTokenForTest( 191 WillRepeatedly(Return(&token_service_));
|
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
H A D | print_preview_handler.h | 306 scoped_ptr<AccessTokenService> token_service_; member in class:PrintPreviewHandler
|
/external/chromium/chrome/browser/profiles/ |
H A D | profile_impl.h | 227 scoped_ptr<TokenService> token_service_; member in class:ProfileImpl
|
H A D | profile_impl.cc | 1351 if (!token_service_.get()) { 1352 token_service_.reset(new TokenService()); 1354 return token_service_.get();
|