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

  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 67 enum EventID {
127 void notifyApplicationCache(EventID, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
141 virtual void notifyEventListener(WebApplicationCacheHost::EventID) OVERRIDE FINAL;
149 EventID eventID;
156 DeferredEvent(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
157 : eventID(id)
173 void dispatchDOMEvent(EventID, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
  /external/chromium_org/third_party/WebKit/public/platform/
WebApplicationCacheHost.h 61 // These values must match blink::ApplicationCacheHost::EventID values
62 enum EventID {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h 678 DWORD EventID;
    [all...]
winnt.h     [all...]

Completed in 845 milliseconds