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

/external/chromium_org/chrome/browser/extensions/api/autotest_private/
H A Dautotest_private_api.h63 bool test_mode() const { return test_mode_; } function in class:extensions::AutotestPrivateAPI
64 void set_test_mode(bool test_mode) { test_mode_ = test_mode; } argument
/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 |
/external/chromium_org/net/http/
H A Dhttp_transaction_unittest.h36 // these flags may be combined to form the test_mode field
66 int test_mode; member in struct:MockTransaction
70 // asynchronously if |!(test_mode & TEST_MODE_SYNC_NET_START)|.)
H A Dmock_http_cache.cc25 // have another way to access the test_mode.
36 return t->test_mode;
564 int MockHttpCache::GetTestMode(int test_mode) { argument
566 return test_mode;
572 void MockHttpCache::SetTestMode(int test_mode) { argument
573 g_test_mode = test_mode;
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.h319 TwoWayTest(TwoWayTestMode test_mode);
326 TwoWayTestMode test_mode() { return test_mode_; } function in class:ppapi::proxy::TwoWayTest
H A Dppapi_proxy_test.cc517 TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode test_mode) argument
518 : test_mode_(test_mode),
527 if (test_mode == TEST_PPP_INTERFACE) {

Completed in 1549 milliseconds