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

/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute_operation.cc17 : operation_type_(DELEGATE_EXECUTE) {
32 operation_type_ = DELEGATE_EXECUTE;
50 operation_type_ = RELAUNCH_CHROME;
H A Ddelegate_execute_operation.h51 return operation_type_;
70 OperationType operation_type_; member in class:delegate_execute::DelegateExecuteOperation
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc56 operation_type_(operation_type),
65 if (operation_type_ == CopyOrMoveOperationDelegate::OPERATION_MOVE) {
81 CopyOrMoveOperationDelegate::OperationType operation_type_; member in class:storage::__anon10705::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::__anon10705::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::__anon10705::StreamCopyOrMoveImpl
[all...]
H A Dcopy_or_move_operation_delegate.h149 OperationType operation_type_; member in class:storage::CopyOrMoveOperationDelegate

Completed in 2374 milliseconds