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

  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.h 27 enum TestingState {
38 static void set_state_for_testing(TestingState testing_state);
  /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_;

Completed in 52 milliseconds