Searched refs:SetStage (Results 1 - 10 of 10) sorted by last modified time

/external/chromium_org/chrome/installer/util/
H A Dchannel_info.cc238 bool ChannelInfo::SetStage(const wchar_t* stage) { function in class:installer::ChannelInfo
H A Dchannel_info.h84 bool SetStage(const wchar_t* stage);
H A Dchannel_info_unittest.cc203 TEST(ChannelInfoTest, SetStage) {
207 EXPECT_FALSE(ci.SetStage(NULL));
209 EXPECT_TRUE(ci.SetStage(L"spammy"));
211 EXPECT_FALSE(ci.SetStage(L"spammy"));
213 EXPECT_TRUE(ci.SetStage(NULL));
215 EXPECT_TRUE(ci.SetStage(L"spammy"));
216 EXPECT_TRUE(ci.SetStage(L""));
220 EXPECT_FALSE(ci.SetStage(NULL));
222 EXPECT_TRUE(ci.SetStage(L"spammy"));
224 EXPECT_FALSE(ci.SetStage(
[all...]
H A Dinstall_util.cc354 if (channel_info.SetStage(kStages[stage]) &&
H A Dinstaller_state.cc766 channel_info.SetStage(NULL);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc106 SetStage(image_writer_api::STAGE_UNZIP);
204 void Operation::SetStage(image_writer_api::Stage stage) { function in class:extensions::image_writer::Operation
209 base::Bind(&Operation::SetStage,
H A Doperation.h113 void SetStage(image_writer_api::Stage stage);
202 // |stage_| and |progress_| are owned by the FILE thread, use |SetStage| and
H A Doperation_chromeos.cc38 SetStage(image_writer_api::STAGE_WRITE);
H A Doperation_nonchromeos.cc24 SetStage(image_writer_api::STAGE_WRITE);
53 SetStage(image_writer_api::STAGE_VERIFYWRITE);
H A Dwrite_from_url_operation.cc83 SetStage(image_writer_api::STAGE_DOWNLOAD);
152 SetStage(image_writer_api::STAGE_VERIFYDOWNLOAD);

Completed in 157 milliseconds