Searched defs:AppCacheDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.h22 class AppCacheDispatcher : public IPC::Listener { class in namespace:content
24 AppCacheDispatcher(IPC::Sender* sender,
26 virtual ~AppCacheDispatcher();
H A Dappcache_dispatcher.cc11 AppCacheDispatcher::AppCacheDispatcher( function in class:content::AppCacheDispatcher
17 AppCacheDispatcher::~AppCacheDispatcher() {}
19 bool AppCacheDispatcher::OnMessageReceived(const IPC::Message& msg) {
21 IPC_BEGIN_MESSAGE_MAP(AppCacheDispatcher, msg)
34 void AppCacheDispatcher::OnCacheSelected(
39 void AppCacheDispatcher::OnStatusChanged(const std::vector<int>& host_ids,
44 void AppCacheDispatcher::OnEventRaised(const std::vector<int>& host_ids,
49 void AppCacheDispatcher
[all...]

Completed in 91 milliseconds