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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.h 74 enum EventID {
148 void notifyDOMApplicationCache(EventID, int progressTotal, int progressDone);
169 EventID eventID;
172 DeferredEvent(EventID id, int total, int done) : eventID(id), progressTotal(total), progressDone(done) { }
180 void dispatchDOMEvent(EventID, int progressTotal, int progressDone);
  /external/webkit/Source/WebKit/chromium/public/
WebApplicationCacheHost.h 62 // These values must match WebCore::ApplicationCacheHost::EventID values
63 enum EventID {

Completed in 27 milliseconds