OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:progressTotal
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHostInternal.h
60
virtual void notifyProgressEventListener(const blink::WebURL&, int
progressTotal
, int progressDone)
62
m_innerHost->notifyApplicationCache(ApplicationCacheHost::PROGRESS_EVENT,
progressTotal
, progressDone);
ApplicationCacheHost.cpp
201
dispatchDOMEvent(deferred.eventID, deferred.
progressTotal
, deferred.progressDone);
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h
128
void notifyApplicationCache(EventID, int
progressTotal
, int progressDone);
141
int
progressTotal
;
143
DeferredEvent(EventID id, int total, int done) : eventID(id),
progressTotal
(total), progressDone(done) { }
151
void dispatchDOMEvent(EventID, int
progressTotal
, int progressDone);
Completed in 27 milliseconds