OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:soft_failures_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
mock_http_cache.h
134
void set_soft_failures(bool value) {
soft_failures_
= value; }
153
bool
soft_failures_
;
member in class:MockDiskCache
/external/chromium/net/http/
http_cache_unittest.cc
373
soft_failures_
(false) {
405
if (
soft_failures_
)
438
if (
soft_failures_
)
500
void set_soft_failures(bool value) {
soft_failures_
= value; }
535
bool
soft_failures_
;
member in class:__anon2799::MockDiskEntry
[
all
...]
Completed in 23 milliseconds