Home | History | Annotate | Download | only in login

Lines Matching refs:AccountScreen

68 // AccountScreen, public:
69 AccountScreen::AccountScreen(WizardScreenDelegate* delegate)
75 AccountScreen::~AccountScreen() {
79 void AccountScreen::set_new_account_page_url(const GURL& url) {
84 scoped_ptr<GURL> AccountScreen::new_account_page_url_;
86 bool AccountScreen::check_for_https_ = true;
89 // AccountScreen, ViewScreen implementation:
90 void AccountScreen::CreateView() {
96 void AccountScreen::Refresh() {
106 AccountCreationView* AccountScreen::AllocateView() {
111 // AccountScreen, TabContentsDelegate implementation:
112 void AccountScreen::LoadingStateChanged(TabContents* source) {
124 void AccountScreen::NavigationStateChanged(const TabContents* source,
134 void AccountScreen::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
143 // AccountScreen, WebPageDelegate implementation:
144 void AccountScreen::OnPageLoaded() {
156 void AccountScreen::OnPageLoadFailed(const std::string& url) {
161 // AccountScreen, AccountCreationViewDelegate implementation:
162 void AccountScreen::OnUserCreated(const std::string& username,
168 // AccountScreen, private:
169 void AccountScreen::CloseScreen(ScreenObserver::ExitCodes code) {