/external/chromium/chrome/browser/printing/ |
D | print_dialog_cloud.cc | 411 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()
|
D | print_dialog_cloud_internal.h | 147 bool modal); 170 bool modal); 186 bool modal);
|
D | print_dialog_cloud.h | 24 bool modal);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.h | 29 bool modal = false, Qt::WFlags fl = 0);
|
D | scanresults.h | 29 bool modal = false, Qt::WFlags fl = 0);
|
D | networkconfig.h | 29 bool modal = false, Qt::WFlags fl = 0);
|
D | eventhistory.h | 49 bool modal = false, Qt::WFlags fl = 0);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.h | 23 bool modal = false, Qt::WFlags fl = 0);
|
D | scanresults.h | 23 bool modal = false, Qt::WFlags fl = 0);
|
D | eventhistory.h | 43 bool modal = false, Qt::WFlags fl = 0);
|
D | networkconfig.h | 23 bool modal = false, Qt::WFlags fl = 0);
|
D | peers.h | 25 bool modal = false, Qt::WFlags fl = 0);
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | html_dialog_window_controller.mm | 79 // 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
|
D | js_modal_dialog_cocoa.mm | 133 // Show the modal dialog. 181 beginSheetModalForWindow:nil // nil here makes it app-modal
|
D | external_protocol_dialog.mm | 89 [alert_ beginSheetModalForWindow:nil // nil here makes it app-modal
|
D | ssl_client_certificate_selector.mm | 100 // TODO(davidben): Implement a tab-modal dialog.
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
D | import_progress_dialog_cocoa.mm | 152 // 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/ |
D | NetscapePluginHostProxy.mm | 156 // 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);
|
D | WebKitPluginClient.defs | 192 modal :boolean_t);
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebPluginController.mm | 536 // 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/ |
D | IWebUIDelegatePrivate.idl | 92 // IWebUIDelegate::createModalDialog. Clients should determine whether to create a modal dialog
|
/external/chromium/chrome/browser/ui/login/ |
D | login_prompt_mac.mm | 140 // The buttons could be in a modal loop, so disconnect them so they cannot
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button_unittest.mm | 88 // Since this returns (does not actually begin a modal drag), success!
|
/external/chromium/chrome/browser/ |
D | app_controller_mac.mm | 637 // 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/ |
D | Process.inc | 115 // Windows doesn't do core files, but it does do modal pop-up message
|