Searched defs:test_mode (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_transaction_unittest.h33 // these flags may be combined to form the test_mode field
63 int test_mode; member in struct:MockTransaction
H A Dhttp_cache_unittest.cc40 // have another way to access the test_mode.
51 return t->test_mode;
59 int GetEffectiveTestMode(int test_mode) { argument
61 return test_mode;
2993 transaction.test_mode = TEST_MODE_SYNC_ALL;
3223 transaction.test_mode = TEST_MODE_SYNC_CACHE_START |
3986 transaction.test_mode = TEST_MODE_SYNC_NET_START;
4548 transaction.test_mode |= (TEST_MODE_SYNC_CACHE_START |

Completed in 48 milliseconds