OnSyncEnabled 548 chrome/browser/sync_file_system/local/canned_syncable_file_system.cc sync_status_observers_->Notify(&LocalFileSyncStatus::Observer::OnSyncEnabled, OnSyncEnabled 164 chrome/browser/sync_file_system/local/canned_syncable_file_system.h virtual void OnSyncEnabled(const fileapi::FileSystemURL& url) OVERRIDE; OnSyncEnabled 213 chrome/browser/sync_file_system/local/local_file_sync_context.h virtual void OnSyncEnabled(const fileapi::FileSystemURL& url) OVERRIDE; OnSyncEnabled 344 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc EXPECT_CALL(status_observer, OnSyncEnabled(kFile)).Times(AtLeast(1)); OnSyncEnabled 397 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc EXPECT_CALL(status_observer, OnSyncEnabled(kFile)).Times(AtLeast(1)); OnSyncEnabled 434 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc EXPECT_CALL(status_observer, OnSyncEnabled(kDir)).Times(AtLeast(1)); OnSyncEnabled 465 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc EXPECT_CALL(status_observer, OnSyncEnabled(kPath)).Times(AtLeast(1)); OnSyncEnabled 466 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc EXPECT_CALL(status_observer, OnSyncEnabled(kOther)).Times(AtLeast(1)); OnSyncEnabled 29 chrome/browser/sync_file_system/local/local_file_sync_status.cc FOR_EACH_OBSERVER(Observer, observer_list_, OnSyncEnabled(url)); OnSyncEnabled 43 chrome/browser/sync_file_system/local/local_file_sync_status.cc FOR_EACH_OBSERVER(Observer, observer_list_, OnSyncEnabled(url)); OnSyncEnabled 39 chrome/browser/sync_file_system/local/local_file_sync_status.h virtual void OnSyncEnabled(const fileapi::FileSystemURL& url) = 0; OnSyncEnabled 19 chrome/browser/sync_file_system/local/mock_sync_status_observer.h MOCK_METHOD1(OnSyncEnabled, void(const fileapi::FileSystemURL& url)); OnSyncEnabled 60 chrome/browser/sync_file_system/local/syncable_file_operation_runner.h virtual void OnSyncEnabled(const fileapi::FileSystemURL& url) OVERRIDE; OnSyncEnabled 338 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc EXPECT_CALL(status_observer, OnSyncEnabled(kFile)) OnSyncEnabled 340 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc EXPECT_CALL(status_observer, OnSyncEnabled(kFile))