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

  /external/chromium_org/tools/site_compare/commands/
timeload.py 102 scraper = scrapers.GetScraper( (browsers[b], version) )
103 if not scraper:
104 raise ValueError("could not find scraper for (%r, %r)" %
106 scraper_list.append(scraper)
compare2.py 114 __slots__ = ["browser_path", "scraper", "outdir", "result"]
119 scrape_info.scraper = scrapers.GetScraper(
137 scrape_info.result = scrape_info.scraper.Scrape(
maskmaker.py 131 # Get the scraper
132 scraper = scrapers.GetScraper((command["--browser"], command["--browserver"]))
179 result = scraper.Scrape(
  /external/chromium_org/tools/site_compare/
site_compare.py 49 kwargs: miscellaneous keyword args, passed to scraper
68 scraper = scrapers.GetScraper(browser)
70 full_path = os.path.join(save_path, browser[0], scraper.version)
73 scraper.Scrape(urls, full_path, window_size, window_pos, timeout, kwargs)
  /external/chromium_org/third_party/skia/tools/lua/
count_reduced_clipstacks.lua 3 -- switch this to run on the automated scraper system
74 --[[ To use the web scraper comment out the print above, run the code below to generate an
75 aggregate table on the automated scraper system. Then use the print_stats function on
classify_rrect_clips.lua 100 --[[ To use the web scraper comment out the above call to print_classes, run the code below,
  /external/skia/tools/lua/
count_reduced_clipstacks.lua 3 -- switch this to run on the automated scraper system
74 --[[ To use the web scraper comment out the print above, run the code below to generate an
75 aggregate table on the automated scraper system. Then use the print_stats function on
classify_rrect_clips.lua 100 --[[ To use the web scraper comment out the above call to print_classes, run the code below,
  /external/chromium_org/tools/site_compare/utils/
browser_iterate.py 79 # Retrieve the browser scraper to use to invoke the browser
80 scraper = scrapers.GetScraper((command["--browser"], command["--browserver"]))
84 (proc, frame, wnd) = scraper.GetBrowser(path)
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 82 * Initialize the scraper with given channel and docRoot. Note that the

Completed in 490 milliseconds