OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnEventRaised
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.cc
25
void AppCacheFrontendProxy::
OnEventRaised
(const std::vector<int>& host_ids,
/external/chromium_org/content/child/appcache/
appcache_frontend_impl.cc
39
void AppCacheFrontendImpl::
OnEventRaised
(const std::vector<int>& host_ids,
47
host->
OnEventRaised
(event_id);
appcache_dispatcher.cc
24
IPC_MESSAGE_HANDLER(AppCacheMsg_EventRaised,
OnEventRaised
)
44
void AppCacheDispatcher::
OnEventRaised
(const std::vector<int>& host_ids,
46
frontend_->
OnEventRaised
(host_ids, event_id);
web_application_cache_host_impl.cc
102
void WebApplicationCacheHostImpl::
OnEventRaised
(appcache::EventID event_id) {
Completed in 54 milliseconds