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

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 687 dest_root_(dest_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()) {
747 dest_root_.type(), &error);
789 // Try removing the dest_root_ to see if it exists and/or it is an
794 dest_root_,
861 ProcessDirectoryInternal(src_root_, dest_root_, callback);
953 base::FilePath relative = dest_root_.virtual_path();
957 dest_root_.origin()
    [all...]
copy_or_move_operation_delegate.h 147 FileSystemURL dest_root_; member in class:fileapi::CopyOrMoveOperationDelegate

Completed in 259 milliseconds