Home
last modified time | relevance | path

Searched refs:ShowModal (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/wx/
DWebBrowserShell.cpp214 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()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DChromeClientWx.cpp261 return dialog.ShowModal() == wxYES; in runBeforeUnloadConfirmPanel()
297 result = (dialog.ShowModal() == wxID_YES); in runJavaScriptConfirm()
316 if (dialog.ShowModal() == wxID_OK) { in runJavaScriptPrompt()
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py262 ret = dlg.ShowModal()
329 ret = dlg.ShowModal()
365 if dlg.ShowModal() == wx.ID_YES:
375 result = dlg.ShowModal()
382 dlg.ShowModal()
388 dlg.ShowModal()
DJetCreator.py419 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 …]
DJetDialogs.py555 result = dlg.ShowModal()
839 result = dlg.ShowModal()
986 result = dlg.ShowModal()
1008 result = dlg.ShowModal()
1027 result = dlg.ShowModal()
DJetUtils.py462 dlg.ShowModal()
551 result = dlg.ShowModal()
/external/chromium/chrome/browser/first_run/
Dtry_chrome_dialog_view.h72 Result ShowModal(ProcessSingleton* process_singleton);
Dtry_chrome_dialog_view.cc44 return dialog.ShowModal(process_singleton); in Show()
58 TryChromeDialogView::Result TryChromeDialogView::ShowModal( in ShowModal() function in TryChromeDialogView
/external/webkit/Source/WebKit/wx/bindings/python/samples/
Dsimple.py126 if dlg.ShowModal() == wx.ID_OK: