Searched defs:GetDialogDelegate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/window/
H A Ddialog_client_view.cc52 if (!notified_delegate_ && GetDialogDelegate()->Accept(false)) {
60 if (!notified_delegate_ && GetDialogDelegate()->Cancel()) {
67 const int buttons = GetDialogDelegate()->GetDialogButtons();
116 if (GetDialogDelegate()->Close()) {
118 GetDialogDelegate()->OnClosed();
135 const int default_button = GetDialogDelegate()->GetDefaultDialogButton();
259 const DialogDelegate* dialog = GetDialogDelegate();
301 if (!GetDialogDelegate())
325 DialogDelegate* DialogClientView::GetDialogDelegate() const { function in class:views::DialogClientView
333 extra_view_ = GetDialogDelegate()
[all...]

Completed in 196 milliseconds