HomeSort by relevance Sort by last modified time
    Searched refs:GetActiveAccountId (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
device_identity_provider.cc 21 std::string DeviceIdentityProvider::GetActiveAccountId() {
device_identity_provider.h 24 virtual std::string GetActiveAccountId() OVERRIDE;
  /external/chromium_org/google_apis/gaia/
fake_identity_provider.cc 30 std::string FakeIdentityProvider::GetActiveAccountId() {
fake_identity_provider.h 27 virtual std::string GetActiveAccountId() OVERRIDE;
identity_provider.cc 42 if (account_id != GetActiveAccountId())
50 if (account_id != GetActiveAccountId())
identity_provider.h 57 virtual std::string GetActiveAccountId() = 0;
account_tracker.cc 44 identity_provider_->GetActiveAccountId();
83 if (identity_provider_->GetActiveAccountId().empty())
account_tracker_unittest.cc 339 return identity_provider()->GetActiveAccountId();
  /external/chromium_org/chrome/browser/signin/
profile_identity_provider.h 27 virtual std::string GetActiveAccountId() OVERRIDE;
profile_identity_provider.cc 31 std::string ProfileIdentityProvider::GetActiveAccountId() {
  /external/chromium_org/components/invalidation/
ticl_invalidation_service.cc 194 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();
gcm_invalidation_bridge.cc 207 identity_provider_->GetActiveAccountId(), scopes, this);
248 identity_provider_->GetActiveAccountId(), scopes, token);
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.cc 72 const std::string account_id = identity_provider_->GetActiveAccountId();
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 121 identity_provider->GetActiveAccountId())) {
150 identity_provider->GetActiveAccountId(), scopes, this);

Completed in 142 milliseconds