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

  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 40 typedef std::vector<GURL> URLs;
42 // a nice long URL that we can append numbers to to get new URLs
63 URLs rebuild_urls_;
68 for (URLs::const_iterator itr = rebuild_urls_.begin();
81 explicit TestURLIterator(const URLs& urls);
87 URLs::const_iterator iterator_;
88 URLs::const_iterator end_;
91 TestURLIterator::TestURLIterator(const URLs& urls)
    [all...]
  /external/chromium_org/tools/site_compare/
site_compare.py 8 Invokes a list of browsers and sends them to a list of URLs,
31 import commands.scrape # scrape a URL or series of URLs to a bitmap
37 def Scrape(browsers, urls, window_size=(1024, 768),
39 """Invoke one or more browsers over one or more URLs, scraping renders.
43 urls: URLs to visit
73 scraper.Scrape(urls, full_path, window_size, window_pos, timeout, kwargs)

Completed in 189 milliseconds