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

  /external/chromium_org/chrome/browser/chromeos/
external_protocol_dialog.cc 49 int ExternalProtocolDialog::GetDialogButtons() const {
enrollment_dialog_view.cc 49 virtual int GetDialogButtons() const OVERRIDE;
110 int EnrollmentDialogView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.cc 103 int IdleActionWarningDialogView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/chromeos/profiles/
multiprofiles_session_aborted_dialog.cc 42 virtual int GetDialogButtons() const OVERRIDE;
94 int MultiprofilesSessionAbortedView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 128 int ExtensionDialog::GetDialogButtons() const {
extension_install_dialog_view.cc 148 virtual int GetDialogButtons() const OVERRIDE;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
first_run_dialog.cc 141 int FirstRunDialog::GetDialogButtons() const {
javascript_app_modal_dialog_views.cc 54 return GetDialogButtons();
98 int JavaScriptAppModalDialogViews::GetDialogButtons() const {
signed_certificate_timestamps_views.cc 108 int SignedCertificateTimestampsViews::GetDialogButtons() const {
simple_message_box_views.cc 43 virtual int GetDialogButtons() const OVERRIDE;
126 int SimpleMessageBoxViews::GetDialogButtons() const {
collected_cookies_views.cc 210 int CollectedCookiesViews::GetDialogButtons() const {
hung_renderer_view.cc 295 int HungRendererDialogView::GetDialogButtons() const {
task_manager_view.cc 179 virtual int GetDialogButtons() const OVERRIDE;
539 int TaskManagerView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.cc 142 int UserManagerView::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc 108 int EchoDialogView::GetDialogButtons() const {
idle_logout_dialog_view.cc 82 int IdleLogoutDialogView::GetDialogButtons() const {
  /external/chromium_org/ui/views/window/
dialog_delegate.cc 91 int buttons = GetDialogButtons();
107 int DialogDelegate::GetDialogButtons() const {
112 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
114 if (GetDialogButtons() & ui::DIALOG_BUTTON_CANCEL)
128 if (GetDialogButtons() & ui::DIALOG_BUTTON_OK)
147 if ((default_button & GetDialogButtons()) == 0) {
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 277 int ExtensionInstallPrompt::Prompt::GetDialogButtons() const {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]

Completed in 728 milliseconds