HomeSort by relevance Sort by last modified time
    Searched refs:SetOobeProgress (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
login_display_host.h 40 virtual void SetOobeProgress(BackgroundView::LoginStep step) = 0;
dom_login_display_host.cc 32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {}
dom_login_display_host.h 31 virtual void SetOobeProgress(BackgroundView::LoginStep step) OVERRIDE;
views_login_display_host.h 30 virtual void SetOobeProgress(BackgroundView::LoginStep step);
views_login_display_host.cc 40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {
42 background_view_->SetOobeProgress(step);
wizard_controller.cc 353 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);
background_view.h 89 void SetOobeProgress(LoginStep step);
existing_user_controller_browsertest.cc 62 MOCK_METHOD1(SetOobeProgress, void(BackgroundView::LoginStep));
background_view.cc 228 void BackgroundView::SetOobeProgress(LoginStep step) {

Completed in 533 milliseconds