Searched refs:AccountTrackerService (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Daccount_tracker_service_factory.cc27 AccountTrackerService*
29 return static_cast<AccountTrackerService*>(
41 AccountTrackerService::kAccountInfoPref,
45 AccountTrackerService::MIGRATION_NOT_STARTED,
52 AccountTrackerService* service = new AccountTrackerService();
H A Daccount_tracker_service_factory.h11 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);
H A Dfake_account_tracker_service.h16 // AccountTrackerService is a KeyedService that retrieves and caches GAIA
18 // to prevent AccountTrackerService from sending network requests.
19 class FakeAccountTrackerService : public AccountTrackerService {
H A Dsignin_ui_util.cc180 AccountTrackerService* account_tracker =
184 DCHECK_EQ(AccountTrackerService::MIGRATION_NOT_STARTED,
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.cc32 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",
150 AccountTrackerService::AccountTrackerService() function in class:AccountTrackerService
[all...]
H A Daccount_tracker_service.h24 // AccountTrackerService is a KeyedService that retrieves and caches GAIA
26 class AccountTrackerService : public KeyedService, class in inherits:KeyedService,OAuth2TokenService::Observer
42 // Clients of AccountTrackerService can implement this interface and register
58 AccountTrackerService();
59 virtual ~AccountTrackerService();
126 DISALLOW_COPY_AND_ASSIGN(AccountTrackerService);
H A Daccount_tracker_service_unittest.cc98 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 88 milliseconds