Home
last modified time | relevance | path

Searched refs:selectionURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/background/js/
Dbackground.js626 if (opt_appState.selectionURL &&
627 opt_appState.selectionURL !==
628 contentWindow.appState.selectionURL) {
773 selectionURL: details.entries[0].toURL() property
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js634 util.updateAppState = function(currentDirectoryURL, selectionURL, opt_param) { argument
640 if (selectionURL !== null)
641 window.appState.selectionURL = selectionURL;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_manager.js650 this.initSelectionURL_ = window.appState.selectionURL;
658 this.initSelectionURL_ = this.params_.selectionURL;