Searched refs:SetOobeProgress (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display_host.cc32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {} function in class:chromeos::DOMLoginDisplayHost
H A Dlogin_display_host.h40 virtual void SetOobeProgress(BackgroundView::LoginStep step) = 0;
H A Dviews_login_display_host.h30 virtual void SetOobeProgress(BackgroundView::LoginStep step);
H A Dviews_login_display_host.cc40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) { function in class:chromeos::ViewsLoginDisplayHost
42 background_view_->SetOobeProgress(step);
H A Ddom_login_display_host.h31 virtual void SetOobeProgress(BackgroundView::LoginStep step) OVERRIDE;
H A Dwizard_controller.cc353 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK);
358 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN);
380 host_->SetOobeProgress(chromeos::BackgroundView::EULA);
382 host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK);
390 host_->SetOobeProgress(chromeos::BackgroundView::PICTURE);
399 host_->SetOobeProgress(chromeos::BackgroundView::EULA);
414 host_->SetOobeProgress(chromeos::BackgroundView::REGISTRATION);
427 host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN);
H A Dbackground_view.h89 void SetOobeProgress(LoginStep step);
H A Dexisting_user_controller_browsertest.cc62 MOCK_METHOD1(SetOobeProgress, void(BackgroundView::LoginStep));
H A Dbackground_view.cc228 void BackgroundView::SetOobeProgress(LoginStep step) { function in class:chromeos::BackgroundView

Completed in 95 milliseconds