Home
last modified time | relevance | path

Searched refs:OnStartUpdate (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_dispatcher_host.cc55 IPC_MESSAGE_HANDLER_DELAY_REPLY(AppCacheHostMsg_StartUpdate, OnStartUpdate) in OnMessageReceived()
168 void AppCacheDispatcherHost::OnStartUpdate(int host_id, in OnStartUpdate() function in content::AppCacheDispatcherHost
Dappcache_dispatcher_host.h53 void OnStartUpdate(int host_id, IPC::Message* reply_msg);
/external/chromium_org/webkit/browser/fileapi/
Dfile_observers.h35 virtual void OnStartUpdate(const FileSystemURL& url) = 0;
Dsandbox_quota_observer.h48 virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE;
Dsandbox_quota_observer.cc30 void SandboxQuotaObserver::OnStartUpdate(const FileSystemURL& url) { in OnStartUpdate() function in fileapi::SandboxQuotaObserver
Dfile_system_operation_runner.cc635 &FileUpdateObserver::OnStartUpdate, MakeTuple(url)); in PrepareForWrite()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_change_tracker.h54 virtual void OnStartUpdate(const fileapi::FileSystemURL& url) OVERRIDE;
Dlocal_file_change_tracker.cc91 void LocalFileChangeTracker::OnStartUpdate(const FileSystemURL& url) { in OnStartUpdate() function in sync_file_system::LocalFileChangeTracker
/external/chromium_org/content/public/test/
Dtest_file_system_backend.cc143 virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE {} in OnStartUpdate() function in content::TestFileSystemBackend::QuotaUtil