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

/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.h84 typedef std::set<ActiveCall*> ActiveCalls; typedef in class:content::AppCacheDiskCache
107 ActiveCalls active_calls_;
/external/clang/lib/AST/
H A DExprConstant.cpp847 unsigned ActiveCalls = CallStackDepth - 1; local
848 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
849 if (Limit && Limit < ActiveCalls) {
851 SkipEnd = ActiveCalls - Limit / 2;
863 << unsigned(ActiveCalls - Limit);

Completed in 447 milliseconds