Searched refs:GetActiveAccountId (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_identity_provider.cc21 std::string DeviceIdentityProvider::GetActiveAccountId() { function in class:chromeos::DeviceIdentityProvider
H A Ddevice_identity_provider.h24 virtual std::string GetActiveAccountId() OVERRIDE;
/external/chromium_org/google_apis/gaia/
H A Dfake_identity_provider.cc30 std::string FakeIdentityProvider::GetActiveAccountId() { function in class:FakeIdentityProvider
H A Dfake_identity_provider.h27 virtual std::string GetActiveAccountId() OVERRIDE;
H A Didentity_provider.cc42 if (account_id != GetActiveAccountId())
50 if (account_id != GetActiveAccountId())
H A Didentity_provider.h57 virtual std::string GetActiveAccountId() = 0;
H A Daccount_tracker.cc49 identity_provider_->GetActiveAccountId();
93 if (identity_provider_->GetActiveAccountId().empty())
H A Daccount_tracker_unittest.cc339 return identity_provider()->GetActiveAccountId();
/external/chromium_org/chrome/browser/signin/
H A Dprofile_identity_provider.cc31 std::string ProfileIdentityProvider::GetActiveAccountId() { function in class:ProfileIdentityProvider
H A Dprofile_identity_provider.h27 virtual std::string GetActiveAccountId() OVERRIDE;
/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service.cc194 const std::string& account_id = identity_provider_->GetActiveAccountId();
312 if (identity_provider_->GetActiveAccountId().empty()) {
326 identity_provider_->GetActiveAccountId())) {
421 std::string email = identity_provider_->GetActiveAccountId();
H A Dgcm_invalidation_bridge.cc209 identity_provider_->GetActiveAccountId(), scopes, this);
250 identity_provider_->GetActiveAccountId(), scopes, token);
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc95 const std::string account_id = identity_provider_->GetActiveAccountId();
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.cc126 identity_provider->GetActiveAccountId())) {
155 identity_provider->GetActiveAccountId(), scopes, this);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc776 identity_provider_->GetActiveAccountId(),
900 identity_provider_->GetActiveAccountId(),

Completed in 5103 milliseconds