HomeSort by relevance Sort by last modified time
    Searched refs:URLs (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 59 var urls = images[0].getElementsByTagName('url');
60 if (urls.length != 0) {
61 titleImg = urls[0].textContent;
188 // Only allow http and https URLs.
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 172 // URLs) so wrap in try-catch.
  /external/chromium_org/remoting/webapp/
third_party_token_fetcher.js 65 console.error('No token URLs are allowed for this host');
oauth2.js 47 // Configurable URLs/strings.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 137 // Filter out values to make the graph a bit more readable and to keep URLs
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 36 * Urls that need to be opened when clicking a notification or its buttons.
255 // The trick with stringify/parse is to create a copy of action URLs,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 10 // Map of hostname suffixes or URLs without query params to sounds.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 16 * canonicalized URLs stored in bookmarks created with the bookmarks API.
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 514 accessing URLs and to local storage in the browser (the Pepper file I/O API
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_grid.js 63 * @param {Object.<string, Object>} props Map from entry URLs to metadata props.
directory_model.js 221 var urls = util.entriesToURLs(value);
224 if (urls.indexOf(fileList.item(i).toURL()) !== -1)
844 // URLs are needed here, since we are comparing Entries by URLs.
845 var urls = util.entriesToURLs(entries);
850 if (urls.indexOf(fileList.item(i).toURL()) >= 0)
file_tasks.js 95 var urls = util.entriesToURLs(entries);
96 if (urls.length > 0) {
97 chrome.fileBrowserPrivate.getFileTasks(urls, this.mimeTypes_,
406 var urls = util.entriesToURLs(entries);
408 chrome.fileBrowserPrivate.executeTask(taskId, urls, onViewFiles);
440 var urls = util.entriesToURLs(entries);
441 chrome.fileBrowserPrivate.executeTask(taskId, urls, function(result) {
548 var urls = util.entriesToURLs(entries);
549 var position = urls.indexOf(selectedEntry.toURL());
553 fm.backgroundPage.launchAudioPlayer({items: urls, position: position}
    [all...]
file_manager.js     [all...]
file_table.js 586 * @param {Object.<string, Object>} propsMap Map from entry URLs to metadata
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
gallery.js 288 // Comparing Entries by reference is not safe. Therefore we have to use URLs.
803 * Updates available actions list based on the currently selected urls.
834 // TODO(hirono): Use entries instead of URLs.
858 // TODO(mtomasz): Pass Entries directly, instead of URLs.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 432 // PAC URLs override manual PAC definitions
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 399 // search-page URLs.
421 * Verifies that the correct URLs are listed in the history. Asynchronous.
manage_profile_browsertest.js 66 * Set some default profile infos (icon URLs and names).
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 316 * Returns a promise for all the URLs in the {@code nodes} and the direct
322 var urls = [];
332 urls.push(child.url);
335 urls.push(node.url);
349 return urls;
378 * Returns a promise that will contain all URLs of all the selected bookmarks
418 getUrlsForOpenCommands(e.target).then(function(urls) {
419 var disabled = !urls.length;
825 urlsP.then(function(urls) {
826 getLinkController().openUrls(urls, kind)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 276 // TODO(mtomasz): Pass Entries instead of URLs. Entries can be converted to
277 // URLs in custom bindings.
    [all...]
volume_manager.js 721 // For Drive, the roots are /root and /other, instead of /. Root URLs
  /prebuilts/python/darwin-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...]
  /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...]

Completed in 1848 milliseconds

12 3