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

  /external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h 51 return operation_type_;
70 OperationType operation_type_; member in class:delegate_execute::DelegateExecuteOperation
delegate_execute_operation.cc 17 : operation_type_(DELEGATE_EXECUTE) {
32 operation_type_ = DELEGATE_EXECUTE;
50 operation_type_ = RELAUNCH_CHROME;
  /external/chromium_org/storage/browser/fileapi/
copy_or_move_operation_delegate.cc 56 operation_type_(operation_type),
65 if (operation_type_ == CopyOrMoveOperationDelegate::OPERATION_MOVE) {
81 CopyOrMoveOperationDelegate::OperationType operation_type_; member in class:storage::__anon15330::CopyOrMoveOnSameFileSystemImpl
106 operation_type_(operation_type),
252 if (operation_type_ == CopyOrMoveOperationDelegate::OPERATION_COPY) {
257 DCHECK_EQ(CopyOrMoveOperationDelegate::OPERATION_MOVE, operation_type_);
342 CopyOrMoveOperationDelegate::OperationType operation_type_; member in class:storage::__anon15330::SnapshotCopyOrMoveImpl
381 operation_type_(operation_type),
553 if (operation_type_ == CopyOrMoveOperationDelegate::OPERATION_COPY) {
558 DCHECK_EQ(CopyOrMoveOperationDelegate::OPERATION_MOVE, operation_type_);
579 CopyOrMoveOperationDelegate::OperationType operation_type_; member in class:storage::__anon15330::StreamCopyOrMoveImpl
    [all...]
copy_or_move_operation_delegate.h 149 OperationType operation_type_; member in class:storage::CopyOrMoveOperationDelegate

Completed in 930 milliseconds