OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LruData
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/disk_cache/
disk_format.h
68
struct
LruData
{
94
LruData
lru; // Eviction control data.
rankings.h
197
LruData
* control_data_; // Data related to the LRU lists.
backend_impl.h
112
LruData
* GetLruData();
rankings.cc
36
Transaction(volatile disk_cache::
LruData
* data, disk_cache::Addr addr,
40
volatile disk_cache::
LruData
* data_;
44
Transaction::Transaction(volatile disk_cache::
LruData
* data,
backend_impl.cc
729
LruData
* BackendImpl::GetLruData() {
[
all
...]
Completed in 13 milliseconds