Home
last modified time | relevance | path

Searched refs:AllocateView (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dview_screen.h35 virtual V* AllocateView() = 0;
59 V* AllocateView() { in AllocateView() function
120 view_ = AllocateView(); in CreateView()
Duser_image_screen.h29 virtual UserImageView* AllocateView();
Daccount_screen.h50 virtual AccountCreationView* AllocateView();
Dhtml_page_screen.h68 virtual HTMLPageView* AllocateView();
Dnetwork_screen.h62 virtual NetworkSelectionView* AllocateView();
Dregistration_screen.h87 virtual RegistrationView* AllocateView();
Denterprise_enrollment_screen.h81 virtual EnterpriseEnrollmentView* AllocateView() OVERRIDE;
Dhtml_page_screen.cc64 HTMLPageView* HTMLPageScreen::AllocateView() { in AllocateView() function in chromeos::HTMLPageScreen
Duser_image_screen.cc55 UserImageView* UserImageScreen::AllocateView() { in AllocateView() function in chromeos::UserImageScreen
Dregistration_screen.cc77 RegistrationView* RegistrationScreen::AllocateView() { in AllocateView() function in chromeos::RegistrationScreen
Daccount_screen.cc106 AccountCreationView* AccountScreen::AllocateView() { in AllocateView() function in chromeos::AccountScreen
Dnetwork_screen.cc97 NetworkSelectionView* NetworkScreen::AllocateView() { in AllocateView() function in chromeos::NetworkScreen
Denterprise_enrollment_screen.cc189 EnterpriseEnrollmentView* EnterpriseEnrollmentScreen::AllocateView() { in AllocateView() function in chromeos::EnterpriseEnrollmentScreen