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

  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 51 // PendingCalls allow CreateEntry, OpenEntry, and DoomEntry to be called
74 typedef std::vector<PendingCall> PendingCalls;
96 PendingCalls pending_calls_;
appcache_disk_cache.cc 328 for (PendingCalls::const_iterator iter = pending_calls_.begin();

Completed in 912 milliseconds