Searched refs:ShowModalDialog (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog_queue.cc17 ShowModalDialog(dialog);
26 ShowModalDialog(dialog);
55 void AppModalDialogQueue::ShowModalDialog(AppModalDialog* dialog) { function in class:AppModalDialogQueue
57 // ShowModalDialog triggers a call back to the queue they'll get the old
63 dialog->ShowModalDialog();
H A Dapp_modal_dialog_queue.h66 void ShowModalDialog(AppModalDialog* dialog);
82 // Stores if |ShowModalDialog()| is currently being called on an app-modal
H A Dapp_modal_dialog.cc30 void AppModalDialog::ShowModalDialog() { function in class:AppModalDialog
H A Dapp_modal_dialog.h30 void ShowModalDialog();
/external/chromium_org/components/web_modal/
H A Dpopup_manager.cc56 wm_manager->ShowModalDialog(dialog);
59 void PopupManager::ShowModalDialog(NativePopup popup, function in class:web_modal::PopupManager
65 manager->ShowModalDialog(popup);
H A Dpopup_manager.h41 virtual void ShowModalDialog(NativePopup popup,
H A Dweb_contents_modal_dialog_manager.h37 void ShowModalDialog(NativeWebContentsModalDialog dialog);
H A Dweb_contents_modal_dialog_manager.cc35 void WebContentsModalDialogManager::ShowModalDialog( function in class:web_modal::WebContentsModalDialogManager
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views_browsertest.cc54 scoped_ptr<TestDialog> ShowModalDialog(content::WebContents* web_contents) { function in namespace:__anon5237
71 scoped_ptr<TestDialog> dialog1 = ShowModalDialog(web_contents);
80 scoped_ptr<TestDialog> dialog2 = ShowModalDialog(web_contents);
119 scoped_ptr<TestDialog> dialog = ShowModalDialog(
130 scoped_ptr<TestDialog> dialog = ShowModalDialog(
152 scoped_ptr<TestDialog> dialog = ShowModalDialog(web_contents);
186 scoped_ptr<TestDialog> dialog = ShowModalDialog(web_contents);
209 scoped_ptr<TestDialog> dialog = ShowModalDialog(
H A Dconstrained_window_views.cc136 popup_manager->ShowModalDialog(widget->GetNativeWindow(), web_contents);
H A Ddesktop_media_picker_views.cc448 popup_manager->ShowModalDialog(GetWidget()->GetNativeView(),
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_proxy.cc81 popup_manager->ShowModalDialog(widget_->GetNativeView(), web_contents_);
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_dialog.cc62 popup_manager->ShowModalDialog(widget->GetNativeView(), web_contents);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DWindow.idl66 [RuntimeEnabled=ShowModalDialog, Custom] any showModalDialog(DOMString url,
H A DUseCounter.h209 ShowModalDialog = 195, enumerator in enum:blink::UseCounter::Feature
H A DUseCounter.cpp663 case ShowModalDialog:
H A DLocalDOMWindow.cpp1848 UseCounter::countDeprecation(this, UseCounter::ShowModalDialog);

Completed in 1022 milliseconds