HomeSort by relevance Sort by last modified time
    Searched refs:dialog_flags (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.h 19 // The dialog type is specified within |dialog_flags|, the
27 int dialog_flags,
message_box_handler.cc 65 int dialog_flags,
70 bool is_alert = dialog_flags == ui::MessageBoxFlags::kIsJavascriptAlert;
73 delegate, title, dialog_flags, message_text, default_prompt_text,
js_modal_dialog.h 57 int dialog_flags,
79 int dialog_flags() const { return dialog_flags_; } function in class:JavaScriptAppModalDialog
js_modal_dialog.cc 54 int dialog_flags,
63 dialog_flags_(dialog_flags),
  /external/chromium/chrome/browser/ui/views/
js_modal_dialog_views.cc 25 parent->dialog_flags() | ui::MessageBoxFlags::kAutoDetectAlignment,
72 if (parent_->dialog_flags() & ui::MessageBoxFlags::kFlagHasOKButton)
75 if (parent_->dialog_flags() & ui::MessageBoxFlags::kFlagHasCancelButton)
83 if (parent_->dialog_flags() & ui::MessageBoxFlags::kFlagHasOKButton)
86 if (parent_->dialog_flags() & ui::MessageBoxFlags::kFlagHasCancelButton)
  /external/chromium/chrome/browser/ui/gtk/
js_modal_dialog_gtk.cc 58 switch (dialog_->dialog_flags()) {
97 if (ui::MessageBoxFlags::kIsJavascriptPrompt == dialog_->dialog_flags()) {
132 if (ui::MessageBoxFlags::kIsJavascriptPrompt != dialog_->dialog_flags())
147 switch (dialog_->dialog_flags()) {

Completed in 79 milliseconds