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

1 2

  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.h 39 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
keyboard_overlay_delegate.cc 98 ui::ModalType KeyboardOverlayDelegate::GetDialogModalType() const {
  /external/chromium_org/chrome/browser/chromeos/bluetooth/
bluetooth_pairing_dialog.h 32 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
bluetooth_pairing_dialog.cc 54 ui::ModalType BluetoothPairingDialog::GetDialogModalType() const {
  /external/chromium_org/chrome/browser/chromeos/
choose_mobile_network_dialog.cc 36 ui::ModalType ChooseMobileNetworkDialog::GetDialogModalType() const {
choose_mobile_network_dialog.h 25 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
sim_dialog_delegate.h 35 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
sim_dialog_delegate.cc 59 ui::ModalType SimDialogDelegate::GetDialogModalType() const {
  /external/chromium_org/chrome/browser/ui/sync/
inline_login_dialog.cc 22 ui::ModalType InlineLoginDialog::GetDialogModalType() const {
inline_login_dialog.h 28 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
  /external/chromium_org/ui/web_dialogs/test/
test_web_dialog_delegate.cc 23 ModalType TestWebDialogDelegate::GetDialogModalType() const {
test_web_dialog_delegate.h 28 virtual ModalType GetDialogModalType() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/
login_web_dialog.h 62 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
login_web_dialog.cc 78 ui::ModalType LoginWebDialog::GetDialogModalType() const {
  /external/chromium_org/chrome/browser/ui/webui/signin/
profile_signin_confirmation_dialog.h 55 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
profile_signin_confirmation_dialog.cc 160 ui::ModalType ProfileSigninConfirmationDialog::GetDialogModalType() const {
  /external/chromium_org/ui/web_dialogs/
web_dialog_delegate.h 38 virtual ModalType GetDialogModalType() const = 0;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_dialog.cc 48 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
117 ui::ModalType MobileSetupDialogDelegate::GetDialogModalType() const {
  /external/chromium_org/chrome/browser/ui/gtk/
web_dialog_gtk.h 38 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
web_dialog_gtk.cc 74 ui::ModalType WebDialogGtk::GetDialogModalType() const {
75 return delegate_ ? delegate_->GetDialogModalType() : ui::MODAL_TYPE_NONE;
222 if (delegate_->GetDialogModalType() != ui::MODAL_TYPE_NONE)
  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.h 50 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.cc 123 return GetDialogModalType();
173 ui::ModalType WebDialogView::GetDialogModalType() const {
175 return delegate_->GetDialogModalType();
web_dialog_view.h 76 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_internal.h 174 virtual ui::ModalType GetDialogModalType() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_dialog.cc 63 virtual ui::ModalType GetDialogModalType() const OVERRIDE {

Completed in 1040 milliseconds

1 2