HomeSort by relevance Sort by last modified time
    Searched refs:OnStartUpdate (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
file_observers.h 19 // OnStartUpdate and OnEndUpdate are called once for each target url
35 virtual void OnStartUpdate(const FileSystemURL& url) = 0;
sandbox_quota_observer.h 48 virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE;
sandbox_quota_observer.cc 30 void SandboxQuotaObserver::OnStartUpdate(const FileSystemURL& url) {
test_file_system_backend.cc 118 virtual void OnStartUpdate(const FileSystemURL& url) OVERRIDE {}
file_system_operation_runner.cc 533 &FileUpdateObserver::OnStartUpdate, MakeTuple(url));
  /external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.h 54 void OnStartUpdate(int host_id, IPC::Message* reply_msg);
appcache_dispatcher_host.cc 56 IPC_MESSAGE_HANDLER_DELAY_REPLY(AppCacheHostMsg_StartUpdate, OnStartUpdate)
169 void AppCacheDispatcherHost::OnStartUpdate(int host_id,
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.h 49 virtual void OnStartUpdate(const fileapi::FileSystemURL& url) OVERRIDE;
local_file_change_tracker.cc 84 void LocalFileChangeTracker::OnStartUpdate(const FileSystemURL& url) {
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 492 observers->Notify(&FileUpdateObserver::OnStartUpdate, MakeTuple(url));

Completed in 2317 milliseconds