Home
last modified time | relevance | path

Searched refs:currentDirectoryURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/background/js/
Dbackground.js242 {currentDirectoryURL: entry.toURL()}, property
650 if (opt_appState.currentDirectoryURL !==
651 contentWindow.appState.currentDirectoryURL) {
911 currentDirectoryURL: background.appWindows[key].contentWindow. property
912 appState.currentDirectoryURL
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js525 util.updateAppState = function(currentDirectoryURL, selectionURL, opt_param) { argument
529 if (currentDirectoryURL !== null)
530 window.appState.currentDirectoryURL = currentDirectoryURL;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_manager_commands.js450 currentDirectoryURL: fileManager.getCurrentDirectoryEntry() && property
Dfile_manager.js1167 this.initCurrentDirectoryURL_ = window.appState.currentDirectoryURL;
1175 this.initCurrentDirectoryURL_ = this.params_.currentDirectoryURL;