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 65 enum EventID {
128 void notifyApplicationCache(EventID, int progressTotal, int progressDone, blink::WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
138 virtual void notifyEventListener(blink::WebApplicationCacheHost::EventID) OVERRIDE FINAL;
146 EventID eventID;
153 DeferredEvent(EventID id, int progressTotal, int progressDone, blink::WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
154 : eventID(id)
170 void dispatchDOMEvent(EventID, int progressTotal, int progressDone, blink::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 WebCore::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 135 milliseconds