Home
last modified time | relevance | path

Searched refs:waiting_for_auth (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dsync_startup_tracker.cc74 if (!service->waiting_for_auth() && in GetSyncServiceState()
Dprofile_sync_service_mock.h94 MOCK_CONST_METHOD0(waiting_for_auth, bool());
Dprofile_sync_service.h669 virtual bool waiting_for_auth() const;
Dprofile_sync_service.cc1562 bool ProfileSyncService::waiting_for_auth() const { in waiting_for_auth() function in ProfileSyncService