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

1 23

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 641 # There's no knowing what character encoding was used to create URLs
    [all...]
urllib.py 3 See the following document for more info on URLs:
4 "Names and Addresses, URIs, URLs, URNs, URCs", at
64 # (1) a class which handles opening of all sorts of URLs
66 # (2) a set of functions for parsing URLs
117 """Class to open URLs.
570 # syntax of data URLs:
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 311 // Allow standalone_hack.js to hook this mapping (since chrome:// URLs
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 318 var urls = [];
328 urls.push(child.url);
331 urls.push(node.url);
350 urlsPromise.value = urls;
381 * Returns a promise that will contain all URLs of all the selected bookmarks
421 getUrlsForOpenCommands(e.target).addListener(function(urls) {
422 var disabled = !urls.length;
807 urlsP.addListener(function(urls) {
808 getLinkController().openUrls(urls, kind);
    [all...]
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/
main.js 315 var urls = [];
325 urls.push(child.url);
328 urls.push(node.url);
347 urlsPromise.value = urls;
369 * Returns a promise that will contain all URLs of all the selected bookmarks
409 getUrlsForOpenCommands(e.target).addListener(function(urls) {
410 var disabled = !urls.length;
807 urlsP.addListener(function(urls) {
808 getLinkController().openUrls(urls, kind);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager.js     [all...]
file_table.js 659 * @param {Object.<sting, Object>} propsMap Map from entry URLs to metadata
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_cache.js 68 * re - regexp of urls;
518 // Observer expects array of urls and array of properties.
864 // Pass all URLs to the metadata reader until we have a correct filter.
957 * @param {Object} regexp Regexp of supported urls.
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 884 * action URLs info.
    [all...]
  /external/chromium_org/v8/src/
messages.js 587 // in regexps is broken. Also, ['"] are excluded from allowed URLs to
    [all...]
  /external/v8/src/
messages.js 547 // in regexps is broken. Also, ['"] are excluded from allowed URLs to
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 934 * @param {boolean} hasBlacklistedUrls Whether any blacklisted URLs are
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 764 milliseconds

1 23