Searched refs:Scrape (Results 1 - 8 of 8) 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)
/external/chromium_org/tools/site_compare/commands/
H A Dcompare2.py137 scrape_info.result = scrape_info.scraper.Scrape(
H A Dmaskmaker.py137 # Scrape each URL
179 result = scraper.Scrape(
186 print " Scrape failed with error '%r'" % result
203 print " Scrape identical to baseline, no change in mask"
230 print (" Scrape differed from baseline by %.2f percent, ignoring"
233 print " Scrape differed in %d pixels, updating mask" % diff_pixels

Completed in 277 milliseconds