HomeSort by relevance Sort by last modified time
    Searched refs:GetDialogButtons (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.h 25 virtual int GetDialogButtons() const OVERRIDE;
idle_action_warning_dialog_view.cc 89 int IdleActionWarningDialogView::GetDialogButtons() const {
  /external/chromium_org/ui/base/models/
dialog_model.h 29 virtual int GetDialogButtons() const = 0;
  /external/chromium/chrome/browser/ui/views/
restart_message_box.h 26 virtual int GetDialogButtons() const;
js_modal_dialog_views.h 37 virtual int GetDialogButtons() const;
update_recommended_message_box.h 29 virtual int GetDialogButtons() const OVERRIDE;
about_ipc_dialog.h 51 virtual int GetDialogButtons() const;
default_search_view.h 61 virtual int GetDialogButtons() const;
restart_message_box.cc 24 int RestartMessageBox::GetDialogButtons() const {
js_modal_dialog_views.cc 44 return GetDialogButtons();
81 int JSModalDialogViews::GetDialogButtons() const {
collected_cookies_win.h 47 virtual int GetDialogButtons() const OVERRIDE;
update_recommended_message_box.cc 49 int UpdateRecommendedMessageBox::GetDialogButtons() const {
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 89 int buttons = GetDialogButtons();
105 int DialogDelegate::GetDialogButtons() const {
110 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
112 if (GetDialogButtons() & ui::DIALOG_BUTTON_CANCEL)
126 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
145 if ((default_button & GetDialogButtons()) == 0) {
dialog_delegate.h 83 virtual int GetDialogButtons() const OVERRIDE;
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.h 30 virtual int GetDialogButtons() const;
external_protocol_dialog.cc 51 int ExternalProtocolDialog::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.h 35 virtual int GetDialogButtons() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.h 53 virtual int GetDialogButtons() const OVERRIDE;
idle_logout_dialog_view.h 47 virtual int GetDialogButtons() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.h 48 virtual int GetDialogButtons() const OVERRIDE;
javascript_app_modal_dialog_views.h 34 virtual int GetDialogButtons() const OVERRIDE;
javascript_app_modal_dialog_views.cc 50 return GetDialogButtons();
81 int JavaScriptAppModalDialogViews::GetDialogButtons() const {
  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.h 50 virtual int GetDialogButtons() const;
  /external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc 42 ON_CALL(*this, GetDialogButtons())
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_apitest.cc 69 EXPECT_EQ(expected_dialog_buttons_, dialog->GetDialogButtons());
76 expected_dialog_buttons_ != dialog->GetDialogButtons()) {

Completed in 290 milliseconds

1 2 3