Home | History | Annotate | Download | only in image_writer_private

Lines Matching refs:operation_

84     operation_ =
88 operation_->SetImagePath(test_utils_.GetImagePath());
93 operation_->Cancel();
104 scoped_refptr<OperationForTest> operation_;
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_->GetImagePath()));
166 operation_->Start();
171 &OperationForTest::Write, operation_, base::Bind(&base::DoNothing)));
208 operation_->Start();
212 operation_,
245 operation_->Start();
249 operation_,
262 // Tests that on creation the operation_ has the expected state.
264 EXPECT_EQ(0, operation_->GetProgress());
265 EXPECT_EQ(image_writer_api::STAGE_UNKNOWN, operation_->GetStage());