Home
last modified time | relevance | path

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

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_transfer_controller.js227 var sourceRootURL = dataTransfer.getData('fs/sourceRootURL');
228 if (sourceRootURL)
229 return sourceRootURL;
234 return globalData.sourceRootURL;
578 sourceRootURL: dt.getData('fs/sourceRootURL'), property