Home
last modified time | relevance | path

Searched refs:RegistrationScreen (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dregistration_screen.cc39 RegistrationScreen::RegistrationScreen(WizardScreenDelegate* delegate) in RegistrationScreen() function in chromeos::RegistrationScreen
49 &RegistrationScreen::Factory); in RegistrationScreen()
53 void RegistrationScreen::set_registration_host_page_url(const GURL& url) { in set_registration_host_page_url()
58 scoped_ptr<GURL> RegistrationScreen::host_page_url_;
62 void RegistrationScreen::CreateView() { in CreateView()
67 void RegistrationScreen::Refresh() { in Refresh()
77 RegistrationView* RegistrationScreen::AllocateView() { in AllocateView()
83 void RegistrationScreen::OnPageLoaded() { in OnPageLoaded()
95 void RegistrationScreen::OnPageLoadFailed(const std::string& url) { in OnPageLoadFailed()
102 void RegistrationScreen::OpenURLFromTab(TabContents* source, in OpenURLFromTab()
[all …]
Dregistration_screen.h66 class RegistrationScreen : public ViewScreen<RegistrationView>,
70 explicit RegistrationScreen(WizardScreenDelegate* delegate);
106 DISALLOW_COPY_AND_ASSIGN(RegistrationScreen);
Dwizard_controller.h32 class RegistrationScreen; variable
106 chromeos::RegistrationScreen* GetRegistrationScreen();
233 scoped_ptr<chromeos::RegistrationScreen> registration_screen_;
Dwizard_controller.cc318 chromeos::RegistrationScreen* WizardController::GetRegistrationScreen() { in GetRegistrationScreen()
320 registration_screen_.reset(new chromeos::RegistrationScreen(this)); in GetRegistrationScreen()