Home
last modified time | relevance | path

Searched refs:notifyEventListener (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebApplicationCacheHostClient.h46 virtual void notifyEventListener(WebApplicationCacheHost::EventID) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DApplicationCacheHostInternal.h55 virtual void notifyEventListener(blink::WebApplicationCacheHost::EventID eventID) in notifyEventListener() function
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc135 client_->notifyEventListener(static_cast<EventID>(event_id)); in OnEventRaised()
160 client_->notifyEventListener(static_cast<EventID>(appcache::ERROR_EVENT)); in OnErrorEventRaised()