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

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 58 option_(option),
65 operation_runner_->MoveFileLocal(src_url_, dest_url_, option_, callback);
68 src_url_, dest_url_, option_, file_progress_callback_, callback);
83 CopyOrMoveOperationDelegate::CopyOrMoveOption option_; member in class:fileapi::__anon18082::CopyOrMoveOnSameFileSystemImpl
108 option_(option),
199 if (option_ == FileSystemOperation::OPTION_NONE) {
345 CopyOrMoveOperationDelegate::CopyOrMoveOption option_; member in class:fileapi::__anon18082::SnapshotCopyOrMoveImpl
381 option_(option),
474 if (option_ == FileSystemOperation::OPTION_NONE) {
522 CopyOrMoveOperationDelegate::CopyOrMoveOption option_; member in class:fileapi::__anon18082::StreamCopyOrMoveImpl
    [all...]
copy_or_move_operation_delegate.h 150 CopyOrMoveOption option_; member in class:fileapi::CopyOrMoveOperationDelegate
  /external/chromium_org/third_party/re2/util/
pcre.h 537 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
539 PCRE::Option option() const { return option_; }
541 option_ = option;
559 PCRE::Option option_; member in class:re2::PCRE_Options
  /external/regex-re2/util/
pcre.h 531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
533 PCRE::Option option() const { return option_; }
535 option_ = option;
553 PCRE::Option option_; member in class:re2::PCRE_Options

Completed in 331 milliseconds