HomeSort by relevance Sort by last modified time
    Searched defs:EventID (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 65 enum EventID {
128 void notifyApplicationCache(EventID, int progressTotal, int progressDone);
140 EventID eventID;
143 DeferredEvent(EventID id, int total, int done) : eventID(id), progressTotal(total), progressDone(done) { }
151 void dispatchDOMEvent(EventID, int progressTotal, int progressDone);
  /external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHost.h 62 // These values must match WebCore::ApplicationCacheHost::EventID values
63 enum EventID {
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 40 enum EventID {
127 EventID event_id) = 0;

Completed in 295 milliseconds