Searched defs:Scrape (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/site_compare/scrapers/chrome/
H A Dchrome011010.py19 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs): function
35 return chromebase.Scrape(urls, outdir, size, pos, timeout, kwargs)
H A Dchrome01970.py19 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs): function
35 return chromebase.Scrape(urls, outdir, size, pos, timeout, kwargs)
H A Dchromebase.py50 def Scrape(urls, outdir, size, pos, timeout, kwargs): function
90 # Scrape the page
189 # Scrape three sites and save the results
190 Scrape([
/external/chromium_org/tools/site_compare/scrapers/firefox/
H A Dfirefox2.py76 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs): function
128 # Scrape the page
240 # Scrape three sites and save the results
241 Scrape(
/external/chromium_org/tools/site_compare/scrapers/ie/
H A Die7.py67 def Scrape(urls, outdir, size, pos, timeout=20, **kwargs): function
111 # Scrape the page
200 # Scrape three sites and save the results
201 Scrape(
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py37 def Scrape(browsers, urls, window_size=(1024, 768), function
73 scraper.Scrape(urls, full_path, window_size, window_pos, timeout, kwargs)

Completed in 2707 milliseconds