Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFileSystemBase.cpp233 const bool isSameFileSystem = (*source->filesystem() == *parent->filesystem()); in verifyAndGetDestinationPathForCopyOrMove() local
236 …if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), paren… in verifyAndGetDestinationPathForCopyOrMove()
240 …if (isSameFileSystem && (newName.isEmpty() || source->name() == newName) && DOMFilePath::getDirect… in verifyAndGetDestinationPathForCopyOrMove()
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js955 util.isSameFileSystem = function(fileSystem1, fileSystem2) { function
1002 if (!util.isSameFileSystem(ancestorEntry.filesystem, childEntry.filesystem))
/external/chromium_org/ui/file_manager/file_manager/background/js/
Dvolume_manager.js407 util.isSameFileSystem(volumeInfo.fileSystem, entry.filesystem)) {
Dfile_operation_manager.js1268 if (util.isSameFileSystem(entries[0].filesystem,