Searched refs:OnSyncEnabled (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dmock_sync_status_observer.h19 MOCK_METHOD1(OnSyncEnabled, void(const storage::FileSystemURL& url));
H A Dlocal_file_sync_status.h42 virtual void OnSyncEnabled(const storage::FileSystemURL& url) = 0;
H A Dsyncable_file_operation_runner.h60 virtual void OnSyncEnabled(const storage::FileSystemURL& url) OVERRIDE;
H A Dlocal_file_sync_status.cc96 FOR_EACH_OBSERVER(Observer, observer_list_, OnSyncEnabled(url));
115 FOR_EACH_OBSERVER(Observer, observer_list_, OnSyncEnabled(url));
H A Dsyncable_file_operation_runner.cc61 void SyncableFileOperationRunner::OnSyncEnabled(const FileSystemURL& url) { function in class:sync_file_system::SyncableFileOperationRunner
H A Dlocal_file_sync_service_unittest.cc339 // We should get called OnSyncEnabled and OnWriteEnabled on kFile.
343 EXPECT_CALL(status_observer, OnSyncEnabled(kFile)).Times(AtLeast(1));
393 // We should get called OnSyncEnabled and possibly OnWriteEnabled (depends
396 EXPECT_CALL(status_observer, OnSyncEnabled(kFile)).Times(AtLeast(1));
431 // OnSyncEnabled is expected to be called at least or more than once.
433 EXPECT_CALL(status_observer, OnSyncEnabled(kDir)).Times(AtLeast(1));
461 // We should get called OnSyncEnabled and OnWriteEnabled on kPath and
462 // OnSyncEnabled on kOther.
464 EXPECT_CALL(status_observer, OnSyncEnabled(kPath)).Times(AtLeast(1));
465 EXPECT_CALL(status_observer, OnSyncEnabled(kOthe
[all...]
H A Dcanned_syncable_file_system.h162 virtual void OnSyncEnabled(const storage::FileSystemURL& url) OVERRIDE;
H A Dlocal_file_sync_context.h208 virtual void OnSyncEnabled(const storage::FileSystemURL& url) OVERRIDE;
H A Dcanned_syncable_file_system.cc552 void CannedSyncableFileSystem::OnSyncEnabled(const FileSystemURL& url) { function in class:sync_file_system::CannedSyncableFileSystem
553 sync_status_observers_->Notify(&LocalFileSyncStatus::Observer::OnSyncEnabled,
H A Dlocal_file_sync_context.cc566 void LocalFileSyncContext::OnSyncEnabled(const FileSystemURL& url) { function in class:sync_file_system::LocalFileSyncContext
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service_unittest.cc332 // We should get called OnSyncEnabled and OnWriteEnabled on kFile as in:
335 // 2. OnSyncEnabled x 3 times; 1) when CreateFile is finished, 2) when
343 EXPECT_CALL(status_observer, OnSyncEnabled(kFile))
345 EXPECT_CALL(status_observer, OnSyncEnabled(kFile))

Completed in 159 milliseconds