Searched refs:PendingCalls (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.h58 // PendingCalls allow CreateEntry, OpenEntry, and DoomEntry to be called
81 typedef std::vector<PendingCall> PendingCalls; typedef in class:content::AppCacheDiskCache
106 PendingCalls pending_calls_;
H A Dappcache_disk_cache.cc343 for (PendingCalls::const_iterator iter = pending_calls_.begin();

Completed in 112 milliseconds