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

1 2

  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.cc 51 int ExternalProtocolDialog::GetDialogButtons() const {
native_dialog_window.cc 64 virtual int GetDialogButtons() const { return 0; }
  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.cc 50 int PasswordChangedView::GetDialogButtons() const {
eula_view.cc 133 virtual int GetDialogButtons() const {
  /external/chromium/chrome/browser/ui/views/
restart_message_box.cc 24 int RestartMessageBox::GetDialogButtons() const {
update_recommended_message_box.cc 49 int UpdateRecommendedMessageBox::GetDialogButtons() const {
js_modal_dialog_views.cc 44 return GetDialogButtons();
81 int JSModalDialogViews::GetDialogButtons() const {
about_ipc_dialog.cc 267 int AboutIPCDialog::GetDialogButtons() const {
collected_cookies_win.cc 361 int CollectedCookiesWin::GetDialogButtons() const {
default_search_view.cc 158 int DefaultSearchView::GetDialogButtons() const {
hung_renderer_view.cc 138 virtual int GetDialogButtons() const;
284 int HungRendererDialogView::GetDialogButtons() const {
task_manager_view.cc 287 virtual int GetDialogButtons() const;
644 int TaskManagerView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.cc 51 int ExternalProtocolDialog::GetDialogButtons() const {
enrollment_dialog_view.cc 47 virtual int GetDialogButtons() const OVERRIDE;
107 int EnrollmentDialogView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.cc 89 int IdleActionWarningDialogView::GetDialogButtons() const {
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc 113 int ImportProgressDialogView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/ui/views/
javascript_app_modal_dialog_views.cc 50 return GetDialogButtons();
81 int JavaScriptAppModalDialogViews::GetDialogButtons() const {
simple_message_box_views.cc 47 virtual int GetDialogButtons() const OVERRIDE;
94 int SimpleMessageBoxViews::GetDialogButtons() const {
about_ipc_dialog.cc 254 int AboutIPCDialog::GetDialogButtons() const {
hung_renderer_view.cc 291 int HungRendererDialogView::GetDialogButtons() const {
collected_cookies_views.cc 227 int CollectedCookiesViews::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 107 int EchoDialogView::GetDialogButtons() const {
idle_logout_dialog_view.cc 84 int IdleLogoutDialogView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 147 int ExtensionDialog::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) {

Completed in 764 milliseconds

1 2