Home | History | Annotate | Download | only in window

Lines Matching defs:DialogDelegate

21 // DialogDelegate
23 // DialogDelegate is an interface implemented by objects that wish to show a
29 class VIEWS_EXPORT DialogDelegate : public ui::DialogModel,
32 virtual ~DialogDelegate();
39 static Widget* CreateDialogWidget(DialogDelegate* dialog,
92 virtual DialogDelegate* AsDialogDelegate() OVERRIDE;
123 // A DialogDelegate implementation that is-a View. Used to override GetWidget()
124 // to call View's GetWidget() for the common case where a DialogDelegate
127 class VIEWS_EXPORT DialogDelegateView : public DialogDelegate,
133 // Overridden from DialogDelegate: