Searched refs:ShowModal (Results 1 – 9 of 9) sorted by relevance
214 if (dialog->ShowModal() == wxID_OK) { in OnLoadFile()353 if (dialog->ShowModal() == wxID_OK) in OnRunScript()369 if (dialog->ShowModal() == wxID_OK) { in OnEditCommand()387 if (dialog->ShowModal() == wxID_OK) { in OnGetEditCommandState()
261 return dialog.ShowModal() == wxYES; in runBeforeUnloadConfirmPanel()297 result = (dialog.ShowModal() == wxID_YES); in runJavaScriptConfirm()316 if (dialog.ShowModal() == wxID_OK) { in runJavaScriptPrompt()
262 ret = dlg.ShowModal()329 ret = dlg.ShowModal()365 if dlg.ShowModal() == wx.ID_YES:375 result = dlg.ShowModal() 382 dlg.ShowModal()388 dlg.ShowModal()
419 result = dlg.ShowModal()484 result = dlg.ShowModal()581 result = dlg.ShowModal()646 result = dlg.ShowModal()719 result = dlg.ShowModal()827 result = dlg.ShowModal()845 result = dlg.ShowModal()866 if dialog.ShowModal() == wx.ID_OK:955 dlg.ShowModal() 993 result = dlg.ShowModal()[all …]
555 result = dlg.ShowModal()839 result = dlg.ShowModal()986 result = dlg.ShowModal()1008 result = dlg.ShowModal()1027 result = dlg.ShowModal()
462 dlg.ShowModal()551 result = dlg.ShowModal()
72 Result ShowModal(ProcessSingleton* process_singleton);
44 return dialog.ShowModal(process_singleton); in Show()58 TryChromeDialogView::Result TryChromeDialogView::ShowModal( in ShowModal() function in TryChromeDialogView
126 if dlg.ShowModal() == wx.ID_OK: