Searched refs:OnEndUpdate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dmock_file_update_observer.cc37 void MockFileUpdateObserver::OnEndUpdate(const FileSystemURL& url) { function in class:storage::MockFileUpdateObserver
H A Dmock_file_update_observer.h30 virtual void OnEndUpdate(const FileSystemURL& url) OVERRIDE;
/external/chromium_org/storage/browser/fileapi/
H A Dfile_observers.h19 // OnStartUpdate and OnEndUpdate are called once for each target url
37 virtual void OnEndUpdate(const FileSystemURL& url) = 0;
H A Dsandbox_quota_observer.h49 virtual void OnEndUpdate(const FileSystemURL& url) OVERRIDE;
H A Dsandbox_quota_observer.cc67 void SandboxQuotaObserver::OnEndUpdate(const FileSystemURL& url) { function in class:storage::SandboxQuotaObserver
H A Dcopy_or_move_operation_delegate.cc426 ->Notify(&FileUpdateObserver::OnEndUpdate, MakeTuple(url));
H A Dfile_system_operation_runner.cc671 &FileUpdateObserver::OnEndUpdate, MakeTuple(*iter));
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.h57 virtual void OnEndUpdate(const storage::FileSystemURL& url) OVERRIDE;
H A Dlocal_file_change_tracker.cc99 void LocalFileChangeTracker::OnEndUpdate(const FileSystemURL& url) {} function in class:sync_file_system::LocalFileChangeTracker
/external/chromium_org/content/public/test/
H A Dtest_file_system_backend.cc207 virtual void OnEndUpdate(const FileSystemURL& url) OVERRIDE {}

Completed in 371 milliseconds