OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAllocAllowed
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h
102
bool
IsAllocAllowed
(int current_size, int new_size);
entry_impl_v3.cc
228
grow_allowed_ = backend_->
IsAllocAllowed
(current_size, required);
[
all
...]
backend_impl_v3.cc
280
bool BackendImpl::
IsAllocAllowed
(int current_size, int new_size) {
[
all
...]
/external/chromium/net/disk_cache/
backend_impl.h
159
bool
IsAllocAllowed
(int current_size, int new_size);
backend_unittest.cc
[
all
...]
backend_impl.cc
1001
bool BackendImpl::
IsAllocAllowed
(int current_size, int new_size) {
[
all
...]
entry_impl.cc
282
grow_allowed_ = backend_->
IsAllocAllowed
(current_size, required);
[
all
...]
/external/chromium_org/net/disk_cache/
backend_impl.h
161
bool
IsAllocAllowed
(int current_size, int new_size);
backend_unittest.cc
[
all
...]
backend_impl.cc
861
bool BackendImpl::
IsAllocAllowed
(int current_size, int new_size) {
[
all
...]
entry_impl.cc
283
grow_allowed_ = backend_->
IsAllocAllowed
(current_size, required);
[
all
...]
Completed in 507 milliseconds