HomeSort by relevance Sort by last modified time
    Searched refs:QueuedUpdates (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/appcache/
appcache_group.h 111 typedef std::map<AppCacheHost*, GURL> QueuedUpdates;
154 QueuedUpdates queued_updates_;
appcache_group.cc 184 queued_updates_.insert(QueuedUpdates::value_type(host, new_master_resource));
204 QueuedUpdates updates_to_run;
208 for (QueuedUpdates::iterator it = updates_to_run.begin();

Completed in 541 milliseconds