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

  /external/chromium_org/components/signin/core/browser/
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.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...]

Completed in 32 milliseconds