OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnStatusChanged
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.cc
20
void AppCacheFrontendProxy::
OnStatusChanged
(const std::vector<int>& host_ids,
/external/chromium_org/content/child/appcache/
appcache_frontend_impl.cc
29
void AppCacheFrontendImpl::
OnStatusChanged
(const std::vector<int>& host_ids,
35
host->
OnStatusChanged
(status);
appcache_dispatcher.cc
23
IPC_MESSAGE_HANDLER(AppCacheMsg_StatusChanged,
OnStatusChanged
)
39
void AppCacheDispatcher::
OnStatusChanged
(const std::vector<int>& host_ids,
41
frontend_->
OnStatusChanged
(host_ids, status);
web_application_cache_host_impl.cc
98
void WebApplicationCacheHostImpl::
OnStatusChanged
(appcache::Status status) {
Completed in 32 milliseconds