OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTestMode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
mock_http_cache.cc
102
if (MockHttpCache::
GetTestMode
(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
128
if (MockHttpCache::
GetTestMode
(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
157
if (MockHttpCache::
GetTestMode
(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
194
if (MockHttpCache::
GetTestMode
(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
232
if (MockHttpCache::
GetTestMode
(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
257
if (MockHttpCache::
GetTestMode
(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
564
int MockHttpCache::
GetTestMode
(int test_mode) {
mock_http_cache.h
196
static int
GetTestMode
(int test_mode);
Completed in 474 milliseconds