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

/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.cc233 pending_calls_.push_back(PendingCall(CREATE, key, entry, callback));
251 pending_calls_.push_back(PendingCall(OPEN, key, entry, callback));
268 pending_calls_.push_back(PendingCall(DOOM, key, NULL, callback));
343 for (PendingCalls::const_iterator iter = pending_calls_.begin();
344 iter < pending_calls_.end(); ++iter) {
363 pending_calls_.clear();
H A Dappcache_disk_cache.h106 PendingCalls pending_calls_; member in class:content::AppCacheDiskCache

Completed in 98 milliseconds