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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.cpp 35 class XMLHttpRequestProgressEventThrottle::DeferredEvent {
37 DeferredEvent() { clear(); }
68 , m_deferred(adoptPtr(new DeferredEvent))
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 148 struct DeferredEvent {
156 DeferredEvent(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
171 Vector<DeferredEvent> m_deferredEvents;

Completed in 46 milliseconds