HomeSort by relevance Sort by last modified time
    Searched refs:URLs (Results 1 - 25 of 55) 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 90 Preserve URLs: http://clang.llvm.org
91 /* CHECK: {{^}}Preserve URLs: http://clang.llvm.org{{$}}
  /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/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/ui/file_manager/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
folder_shortcuts_data_model.js 70 * paths and URLs.
521 // Root URLs contain a trailing slash.
  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 135 * Helper function to test URLs as being valid for running the
169 // More URLs will be added in the future so leaving this as an array.
185 // Check URLs which do not have locale-based TLDs first.
189 // Check URLs with each type of local-based TLD.
  /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
145 URLs where the appropriate Native Client shared object (``.so``) for that
269 All URLs contained in a manifest are resolved relative to the URL of
270 the manifest. If the manifest was specified as a data URI, the URLs must
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_parser.js 10 * @param {RegExp} urlFilter RegExp to match URLs.
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_url_fetcher.py 115 '''Replace the underlying FileSystem used to reslove URLs.
link_error_detector.py 123 template files. All URLs in |root_pages| are used as the starting nodes for
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
script_installer.js 23 * @param {Array.<string>} srcs An array of URLs of scripts.
  /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/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/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/ui/webui/resources/js/
util.js 87 // WebKit has a bug when it comes to URLs that end with \
97 * Returns the URL of the image, or an image set of URLs for the profile avatar.
102 * @return {string} The url, or an image set of URLs of the avatar image.
  /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/ui/file_manager/file_manager/common/js/
util.js     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 279 // Comparing Entries by reference is not safe. Therefore we have to use URLs.
767 * Updates available actions list based on the currently selected urls.
804 // TODO(hirono): Use entries instead of URLs.
828 // TODO(mtomasz): Pass Entries directly, instead of URLs.

Completed in 459 milliseconds

1 2 3