OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_store_policy
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
backoff_entry_unittest.cc
87
BackoffEntry::Policy
no_store_policy
= base_policy;
local
88
no_store_policy
.entry_lifetime_ms = 0;
89
TestBackoffEntry not_stored(&
no_store_policy
);
/external/chromium_org/net/base/
backoff_entry_unittest.cc
109
BackoffEntry::Policy
no_store_policy
= base_policy;
local
110
no_store_policy
.entry_lifetime_ms = 0;
111
TestBackoffEntry not_stored(&
no_store_policy
);
Completed in 7523 milliseconds