Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job.cc45 typedef std::map<AppCacheFrontend*, HostIds> NotifyHostMap; typedef in appcache::HostNotifier
49 std::pair<NotifyHostMap::iterator , bool> ret = hosts_to_notify.insert( in AddHost()
50 NotifyHostMap::value_type(host->frontend(), HostIds())); in AddHost()
62 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendNotifications()
71 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendProgressNotifications()
81 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendErrorNotifications()
89 for (NotifyHostMap::iterator it = hosts_to_notify.begin(); in SendLogMessage()
100 NotifyHostMap hosts_to_notify;