Searched refs:EventID (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebApplicationCacheHostClient.h46 virtual void notifyEventListener(WebApplicationCacheHost::EventID) = 0;
H A DWebApplicationCacheHost.h61 // These values must match blink::ApplicationCacheHost::EventID values
62 enum EventID { enum in class:blink::WebApplicationCacheHost
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCacheHost.h67 enum EventID { enum in class:blink::FINAL
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)
173 void dispatchDOMEvent(EventID, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason, const String& errorURL, int errorStatus, const String& errorMessage);
H A DApplicationCache.h79 static const AtomicString& toEventType(ApplicationCacheHost::EventID);
H A DApplicationCacheHost.cpp180 void ApplicationCacheHost::notifyApplicationCache(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
228 void ApplicationCacheHost::dispatchDOMEvent(EventID id, int progressTotal, int progressDone, WebApplicationCacheHost::ErrorReason errorReason, const String& errorURL, int errorStatus, const String& errorMessage)
278 void ApplicationCacheHost::notifyEventListener(WebApplicationCacheHost::EventID eventID)
280 notifyApplicationCache(static_cast<ApplicationCacheHost::EventID>(eventID), 0, 0, WebApplicationCacheHost::UnknownError, String(), 0, String());
H A DApplicationCache.cpp108 const AtomicString& ApplicationCache::toEventType(ApplicationCacheHost::EventID id)
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc29 // of the EventID enum in appcache_interfaces.h.
123 client_->notifyEventListener(static_cast<EventID>(event_id));

Completed in 1846 milliseconds