OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccountCreationView
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
account_creation_view.h
49
class
AccountCreationView
: public WebPageView {
51
AccountCreationView
();
52
virtual ~
AccountCreationView
();
64
DISALLOW_COPY_AND_ASSIGN(
AccountCreationView
);
account_creation_view.cc
101
//
AccountCreationView
, public:
103
AccountCreationView
::
AccountCreationView
()
107
AccountCreationView
::~
AccountCreationView
() {
110
void
AccountCreationView
::SetAccountCreationViewDelegate(
account_screen.h
25
class AccountScreen : public ViewScreen<
AccountCreationView
>,
50
virtual
AccountCreationView
* AllocateView();
account_screen.cc
70
: ViewScreen<
AccountCreationView
>(delegate) {
91
ViewScreen<
AccountCreationView
>::CreateView();
106
AccountCreationView
* AccountScreen::AllocateView() {
107
return new
AccountCreationView
();
Completed in 211 milliseconds