Searched refs:testing_state_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.h69 testing_state_ = testing_state;
71 static TestingState get_state_for_testing() { return testing_state_; }
202 static TestingState testing_state_; member in class:CaptivePortalService
H A Dcaptive_portal_service.cc123 CaptivePortalService::TestingState CaptivePortalService::testing_state_ =
336 enabled_ = testing_state_ != DISABLED_FOR_TESTING &&
339 if (testing_state_ != SKIP_OS_CHECK_FOR_TESTING &&
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper.cc36 static NetErrorTabHelper::TestingState testing_state_ = member in namespace:chrome_browser_net::__anon4272
77 testing_state_ = state;
223 if (testing_state_ != TESTING_DEFAULT)
224 return testing_state_ == TESTING_FORCE_ENABLED;

Completed in 1271 milliseconds