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

  /external/chromium_org/components/captive_portal/
captive_portal_testing_utils.h 31 bool FetchingURL();
captive_portal_testing_utils.cc 41 bool CaptivePortalDetectorTestBase::FetchingURL() {
42 return detector()->FetchingURL();
captive_portal_detector.cc 30 DCHECK(!FetchingURL());
61 DCHECK(FetchingURL());
144 bool CaptivePortalDetector::FetchingURL() const {
captive_portal_detector_unittest.cc 75 ASSERT_FALSE(FetchingURL());
84 ASSERT_TRUE(FetchingURL());
89 EXPECT_FALSE(FetchingURL());
99 ASSERT_FALSE(FetchingURL());
108 ASSERT_TRUE(FetchingURL());
113 ASSERT_FALSE(FetchingURL());
captive_portal_detector.h 80 bool FetchingURL() const;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_unittest.cc 168 EXPECT_FALSE(FetchingURL());
174 ASSERT_TRUE(FetchingURL());
179 EXPECT_FALSE(FetchingURL());
200 EXPECT_FALSE(FetchingURL());
204 EXPECT_FALSE(FetchingURL());
381 EXPECT_TRUE(FetchingURL());
385 EXPECT_FALSE(FetchingURL());
391 EXPECT_FALSE(FetchingURL());
407 EXPECT_FALSE(FetchingURL());
411 EXPECT_FALSE(FetchingURL());
    [all...]

Completed in 179 milliseconds