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

  /external/chromium/chrome/browser/chromeos/login/
view_screen.h 35 virtual V* AllocateView() = 0;
59 V* AllocateView() {
120 view_ = AllocateView();
user_image_screen.h 29 virtual UserImageView* AllocateView();
account_screen.h 50 virtual AccountCreationView* AllocateView();
html_page_screen.h 68 virtual HTMLPageView* AllocateView();
enterprise_enrollment_screen.h 81 virtual EnterpriseEnrollmentView* AllocateView() OVERRIDE;
network_screen.h 62 virtual NetworkSelectionView* AllocateView();
registration_screen.h 87 virtual RegistrationView* AllocateView();
html_page_screen.cc 64 HTMLPageView* HTMLPageScreen::AllocateView() {
account_screen.cc 106 AccountCreationView* AccountScreen::AllocateView() {
registration_screen.cc 77 RegistrationView* RegistrationScreen::AllocateView() {
user_image_screen.cc 55 UserImageView* UserImageScreen::AllocateView() {
network_screen.cc 97 NetworkSelectionView* NetworkScreen::AllocateView() {
enterprise_enrollment_screen.cc 189 EnterpriseEnrollmentView* EnterpriseEnrollmentScreen::AllocateView() {

Completed in 1246 milliseconds