Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/appcache/
DApplicationCacheGroup.cpp980 …:postListenerTask(ApplicationCacheHost::EventID eventID, const HashSet<DocumentLoader*>& loaderSet) in postListenerTask() argument
982 HashSet<DocumentLoader*>::const_iterator loaderSetEnd = loaderSet.end(); in postListenerTask()
983 …for (HashSet<DocumentLoader*>::const_iterator iter = loaderSet.begin(); iter != loaderSetEnd; ++it… in postListenerTask()