OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountScreen
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
account_screen.cc
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()
[
all
...]
account_screen.h
24
//
AccountScreen
is shown when user is creating new Google Account.
25
class
AccountScreen
: public ViewScreen<AccountCreationView>,
30
explicit
AccountScreen
(WizardScreenDelegate* delegate);
31
virtual ~
AccountScreen
();
66
DISALLOW_COPY_AND_ASSIGN(
AccountScreen
);
wizard_controller.h
25
class
AccountScreen
;
102
chromeos::
AccountScreen
* GetAccountScreen();
229
scoped_ptr<chromeos::
AccountScreen
> account_screen_;
wizard_controller_browsertest.cc
117
MOCK(mock_account_screen_, account_screen_, chromeos::
AccountScreen
);
137
MockOutShowHide<chromeos::
AccountScreen
>* mock_account_screen_;
wizard_controller.cc
292
chromeos::
AccountScreen
* WizardController::GetAccountScreen() {
294
account_screen_.reset(new chromeos::
AccountScreen
(this));
Completed in 4171 milliseconds