Searched refs:operation_ (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.cc21 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...]
H A Dwebfilewriter_base.h65 OperationType operation_; member in class:content::WebFileWriterBase
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_unittest.cc84 operation_ =
88 operation_->SetImagePath(test_utils_.GetImagePath());
93 operation_->Cancel();
104 scoped_refptr<OperationForTest> operation_; member in class:extensions::image_writer::__anon3735::ImageWriterOperationTest
117 operation_->Start();
122 &OperationForTest::Unzip, operation_, base::Bind(&base::DoNothing)));
139 operation_->SetImagePath(zip_file_);
141 operation_->Start();
146 &OperationForTest::Unzip, operation_, base::Bind(&base::DoNothing)));
150 EXPECT_TRUE(base::ContentsEqual(image_path_, operation_
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dget_file_for_saving_operation_unittest.cc62 operation_.reset(new GetFileForSavingOperation(
65 operation_->file_write_watcher_for_testing()->DisableDelayForTesting();
69 scoped_ptr<GetFileForSavingOperation> operation_; member in class:drive::file_system::GetFileForSavingOperationTest
81 operation_->GetFileForSaving(
116 operation_->GetFileForSaving(
140 operation_->GetFileForSaving(
H A Dmove_operation_unittest.cc20 operation_.reset(new MoveOperation(blocking_task_runner(),
25 scoped_ptr<MoveOperation> operation_; member in class:drive::file_system::MoveOperationTest
40 operation_->Move(src_path,
70 operation_->Move(src_path,
94 operation_->Move(src_path,
110 operation_->Move(src_path,
129 operation_->Move(src_path,
H A Dopen_file_operation_unittest.cc30 operation_.reset(new OpenFileOperation(
35 scoped_ptr<OpenFileOperation> operation_; member in class:drive::file_system::OpenFileOperationTest
48 operation_->OpenFile(
74 operation_->OpenFile(
94 operation_->OpenFile(
113 operation_->OpenFile(
146 operation_->OpenFile(
181 operation_->OpenFile(
211 operation_->OpenFile(
228 operation_
[all...]
H A Dtruncate_operation_unittest.cc24 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(
H A Dcopy_operation_unittest.cc42 operation_.reset(new CopyOperation(
46 scoped_ptr<CopyOperation> operation_; member in class:drive::file_system::CopyOperationTest
64 operation_->TransferFileFromLocalToRemote(
96 operation_->TransferFileFromLocalToRemote(
133 operation_->TransferFileFromLocalToRemote(
166 operation_->TransferFileFromLocalToRemote(
210 operation_->TransferFileFromLocalToRemote(
233 operation_->Copy(src_path,
255 operation_->Copy(src_path,
281 operation_
[all...]
H A Ddownload_operation_unittest.cc29 operation_.reset(new DownloadOperation(
34 scoped_ptr<DownloadOperation> operation_; member in class:drive::file_system::DownloadOperationTest
51 operation_->EnsureFileDownloadedByPath(
80 operation_->EnsureFileDownloadedByPath(
106 operation_->EnsureFileDownloadedByPath(
125 operation_->EnsureFileDownloadedByPath(
171 operation_->EnsureFileDownloadedByPath(
208 operation_->EnsureFileDownloadedByPath(
229 operation_->EnsureFileDownloadedByPath(
257 operation_
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.h26 Operation operation() const { return operation_; }
71 Operation operation_; member in class:mini_installer::Configuration
H A Dconfiguration.cc33 operation_ = INSTALL_PRODUCT;
72 operation_ = CLEANUP;
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_backend_io.cc27 operation_(OP_NONE),
73 return operation_ > OP_MAX_BACKEND;
82 operation_ = OP_INIT;
86 operation_ = OP_OPEN;
92 operation_ = OP_CREATE;
98 operation_ = OP_DOOM;
103 operation_ = OP_DOOM_ALL;
108 operation_ = OP_DOOM_BETWEEN;
114 operation_ = OP_DOOM_SINCE;
120 operation_
[all...]
H A Dsparse_control_v3.cc192 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...]
H A Dsparse_control.cc190 operation_(kNoOperation),
248 if (operation_ != kNoOperation)
267 operation_ = op;
280 GetSparseEventType(operation_),
287 operation_ = kNoOperation;
299 if (operation_ != kNoOperation)
318 if (operation_ == kNoOperation)
528 if (kReadOperation == operation_)
530 if (kGetRangeOperation == operation_)
584 if (operation_ !
[all...]
H A Dsparse_control.h151 SparseOperation operation_; member in class:disk_cache::SparseControl
H A Dsparse_control_v3.h149 SparseOperation operation_; member in class:disk_cache::SparseControl
H A Din_flight_backend_io.h123 Operation operation_; member in class:disk_cache::BackendIO
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher_operation.cc191 : operation_(operation), out_of_process_patcher_(out_of_process_patcher) {
220 operation_,
229 if (operation_ == kBsdiff) {
233 } else if (operation_ == kCourgette) {
247 if (operation_ == kBsdiff) {
254 } else if (operation_ == kCourgette) {
H A Dcomponent_patcher_operation.h170 std::string operation_; member in class:component_updater::DeltaUpdateOpPatch
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc39 : 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/chrome/installer/util/
H A Dinstaller_state.cc66 : 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...]
H A Dinstaller_state.h106 Operation operation() const { return operation_; }
263 Operation operation_; member in class:installer::InstallerState
/external/chromium_org/ui/views/examples/
H A Dexamples_window.cc130 operation_(operation) {
184 if (operation_ == QUIT_ON_CLOSE)
205 const Operation operation_; member in class:views::examples::ExamplesWindowContents
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing.cc216 Operation operation_; member in class:net::ProxyResolverV8Tracing::Job
445 if (operation_ == GET_PROXY_FOR_URL) {
451 if (operation_ == SET_PAC_SCRIPT) {
467 operation_ = op;
525 switch (operation_) {
/external/chromium_org/net/http/
H A Dhttp_cache.cc145 : operation_(operation),
151 : operation_(operation),
179 WorkItemOperation operation() { return operation_; }
187 WorkItemOperation operation_; member in class:net::HttpCache::WorkItem

Completed in 1646 milliseconds

12