OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnStartUpdate
(Results
1 - 9
of
9
) 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) {
file_system_operation_runner.cc
633
&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
55
IPC_MESSAGE_HANDLER_DELAY_REPLY(AppCacheHostMsg_StartUpdate,
OnStartUpdate
)
168
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
86
void LocalFileChangeTracker::
OnStartUpdate
(const FileSystemURL& url) {
/external/chromium_org/content/public/test/
test_file_system_backend.cc
139
virtual void
OnStartUpdate
(const FileSystemURL& url) OVERRIDE {}
Completed in 194 milliseconds