Home
last modified time | relevance | path

Searched refs:CreateFootnoteView (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/views/examples/
Dwidget_example.cc28 virtual View* CreateFootnoteView() OVERRIDE;
55 View* DialogExample::CreateFootnoteView() { in CreateFootnoteView() function in views::examples::__anon1c6464d00111::DialogExample
/external/chromium_org/ui/views/window/
Ddialog_client_view.cc270 CreateFootnoteView(); in ViewHierarchyChanged()
340 void DialogClientView::CreateFootnoteView() { in CreateFootnoteView() function in views::DialogClientView
344 footnote_view_ = GetDialogDelegate()->CreateFootnoteView(); in CreateFootnoteView()
Ddialog_client_view.h81 void CreateFootnoteView();
Ddialog_delegate.h50 virtual View* CreateFootnoteView();
Ddialog_client_view_unittest.cc32 CreateFootnoteView(); in CreateExtraViews()
62 virtual View* CreateFootnoteView() OVERRIDE { return footnote_view_; } in CreateFootnoteView() function in views::DialogClientViewTest
Ddialog_delegate.cc55 View* DialogDelegate::CreateFootnoteView() { in CreateFootnoteView() function in views::DialogDelegate
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.h138 virtual views::View* CreateFootnoteView() OVERRIDE;
Dautofill_dialog_views.cc1647 views::View* AutofillDialogViews::CreateFootnoteView() { in CreateFootnoteView() function in autofill::AutofillDialogViews