OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_calls_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_disk_cache.h
98
void AddActiveCall(ActiveCall* call) {
active_calls_
.insert(call); }
99
void RemoveActiveCall(ActiveCall* call) {
active_calls_
.erase(call); }
107
ActiveCalls
active_calls_
;
member in class:content::AppCacheDiskCache
appcache_disk_cache.cc
222
STLDeleteElements(&
active_calls_
);
Completed in 3932 milliseconds