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

  /external/chromium_org/components/captive_portal/
captive_portal_detector.h 38 GURL landing_url; member in struct:captive_portal::CaptivePortalDetector::Results
captive_portal_detector.cc 84 results->landing_url = url_fetcher->GetURL();
  /external/chromium_org/chrome/browser/history/
history_browsertest.cc 375 GURL landing_url = ui_test_utils::GetTestUrl( local
380 ASSERT_EQ(landing_url,
384 ASSERT_EQ(landing_url, urls[0]);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 97 bool is_https = results.landing_url.SchemeIs("https");
98 bool is_ip = results.landing_url.HostIsIPAddress();
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc     [all...]

Completed in 2252 milliseconds