HomeSort by relevance Sort by last modified time
    Searched refs:TestingState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 30 enum TestingState {
68 static void set_state_for_testing(TestingState testing_state) {
71 static TestingState get_state_for_testing() { return testing_state_; }
202 static TestingState testing_state_;
captive_portal_service_unittest.cc 101 void Initialize(CaptivePortalService::TestingState testing_state) {
277 // Stores the initial CaptivePortalService::TestingState so it can be restored
279 const CaptivePortalService::TestingState old_captive_portal_testing_state_;
captive_portal_service.cc 123 CaptivePortalService::TestingState CaptivePortalService::testing_state_ =
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.h 27 enum TestingState {
38 static void set_state_for_testing(TestingState testing_state);
net_error_tab_helper.cc 36 static NetErrorTabHelper::TestingState testing_state_ =
76 void NetErrorTabHelper::set_state_for_testing(TestingState state) {

Completed in 209 milliseconds