Searched refs:download_started (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager_unittest.cc159 EXPECT_FALSE(state_machine->download_started());
166 EXPECT_TRUE(state_machine->download_started());
174 EXPECT_TRUE(state_machine->download_started());
181 EXPECT_TRUE(state_machine->download_started());
188 EXPECT_TRUE(state_machine->download_started());
219 EXPECT_FALSE(state_machine->download_started());
229 EXPECT_TRUE(state_machine->download_started());
H A Dburn_manager.h152 bool download_started() const { return download_started_; } function in class:chromeos::imageburner::StateMachine
H A Dburn_manager.cc378 if (state_machine_->download_started()) {
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.h129 bool download_started() const { return download_started_; } function in class:ImageBurnResourceManager
H A Dimageburner_ui.cc482 if (!resource_manager_->download_started()) {

Completed in 512 milliseconds