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

  /external/chromium/webkit/glue/
cpp_bound_class_unittest.cc 74 bool PublicInitialize(const std::string& starting_url) {
75 return Initialize(GURL(starting_url));
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 151 def _FollowRedirections(self, starting_url, limit=4):
153 |starting_url| which must return a 301 or 302 status code.
156 and a list of the pages reached including |starting_url|. If no redirection
159 pages_reached = [starting_url]
161 target_page = self._renderer(starting_url)
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc     [all...]
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 160 void CreateChromeFrameWindow(const std::string& starting_url) {
161 starting_url_ = starting_url;
    [all...]

Completed in 345 milliseconds