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

  /external/chromium/chrome/browser/chromeos/login/
account_creation_view.h 30 class AccountCreationDomView : public WebPageDomView {
32 AccountCreationDomView();
33 virtual ~AccountCreationDomView();
46 DISALLOW_COPY_AND_ASSIGN(AccountCreationDomView);
62 AccountCreationDomView* dom_view_;
account_creation_view.cc 76 // AccountCreationDomView, public:
78 AccountCreationDomView::AccountCreationDomView() : delegate_(NULL) {
81 AccountCreationDomView::~AccountCreationDomView() {
84 void AccountCreationDomView::SetAccountCreationViewDelegate(
90 // AccountCreationDomView, DOMView implementation:
92 TabContents* AccountCreationDomView::CreateTabContents(Profile* profile,
104 : dom_view_(new AccountCreationDomView()) {

Completed in 453 milliseconds