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

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 58 const GURL& test_url() const { return test_url_; }
148 void set_test_url(const GURL& test_url) { test_url_ = test_url; }
194 GURL test_url_; member in class:captive_portal::CaptivePortalService
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.h 210 GURL test_url_; member in class:chromeos::NetworkPortalDetectorImpl
  /external/chromium_org/content/shell/
webkit_test_controller.h 199 GURL test_url_; member in class:content::WebKitTestController
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 481 test_url_("data:text/html,<!doctype html>") {}
584 return GURL(test_url_);
587 void SetTestUrl(std::string url) { test_url_ = url; }
714 std::string test_url_; member in class:content::__anon10179::CompositingRenderWidgetHostViewBrowserTestTabCapture
    [all...]
  /external/chromium_org/net/url_request/
url_fetcher_impl_unittest.cc 155 GURL test_url_; member in class:net::URLFetcherMockDnsTest
208 test_url_ = GURL(
211 ASSERT_TRUE(test_url_.is_valid());
224 EXPECT_EQ(test_url_, source->GetOriginalURL());
951 CreateFetcher(test_url_);
    [all...]
  /external/chromium_org/net/spdy/
spdy_session_unittest.cc 107 test_url_(kTestUrl),
176 GURL test_url_; member in class:net::SpdySessionTest
669 session, test_url_, MEDIUM, BoundNetLog());
727 session, test_url_, MEDIUM, BoundNetLog());
880 session, test_url_, MEDIUM, BoundNetLog());
    [all...]

Completed in 815 milliseconds