Searched refs:TestingState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.h33 enum TestingState { enum in class:captive_portal::CaptivePortalService
69 static void set_state_for_testing(TestingState testing_state) {
72 static TestingState get_state_for_testing() { return testing_state_; }
203 static TestingState testing_state_;
H A Dcaptive_portal_service_unittest.cc98 void Initialize(CaptivePortalService::TestingState testing_state) {
271 // Stores the initial CaptivePortalService::TestingState so it can be restored
273 const CaptivePortalService::TestingState old_captive_portal_testing_state_;
H A Dcaptive_portal_service.cc86 CaptivePortalService::TestingState CaptivePortalService::testing_state_ =
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper.h27 enum TestingState { enum in class:chrome_browser_net::NetErrorTabHelper
38 static void set_state_for_testing(TestingState testing_state);
H A Dnet_error_tab_helper.cc34 static NetErrorTabHelper::TestingState testing_state_ =
74 void NetErrorTabHelper::set_state_for_testing(TestingState state) {

Completed in 117 milliseconds