OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyEventListener
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHostClient.h
46
virtual void
notifyEventListener
(WebApplicationCacheHost::EventID) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHostInternal.h
55
virtual void
notifyEventListener
(blink::WebApplicationCacheHost::EventID eventID)
/external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc
135
client_->
notifyEventListener
(static_cast<EventID>(event_id));
160
client_->
notifyEventListener
(static_cast<EventID>(appcache::ERROR_EVENT));
Completed in 2487 milliseconds