Home
last modified time | relevance | path

Searched refs:starting_url (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
Dlink_error_detector.py160 def _FollowRedirections(self, starting_url, limit=4): argument
168 pages_reached = [starting_url]
170 target_page = self._renderer(starting_url)
/external/chromium_org/components/precache/core/
Dprecache_fetcher.cc64 GURL ConstructManifestURL(const GURL& starting_url) { in ConstructManifestURL() argument
68 net::EscapeQueryParamValue(starting_url.spec(), false), false)); in ConstructManifestURL()
/external/chromium_org/chrome/browser/captive_portal/
Dcaptive_portal_browsertest.cc931 const GURL& starting_url,
1470 const GURL& starting_url, in RunNavigateLoadingTabToTimeoutTest() argument
1476 NavigateToPageExpectNoTest(browser, starting_url, 1); in RunNavigateLoadingTabToTimeoutTest()