OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LruData
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/net/disk_cache/
disk_format.h
58
struct
LruData
{
86
LruData
lru; // Eviction control data.
rankings.h
20
struct
LruData
;
206
LruData
* control_data_; // Data related to the LRU lists.
backend_impl.h
111
LruData
* GetLruData();
rankings.cc
41
Transaction(volatile disk_cache::
LruData
* data, disk_cache::Addr addr,
45
volatile disk_cache::
LruData
* data_;
49
Transaction::Transaction(volatile disk_cache::
LruData
* data,
backend_impl.cc
703
LruData
* BackendImpl::GetLruData() {
[
all
...]
/external/chromium/net/disk_cache/
disk_format.h
69
struct
LruData
{
97
LruData
lru; // Eviction control data.
rankings.h
203
LruData
* control_data_; // Data related to the LRU lists.
backend_impl.h
117
LruData
* GetLruData();
rankings.cc
37
Transaction(volatile disk_cache::
LruData
* data, disk_cache::Addr addr,
41
volatile disk_cache::
LruData
* data_;
45
Transaction::Transaction(volatile disk_cache::
LruData
* data,
backend_impl.cc
886
LruData
* BackendImpl::GetLruData() {
[
all
...]
Completed in 212 milliseconds