Home | History | Annotate | Download | only in appcache

Lines Matching defs:frontend

50 // Helper class for collecting hosts per frontend when sending notifications
51 // so that only one notification is sent for all hosts using the same frontend.
60 NotifyHostMap::value_type(host->frontend(), HostIds()));
74 AppCacheFrontend* frontend = it->first;
75 frontend->OnEventRaised(it->second, event_id);
83 AppCacheFrontend* frontend = it->first;
84 frontend->OnProgressEventRaised(it->second, url,
93 AppCacheFrontend* frontend = it->first;
94 frontend->OnErrorEventRaised(it->second, details);
101 AppCacheFrontend* frontend = it->first;
104 frontend->OnLogMessage(*id, APPCACHE_LOG_WARNING, message);
990 host->frontend()->OnEventRaised(ids, event_id);
1025 // Collect hosts so we only send one notification per frontend.