OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingCalls
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_disk_cache.h
58
//
PendingCalls
allow CreateEntry, OpenEntry, and DoomEntry to be called
81
typedef std::vector<PendingCall>
PendingCalls
;
106
PendingCalls
pending_calls_;
appcache_disk_cache.cc
343
for (
PendingCalls
::const_iterator iter = pending_calls_.begin();
Completed in 236 milliseconds