HomeSort by relevance Sort by last modified time
    Searched refs:URLs (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/chrome/tools/
webforms_aggregator.py 16 Usage: webforms_aggregator.py [options] [single url or file containing urls]
58 # URLs are selected for downloading with the following rules from the link
120 # Handles sites with unicode URLs.
267 once for the initial url of a site when we still don't have more urls from a
295 """Called only once for the initial url when we do not have more urls.
402 currently set to 30 URLs. These URLs are taken from the links lists, which
403 are from csl, gcl, sl, and gl. The rules define how many URLs are taken from
407 3/10 from csl results in 9 URLs
408 3/10 from cgl results in 9 URLs
    [all...]
webforms_aggregator_unittests.py 233 self.files['url'] = 'urls.txt'
236 url_file_handler.write('URLs to crawl:')
288 """Verify the threaded crawler finds reg page from a file of URLs."""
292 msg='Threaded crawler could not find the reg page from the URLs file')
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 5 // Send back to the popup a sorted deduped list of valid link URLs on this page.
23 // Remove duplicates and invalid URLs.
popup.js 6 // download URLs.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/basic/
popup.js 12 // Given an array of URLs, build a DOM list of these URLs in the
  /external/clang/test/Preprocessor/
traditional-cpp.c 88 Preserve URLs: http://clang.llvm.org
89 /* CHECK: {{^}}Preserve URLs: http://clang.llvm.org{{$}}
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 11 // Given an array of URLs, build a DOM list of those URLs in the
68 // Maps URLs to a count of the number of times the user typed that URL into
90 // of URLs to show in the popup.
96 // This function is called when we have the final list of URls to display.
98 // Get the top scorring urls.
104 // Sort the URLs by the number of times the user typed them.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 15 // Given an array of URLs, build a DOM list of those URLs in the
72 // Maps URLs to a count of the number of times the user typed that URL into
94 // of URLs to show in the popup.
100 // This function is called when we have the final list of URls to display.
102 // Get the top scorring urls.
108 // Sort the URLs by the number of times the user typed them.
  /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/chrome/browser/resources/file_manager/foreground/js/
file_watcher.js 61 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
74 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
87 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
102 * @param {Object.<string, Object>} properties Map from entry URLs to metadata
  /external/chromium_org/native_client_sdk/src/resources/
background.js 24 // In the SDK we want to be able to load different URLs (for different
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_parser.js 10 * @param {RegExp} urlFilter RegExp to match URLs.
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 46 of URLs, one URL for each supported architecture (currently the choices
134 and the URLs where the appropriate Native Client shared object
258 All URLs contained in a manifest are resolved relative to the URL of
259 the manifest. If the manifest was specified as a data URI, the URLs must
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 306 * Get a list of the X most requested URLs.
320 * Get a list of the X most errored URLs.
335 * Get a list of the most frequent URLs in a list.
337 * @param {NavigationCollector.Request} list A list of URLs to parse.
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 17 var urls = {};
22 * Logs all loaded URLs in the urls var.
25 if (!urls[evt.url]) {
26 urls[evt.url] = 0;
29 urls[evt.url]++;
34 * Loops through the urls var and prints its contents to the page DOM.
69 for (var url in urls) {
84 times_dom.textContent = (urls[url] > 1) ?
85 ' (' + urls[url] + ' times)'
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 158 A list of URLs, all with the gs:// schema."""
351 |archives| is a list of archive URLs."""
370 archive URLs."""
398 URLs, |missing_archives| is a list of archive names.
441 'canary'). |archives| is a list of archive URLs."""
584 All returned URLs will use the gs:// schema."""
615 archives: A sequence of archive URLs for this bundle."""
783 delegate: The Delegate object to use for reading Urls, files, etc.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 435 * Get a list of the X most requested URLs.
449 * Get a list of the X most errored URLs.
464 * Get a list of the most frequent URLs in a list.
466 * @param {NavigationCollector.Request} list A list of URLs to parse.
  /external/chromium_org/tools/page_cycler/webpagereplay/
start.js 17 // These WPR tests use a Chrome extension to load the test URLs.
  /external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py 159 '''Tests that only CSS files referenced via relative URLs are inlined.'''
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 8 * 42492 for connections, then accepts URLs and returns strings of the
173 * For now, omitting it means that if any of our URLs are "dirty"
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js     [all...]
  /external/chromium/chrome/browser/resources/
bug_report.js 62 // We add the ?+timestamp to make sure the image URLs are unique
  /external/chromium/chrome/browser/resources/shared/js/
util.js 52 // WebKit has a bug when it comes to URLs that end with \
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 49 // WebKit has a bug when it comes to URLs that end with \
  /external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js 99 // URLs) so wrap in try-catch.

Completed in 2312 milliseconds

1 2 3