Searched refs:IsDataTypeControllerRunning (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.h96 MOCK_CONST_METHOD1(IsDataTypeControllerRunning, bool(syncer::ModelType));
H A Dprofile_sync_service.cc430 bool ProfileSyncService::IsDataTypeControllerRunning( function in class:ProfileSyncService
441 if (!IsDataTypeControllerRunning(syncer::SESSIONS))
457 if (!IsDataTypeControllerRunning(syncer::DEVICE_INFO))
1120 if (IsDataTypeControllerRunning(syncer::SESSIONS)) {
H A Dprofile_sync_service.h773 virtual bool IsDataTypeControllerRunning(syncer::ModelType type) const;
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc161 ON_CALL(*service, IsDataTypeControllerRunning(syncer::SESSIONS))

Completed in 257 milliseconds