Home
last modified time | relevance | path

Searched refs:modal (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium/chrome/browser/printing/
Dprint_dialog_cloud.cc411 bool modal) in CloudPrintHtmlDialogDelegate() argument
415 modal_(modal), in CloudPrintHtmlDialogDelegate()
425 bool modal) in CloudPrintHtmlDialogDelegate() argument
427 modal_(modal), in CloudPrintHtmlDialogDelegate()
518 bool modal) { in CreateDialogImpl() argument
526 if (modal) { in CreateDialogImpl()
552 modal); in CreateDialogImpl()
553 if (modal) { in CreateDialogImpl()
574 bool modal) { in CreatePrintDialogForFile() argument
584 modal)); in CreatePrintDialogForFile()
Dprint_dialog_cloud_internal.h147 bool modal);
170 bool modal);
186 bool modal);
Dprint_dialog_cloud.h24 bool modal);
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.h29 bool modal = false, Qt::WFlags fl = 0);
Dscanresults.h29 bool modal = false, Qt::WFlags fl = 0);
Dnetworkconfig.h29 bool modal = false, Qt::WFlags fl = 0);
Deventhistory.h49 bool modal = false, Qt::WFlags fl = 0);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.h23 bool modal = false, Qt::WFlags fl = 0);
Dscanresults.h23 bool modal = false, Qt::WFlags fl = 0);
Deventhistory.h43 bool modal = false, Qt::WFlags fl = 0);
Dnetworkconfig.h23 bool modal = false, Qt::WFlags fl = 0);
Dpeers.h25 bool modal = false, Qt::WFlags fl = 0);
/external/chromium/chrome/browser/ui/cocoa/
Dhtml_dialog_window_controller.mm79 // NOTE: Use the parent parameter once we implement modal dialogs.
119 // TODO(akalin): Support modal dialog boxes.
217 // in once we implement modal dialogs.
238 // dialog_size and always on top (but not modal) to match the Windows
Djs_modal_dialog_cocoa.mm133 // Show the modal dialog.
181 beginSheetModalForWindow:nil // nil here makes it app-modal
Dexternal_protocol_dialog.mm89 [alert_ beginSheetModalForWindow:nil // nil here makes it app-modal
Dssl_client_certificate_selector.mm100 // TODO(davidben): Implement a tab-modal dialog.
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_progress_dialog_cocoa.mm152 // Break out of modal event loop.
204 // For details on why we need a modal message loop see http://crbug.com/19169
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.mm156 // The plug-in crashed while it had a modal dialog up.
276 void NetscapePluginHostProxy::setModal(bool modal)
278 if (modal == m_isModal)
281 m_isModal = modal;
936 kern_return_t WKPCSetModal(mach_port_t clientPort, boolean_t modal)
943 hostProxy->setModal(modal);
950 hostProxy->setModal(modal);
DWebKitPluginClient.defs192 modal :boolean_t);
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.mm536 // The gist of the bug is thus: Flip4Mac sets an instance of the TSUpdateCheck class as the modal d…
551 // modal delegate is an instance of TSUpdateCheck. If it is, it retains the modal delegate's delega…
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUIDelegatePrivate.idl92 // IWebUIDelegate::createModalDialog. Clients should determine whether to create a modal dialog
/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_mac.mm140 // The buttons could be in a modal loop, so disconnect them so they cannot
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_unittest.mm88 // Since this returns (does not actually begin a modal drag), success!
/external/chromium/chrome/browser/
Dapp_controller_mac.mm637 // Returns true if there is not a modal window (either window- or application-
638 // modal) blocking the active browser. Note that tab modal dialogs (HTTP auth
640 // dialogs that are window modal will block the browser.
670 // a window- or app-modal dialog.
680 // Allow the user to open a new window if there's a window-modal
/external/llvm/lib/Support/Windows/
DProcess.inc115 // Windows doesn't do core files, but it does do modal pop-up message

123