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

  /external/chromium_org/components/captive_portal/
captive_portal_types.h 19 RESULT_NO_RESPONSE,
captive_portal_detector_unittest.cc 132 results.result = captive_portal::RESULT_NO_RESPONSE;
137 results.result = captive_portal::RESULT_NO_RESPONSE;
162 results.result = captive_portal::RESULT_NO_RESPONSE;
190 results.result = captive_portal::RESULT_NO_RESPONSE;
201 results.result = captive_portal::RESULT_NO_RESPONSE;
captive_portal_detector.h 31 : result(captive_portal::RESULT_NO_RESPONSE),
captive_portal_detector.cc 81 results->result = captive_portal::RESULT_NO_RESPONSE;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_unittest.cc 326 RunBackoffTest(captive_portal::RESULT_NO_RESPONSE, net::OK, 500);
485 RunTest(captive_portal::RESULT_NO_RESPONSE, net::OK, 503, 0, retry_after);
486 RunTest(captive_portal::RESULT_NO_RESPONSE, net::OK, 503, 101, retry_after);
501 RunTest(captive_portal::RESULT_NO_RESPONSE, net::OK, 503, 0, retry_after);
503 RunTest(captive_portal::RESULT_NO_RESPONSE, net::OK, 503, 99, retry_after);
519 RunTest(captive_portal::RESULT_NO_RESPONSE,
captive_portal_tab_helper_unittest.cc 604 captive_portal::RESULT_NO_RESPONSE);
622 ObservePortalResult(captive_portal::RESULT_NO_RESPONSE,
635 captive_portal::RESULT_NO_RESPONSE);
638 ObservePortalResult(captive_portal::RESULT_NO_RESPONSE,
captive_portal_service.cc 102 case captive_portal::RESULT_NO_RESPONSE:
captive_portal_tab_reloader_unittest.cc 177 tab_reloader().OnCaptivePortalResults(captive_portal::RESULT_NO_RESPONSE,
178 captive_portal::RESULT_NO_RESPONSE);
captive_portal_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.cc 473 results.result = captive_portal::RESULT_NO_RESPONSE;
489 if (result != captive_portal::RESULT_NO_RESPONSE &&
510 case captive_portal::RESULT_NO_RESPONSE:
548 if (result == captive_portal::RESULT_NO_RESPONSE)
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 305 * {@link #RESULT_NO_RESPONSE}, {@link #RESULT_UNKNOWN_REQUEST} or
323 public static final int RESULT_NO_RESPONSE = 3;
  /external/chromium_org/chrome/browser/ssl/
ssl_error_classification.cc 599 (results->result == captive_portal::RESULT_NO_RESPONSE);

Completed in 342 milliseconds