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

  /external/chromium_org/chrome/browser/signin/
account_tracker_service_factory.cc 27 AccountTrackerService*
29 return static_cast<AccountTrackerService*>(
41 AccountTrackerService::kAccountInfoPref,
45 AccountTrackerService::MIGRATION_NOT_STARTED,
52 AccountTrackerService* service = new AccountTrackerService();
account_tracker_service_factory.h 11 class AccountTrackerService;
16 // the associated AccountTrackerService.
20 // Returns the instance of AccountTrackerService associated with this
22 // cannot have a AccountTrackerService (for example, if |profile| is
24 static AccountTrackerService* GetForProfile(Profile* profile);
fake_account_tracker_service.h 16 // AccountTrackerService is a KeyedService that retrieves and caches GAIA
18 // to prevent AccountTrackerService from sending network requests.
19 class FakeAccountTrackerService : public AccountTrackerService {
signin_ui_util.cc 180 AccountTrackerService* account_tracker =
184 DCHECK_EQ(AccountTrackerService::MIGRATION_NOT_STARTED,
  /external/chromium_org/components/signin/core/browser/
account_tracker_service.cc 32 AccountTrackerService* service,
56 AccountTrackerService* service_;
66 AccountTrackerService* service,
74 "AccountTrackerService", "AccountIdFetcher", this,
79 TRACE_EVENT_ASYNC_END0("AccountTrackerService", "AccountIdFetcher", this);
95 "AccountTrackerService", "AccountIdFetcher", this, "OnGetTokenSuccess");
107 TRACE_EVENT_ASYNC_STEP_PAST1("AccountTrackerService",
120 TRACE_EVENT_ASYNC_STEP_PAST1("AccountTrackerService",
131 "AccountTrackerService", "AccountIdFetcher", this, "OnOAuthError");
137 TRACE_EVENT_ASYNC_STEP_PAST1("AccountTrackerService",
    [all...]
account_tracker_service.h 24 // AccountTrackerService is a KeyedService that retrieves and caches GAIA
26 class AccountTrackerService : public KeyedService,
42 // Clients of AccountTrackerService can implement this interface and register
58 AccountTrackerService();
59 virtual ~AccountTrackerService();
126 DISALLOW_COPY_AND_ASSIGN(AccountTrackerService);
account_tracker_service_unittest.cc 98 class AccountTrackerObserver : public AccountTrackerService::Observer {
115 // AccountTrackerService::Observer implementation
117 const AccountTrackerService::AccountInfo& ids) OVERRIDE;
119 const AccountTrackerService::AccountInfo& ids) OVERRIDE;
128 const AccountTrackerService::AccountInfo& ids) {
133 const AccountTrackerService::AccountInfo& ids) {
202 AccountTrackerService::kAccountInfoPref);
204 account_tracker_.reset(new AccountTrackerService());
241 AccountTrackerService* account_tracker() { return account_tracker_.get(); }
257 scoped_ptr<AccountTrackerService> account_tracker_
    [all...]

Completed in 72 milliseconds