/external/chromium_org/content/child/fileapi/ |
webfilewriter_base.cc | 21 operation_(kOperationNone), 27 DCHECK(kOperationNone == operation_); 29 operation_ = kOperationTruncate; 36 DCHECK_EQ(kOperationNone, operation_); 38 operation_ = kOperationWrite; 58 if (kOperationWrite != operation_ && kOperationTruncate != operation_) 74 DCHECK(kOperationWrite == operation_); 78 operation_ = kOperationNone; 100 DCHECK(kOperationTruncate == operation_); [all...] |
webfilewriter_base.h | 65 OperationType operation_; member in class:content::WebFileWriterBase
|
/external/chromium/net/disk_cache/ |
in_flight_backend_io.cc | 19 operation_(OP_NONE), 42 return operation_ > OP_MAX_BACKEND; 55 operation_ = OP_INIT; 59 operation_ = OP_OPEN; 65 operation_ = OP_CREATE; 71 operation_ = OP_DOOM; 76 operation_ = OP_DOOM_ALL; 81 operation_ = OP_DOOM_BETWEEN; 87 operation_ = OP_DOOM_SINCE; 92 operation_ = OP_OPEN_NEXT [all...] |
sparse_control.cc | 189 operation_(kNoOperation), 239 if (operation_ != kNoOperation) 256 operation_ = op; 269 GetSparseEventType(operation_), 276 operation_ = kNoOperation; 288 if (operation_ != kNoOperation) 306 if (operation_ == kNoOperation) 508 if (kReadOperation == operation_) 510 if (kGetRangeOperation == operation_) 561 if (operation_ != kReadOperation [all...] |
in_flight_backend_io.h | 115 Operation operation_; member in class:disk_cache::BackendIO
|
sparse_control.h | 150 SparseOperation operation_; member in class:disk_cache::SparseControl
|
/external/chromium_org/net/disk_cache/ |
in_flight_backend_io.cc | 23 operation_(OP_NONE), 70 return operation_ > OP_MAX_BACKEND; 79 operation_ = OP_INIT; 83 operation_ = OP_OPEN; 89 operation_ = OP_CREATE; 95 operation_ = OP_DOOM; 100 operation_ = OP_DOOM_ALL; 105 operation_ = OP_DOOM_BETWEEN; 111 operation_ = OP_DOOM_SINCE; 116 operation_ = OP_OPEN_NEXT [all...] |
sparse_control.cc | 190 operation_(kNoOperation), 248 if (operation_ != kNoOperation) 265 operation_ = op; 278 GetSparseEventType(operation_), 285 operation_ = kNoOperation; 297 if (operation_ != kNoOperation) 316 if (operation_ == kNoOperation) 526 if (kReadOperation == operation_) 528 if (kGetRangeOperation == operation_) 582 if (operation_ != kReadOperation [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
get_file_for_saving_operation_unittest.cc | 64 operation_.reset(new GetFileForSavingOperation( 67 operation_->file_write_watcher_for_testing()->DisableDelayForTesting(); 71 scoped_ptr<GetFileForSavingOperation> operation_; member in class:drive::file_system::GetFileForSavingOperationTest 83 operation_->GetFileForSaving( 130 operation_->GetFileForSaving( 154 operation_->GetFileForSaving(
|
truncate_operation_unittest.cc | 24 operation_.reset(new TruncateOperation( 29 scoped_ptr<TruncateOperation> operation_; member in class:drive::file_system::TruncateOperationTest 42 operation_->Truncate( 77 operation_->Truncate( 90 operation_->Truncate( 105 operation_->Truncate(
|
move_operation_unittest.cc | 20 operation_.reset(new MoveOperation(blocking_task_runner(), 32 scoped_ptr<MoveOperation> operation_; member in class:drive::file_system::MoveOperationTest 48 operation_->Move(src_path, 78 operation_->Move(src_path, 127 operation_->Move(copied_path, 154 operation_->Move(src_path, 171 operation_->Move(src_path, 191 operation_->Move(src_path, 215 operation_->Move(src_path,
|
copy_operation_unittest.cc | 23 operation_.reset(new CopyOperation( 32 scoped_ptr<CopyOperation> operation_; member in class:drive::file_system::CopyOperationTest 50 operation_->TransferFileFromLocalToRemote( 99 operation_->TransferFileFromLocalToRemote( 111 operation_->TransferFileFromLocalToRemote( 137 operation_->TransferFileFromLocalToRemote( 160 operation_->Copy(src_path, 182 operation_->Copy(src_path, 208 operation_->Copy(src_path, 231 operation_->Copy(src_path [all...] |
open_file_operation_unittest.cc | 28 operation_.reset(new OpenFileOperation( 33 scoped_ptr<OpenFileOperation> operation_; member in class:drive::file_system::OpenFileOperationTest 46 operation_->OpenFile( 74 operation_->OpenFile( 94 operation_->OpenFile( 113 operation_->OpenFile( 147 operation_->OpenFile( 194 operation_->OpenFile( 225 operation_->OpenFile( 242 operation_->OpenFile [all...] |
update_operation_unittest.cc | 23 operation_.reset(new UpdateOperation(blocking_task_runner(), 30 scoped_ptr<UpdateOperation> operation_; member in class:drive::file_system::UpdateOperationTest 86 operation_->UpdateFileByLocalId( 127 operation_->UpdateFileByLocalId( 177 operation_->UpdateFileByLocalId( 232 operation_->UpdateFileByLocalId( 273 operation_->UpdateFileByLocalId(
|
download_operation_unittest.cc | 26 operation_.reset(new DownloadOperation( 31 scoped_ptr<DownloadOperation> operation_; member in class:drive::file_system::DownloadOperationTest 48 operation_->EnsureFileDownloadedByPath( 85 operation_->EnsureFileDownloadedByPath( 135 operation_->EnsureFileDownloadedByPath( 187 operation_->EnsureFileDownloadedByPath( 224 operation_->EnsureFileDownloadedByPath( 245 operation_->EnsureFileDownloadedByPath( 272 operation_->EnsureFileDownloadedByLocalId( 304 operation_->EnsureFileDownloadedByPath [all...] |
/external/chromium_org/chrome/installer/mini_installer/ |
configuration.h | 26 Operation operation() const { return operation_; } 66 Operation operation_; member in class:mini_installer::Configuration
|
configuration.cc | 33 operation_ = INSTALL_PRODUCT; 71 operation_ = CLEANUP;
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_system_operation.cc | 39 : operation_(operation), 44 DCHECK(!operation_); 48 if (!operation_) 52 operation_.reset(); 57 if (operation_) 58 operation_->OnCancelled(); 60 operation_.reset(); 68 base::WeakPtr<SyncableFileSystemOperation> operation_; member in class:sync_file_system::SyncableFileSystemOperation::QueueableTask
|
/external/chromium_org/net/disk_cache/v3/ |
sparse_control_v3.cc | 192 operation_(kNoOperation), 229 if (operation_ != kNoOperation) 246 operation_ = op; 259 GetSparseEventType(operation_), 266 operation_ = kNoOperation; 278 if (operation_ != kNoOperation) 297 if (operation_ == kNoOperation) 513 if (kReadOperation == operation_) 515 if (kGetRangeOperation == operation_) 564 switch (operation_) { [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
local_sync_delegate.cc | 25 operation_(SYNC_OPERATION_NONE), 39 operation_ = SYNC_OPERATION_NONE; 77 DCHECK_EQ(SYNC_OPERATION_NONE, operation_); 78 operation_ = LocalSyncOperationResolver::Resolve( 87 SyncOperationTypeToString(operation_)); 89 switch (operation_) { 388 if ((operation_ == SYNC_OPERATION_DELETE || 389 operation_ == SYNC_OPERATION_DELETE_METADATA) &&
|
local_sync_delegate.h | 125 SyncOperationType operation_; member in class:sync_file_system::drive_backend::LocalSyncDelegate
|
/external/chromium_org/ui/views/examples/ |
examples_window.cc | 79 operation_(operation) { 106 if (operation_ == QUIT_ON_CLOSE) 189 const Operation operation_; member in class:views::examples::ExamplesWindowContents
|
examples_window_with_content.cc | 82 operation_(operation), 110 if (operation_ == QUIT_ON_CLOSE) 194 const Operation operation_; member in class:views::examples::ExamplesWindowContents
|
/external/chromium_org/chrome/installer/util/ |
installer_state.cc | 66 : operation_(UNINITIALIZED), 78 : operation_(UNINITIALIZED), 262 operation_ = UNINSTALL; 266 operation_ = SINGLE_INSTALL_OR_UPDATE; 271 operation_ = MULTI_UPDATE; 273 operation_ = MULTI_INSTALL; 599 operation_ = UNINITIALIZED; 734 if (operation_ != MULTI_INSTALL && operation_ != MULTI_UPDATE) { 735 VLOG(1) << "InstallerState::UpdateChannels noop: " << operation_; [all...] |
installer_state.h | 104 Operation operation() const { return operation_; } 261 Operation operation_; member in class:installer::InstallerState
|