GetDialogDelegate   70 ui/views/window/dialog_client_view.cc   if (!notified_delegate_ && GetDialogDelegate()->Accept(false)) {
GetDialogDelegate   78 ui/views/window/dialog_client_view.cc   if (!notified_delegate_ && GetDialogDelegate()->Cancel()) {
GetDialogDelegate   85 ui/views/window/dialog_client_view.cc   const int buttons = GetDialogDelegate()->GetDialogButtons();
GetDialogDelegate  134 ui/views/window/dialog_client_view.cc   if (GetDialogDelegate()->Close()) {
GetDialogDelegate  136 ui/views/window/dialog_client_view.cc     GetDialogDelegate()->OnClosed();
GetDialogDelegate  153 ui/views/window/dialog_client_view.cc   const int default_button = GetDialogDelegate()->GetDefaultDialogButton();
GetDialogDelegate  270 ui/views/window/dialog_client_view.cc     const DialogDelegate* dialog = GetDialogDelegate();
GetDialogDelegate  312 ui/views/window/dialog_client_view.cc   if (!GetDialogDelegate())
GetDialogDelegate  344 ui/views/window/dialog_client_view.cc   extra_view_ = GetDialogDelegate()->CreateExtraView();
GetDialogDelegate  355 ui/views/window/dialog_client_view.cc   footnote_view_ = GetDialogDelegate()->CreateFootnoteView();
GetDialogDelegate  373 ui/views/window/dialog_client_view.cc   const base::string16 title = GetDialogDelegate()->GetDialogButtonLabel(type);
GetDialogDelegate  375 ui/views/window/dialog_client_view.cc   if (GetDialogDelegate()->UseNewStyleForThisDialog() &&
GetDialogDelegate  376 ui/views/window/dialog_client_view.cc       GetDialogDelegate()->GetDefaultDialogButton() == type &&
GetDialogDelegate  377 ui/views/window/dialog_client_view.cc       GetDialogDelegate()->ShouldDefaultButtonBeBlue()) {
GetDialogDelegate  393 ui/views/window/dialog_client_view.cc   DialogDelegate* dialog = GetDialogDelegate();
GetDialogDelegate  421 ui/views/window/dialog_client_view.cc   GetDialogDelegate()->OnClosed();
GetDialogDelegate   75 ui/views/window/dialog_client_view.h   virtual DialogDelegate* GetDialogDelegate() const;