HomeSort by relevance Sort by last modified time
    Searched defs:destinationPath (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_transfer_controller.js 209 var destinationPath = opt_destinationPath ||
219 this.fileOperationManager_.paste(sourcePaths, destinationPath, toMove);
460 var destinationPath = this.destinationPath_ ||
462 if (!this.canPasteOrDrop_(event.dataTransfer, destinationPath))
465 this.paste(event.dataTransfer, destinationPath,
466 this.selectDropEffect_(event, destinationPath));
476 * @param {string} destinationPath Destination path.
479 destinationPath) {
491 !this.canPasteOrDrop_(dataTransfer, destinationPath)) {
497 this.destinationPath_ = destinationPath;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 195 static bool verifyAndGetDestinationPathForCopyOrMove(const EntryBase* source, EntryBase* parent, const String& newName, String& destinationPath)
215 destinationPath = parent->fullPath();
217 destinationPath = DOMFilePath::append(destinationPath, newName);
219 destinationPath = DOMFilePath::append(destinationPath, source->name());
226 String destinationPath;
227 if (!verifyAndGetDestinationPathForCopyOrMove(source, parent, newName, destinationPath)) {
232 OwnPtr<AsyncFileSystemCallbacks> callbacks(EntryCallbacks::create(successCallback, errorCallback, parent->filesystem(), destinationPath, source->isDirectory()));
235 fileSystem()->move(createFileSystemURL(source), parent->filesystem()->createFileSystemURL(destinationPath), callbacks.release())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 3530 milliseconds