Searched refs:src_root_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc745 src_root_(src_root),
752 same_file_system_ = src_root_.IsInSameFileSystem(dest_root_);
768 if (same_file_system_ && src_root_.path().IsParent(dest_root_.path())) {
773 if (same_file_system_ && src_root_.path() == dest_root_.path()) {
785 StartRecursiveOperation(src_root_, callback_);
859 if (src_url == src_root_) {
860 // The src_root_ looks to be a directory.
933 ProcessDirectoryInternal(src_root_, dest_root_, callback);
1022 DCHECK_EQ(src_root_.type(), src_url.type());
1023 DCHECK_EQ(src_root_
[all...]
H A Dcopy_or_move_operation_delegate.h146 FileSystemURL src_root_; member in class:storage::CopyOrMoveOperationDelegate

Completed in 605 milliseconds