HomeSort by relevance Sort by last modified time
    Searched refs:src_root_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 686 src_root_(src_root),
693 same_file_system_ = src_root_.IsInSameFileSystem(dest_root_);
709 if (same_file_system_ && src_root_.path().IsParent(dest_root_.path())) {
715 if (same_file_system_ && src_root_.path() == dest_root_.path()) {
724 StartRecursiveOperation(src_root_, callback_);
787 if (src_url == src_root_) {
788 // The src_root_ looks to be a directory.
861 ProcessDirectoryInternal(src_root_, dest_root_, callback);
950 DCHECK_EQ(src_root_.type(), src_url.type());
951 DCHECK_EQ(src_root_.origin(), src_url.origin())
    [all...]
copy_or_move_operation_delegate.h 146 FileSystemURL src_root_; member in class:fileapi::CopyOrMoveOperationDelegate

Completed in 24 milliseconds