Searched refs:CheckList (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Drankings.h181 int CheckList(List list);
H A Drankings.cc482 int partial = CheckList(static_cast<List>(i));
776 int Rankings::CheckList(List list) { function in class:disk_cache::Rankings
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp1360 bool CheckList(Span* list, Length min_pages, Length max_pages);
2116 CheckList(&large_.normal, kMaxPages, 1000000000);
2117 CheckList(&large_.returned, kMaxPages, 1000000000);
2119 CheckList(&free_[s].normal, s, s);
2120 CheckList(&free_[s].returned, s, s);
2126 bool TCMalloc_PageHeap::CheckList(Span*, Length, Length) {
2130 bool TCMalloc_PageHeap::CheckList(Span* list, Length min_pages, Length max_pages) {

Completed in 66 milliseconds