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.cc 16 : operation_type_(DELEGATE_EXECUTE) {
26 operation_type_ = DELEGATE_EXECUTE;
43 operation_type_ = RELAUNCH_CHROME;
delegate_execute_operation.h 49 return operation_type_;
68 OperationType operation_type_; member in class:delegate_execute::DelegateExecuteOperation
  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 55 operation_type_(operation_type),
64 if (operation_type_ == CopyOrMoveOperationDelegate::OPERATION_MOVE) {
80 CopyOrMoveOperationDelegate::OperationType operation_type_; member in class:fileapi::__anon18082::CopyOrMoveOnSameFileSystemImpl
105 operation_type_(operation_type),
251 if (operation_type_ == CopyOrMoveOperationDelegate::OPERATION_COPY) {
256 DCHECK_EQ(CopyOrMoveOperationDelegate::OPERATION_MOVE, operation_type_);
341 CopyOrMoveOperationDelegate::OperationType operation_type_; member in class:fileapi::__anon18082::SnapshotCopyOrMoveImpl
378 operation_type_(operation_type),
494 if (operation_type_ == CopyOrMoveOperationDelegate::OPERATION_COPY) {
499 DCHECK_EQ(CopyOrMoveOperationDelegate::OPERATION_MOVE, operation_type_);
519 CopyOrMoveOperationDelegate::OperationType operation_type_; member in class:fileapi::__anon18082::StreamCopyOrMoveImpl
    [all...]
copy_or_move_operation_delegate.h 149 OperationType operation_type_; member in class:fileapi::CopyOrMoveOperationDelegate

Completed in 203 milliseconds