OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rankings_
(Results
1 - 9
of
9
) sorted by null
/external/chromium/net/disk_cache/
eviction.h
73
Rankings*
rankings_
;
member in class:disk_cache::Eviction
mem_backend_impl.h
107
MemRankings
rankings_
; // Rankings to be able to trim the cache.
member in class:disk_cache::MemBackendImpl
backend_impl.h
347
Rankings
rankings_
; // Rankings to be able to trim the cache.
member in class:disk_cache::BackendImpl
rankings.h
68
ScopedRankingsBlock() :
rankings_
(NULL) {}
69
explicit ScopedRankingsBlock(Rankings* rankings) :
rankings_
(rankings) {}
71
: scoped_ptr<CacheRankingsBlock>(node),
rankings_
(rankings) {}
74
rankings_
->FreeRankingsBlock(get());
78
rankings_
= rankings;
84
rankings_
->FreeRankingsBlock(get());
89
Rankings*
rankings_
;
member in class:disk_cache::Rankings::ScopedRankingsBlock
/external/chromium_org/net/disk_cache/
eviction.h
73
Rankings*
rankings_
;
member in class:disk_cache::Eviction
mem_backend_impl.h
109
MemRankings
rankings_
; // Rankings to be able to trim the cache.
member in class:disk_cache::MemBackendImpl
backend_impl.h
360
Rankings
rankings_
; // Rankings to be able to trim the cache.
member in class:disk_cache::BackendImpl
rankings.h
75
rankings_
->FreeRankingsBlock(get());
79
rankings_
= rankings;
85
rankings_
->FreeRankingsBlock(get());
90
Rankings*
rankings_
;
member in class:disk_cache::Rankings::ScopedRankingsBlock
/external/chromium_org/net/disk_cache/v3/
eviction_v3.h
56
Rankings*
rankings_
;
member in class:disk_cache::Eviction
Completed in 641 milliseconds