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

  /external/chromium_org/components/precache/core/
precache_fetcher.cc 64 GURL ConstructManifestURL(const GURL& starting_url) {
68 net::EscapeQueryParamValue(starting_url.spec(), false), false));
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 160 def _FollowRedirections(self, starting_url, limit=4):
162 |starting_url| which must return a 301 or 302 status code.
165 and a list of the pages reached including |starting_url|. If no redirection
168 pages_reached = [starting_url]
170 target_page = self._renderer(starting_url)
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc     [all...]

Completed in 88 milliseconds