Home
last modified time | relevance | path

Searched refs:DeferredEvent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.h145 struct DeferredEvent { struct
153DeferredEvent(EventID id, int progressTotal, int progressDone, blink::WebApplicationCacheHost::Err… in DeferredEvent() argument
168 Vector<DeferredEvent> m_deferredEvents;
DApplicationCacheHost.cpp174 …m_deferredEvents.append(DeferredEvent(id, progressTotal, progressDone, errorReason, errorURL, erro… in notifyApplicationCache()
208 const DeferredEvent& deferred = m_deferredEvents[i]; in stopDeferringEvents()