Home
last modified time | relevance | path

Searched refs:dialog (Results 1 – 25 of 47) sorted by relevance

12

/external/webkit/WebKit/gtk/webkit/
Dwebkitsoupauthdialog.c134 static void response_callback(GtkDialog* dialog, gint response_id, WebKitAuthData* authData) in response_callback() argument
154 gtk_widget_destroy(GTK_WIDGET(dialog)); in response_callback()
189 GtkDialog* dialog; in show_auth_dialog() local
209 dialog = GTK_DIALOG(widget); in show_auth_dialog()
211 gtk_dialog_add_buttons(dialog, in show_auth_dialog()
217 gtk_dialog_set_has_separator(dialog, FALSE); in show_auth_dialog()
218 gtk_container_set_border_width(GTK_CONTAINER (dialog), 5); in show_auth_dialog()
219 gtk_box_set_spacing(GTK_BOX(dialog->vbox), 2); /* 2 * 5 + 2 = 12 */ in show_auth_dialog()
220 gtk_container_set_border_width(GTK_CONTAINER (dialog->action_area), 5); in show_auth_dialog()
221 gtk_box_set_spacing(GTK_BOX(dialog->action_area), 6); in show_auth_dialog()
[all …]
Dwebkitwebframe.cpp770 … GtkWidget* dialog = gtk_message_dialog_new(GTK_WIDGET_TOPLEVEL(window) ? GTK_WINDOW(window) : 0, in webkit_web_frame_print() local
777 g_signal_connect(dialog, "response", G_CALLBACK(gtk_widget_destroy), NULL); in webkit_web_frame_print()
778 gtk_widget_show(dialog); in webkit_web_frame_print()
Dwebkitwebview.cpp763 GtkWidget* dialog; in webkit_web_view_script_dialog() local
789dialog = gtk_message_dialog_new(GTK_WIDGET_TOPLEVEL(window) ? GTK_WINDOW(window) : 0, GTK_DIALOG_D… in webkit_web_view_script_dialog()
791 gtk_window_set_title(GTK_WINDOW(dialog), title); in webkit_web_view_script_dialog()
797 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), entry); in webkit_web_view_script_dialog()
802 gtk_dialog_set_default_response(GTK_DIALOG(dialog), defaultResponse); in webkit_web_view_script_dialog()
803 gint response = gtk_dialog_run(GTK_DIALOG(dialog)); in webkit_web_view_script_dialog()
822 gtk_widget_destroy(GTK_WIDGET(dialog)); in webkit_web_view_script_dialog()
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.cpp228 wxMessageDialog dialog(NULL, string, wxT("Confirm Action?"), wxYES_NO); in runBeforeUnloadConfirmPanel() local
229 return dialog.ShowModal() == wxYES; in runBeforeUnloadConfirmPanel()
263 wxMessageDialog dialog(NULL, string, wxT("JavaScript Confirm"), wxYES_NO); in runJavaScriptConfirm() local
264 dialog.Centre(); in runJavaScriptConfirm()
265 result = (dialog.ShowModal() == wxID_YES); in runJavaScriptConfirm()
282 … wxTextEntryDialog dialog(NULL, message, wxT("JavaScript Prompt"), wxEmptyString, wxOK | wxCANCEL); in runJavaScriptPrompt() local
283 dialog.Centre(); in runJavaScriptPrompt()
284 if (dialog.ShowModal() == wxID_OK) { in runJavaScriptPrompt()
285 result = dialog.GetValue(); in runJavaScriptPrompt()
/external/webkit/WebKit/wx/
DWebBrowserShell.cpp206 wxFileDialog* dialog = new wxFileDialog(this, wxT("Choose a file")); in OnLoadFile() local
207 if (dialog->ShowModal() == wxID_OK) { in OnLoadFile()
208 wxString path = dialog->GetPath().Prepend(wxT("file://")); in OnLoadFile()
344 … wxTextEntryDialog* dialog = new wxTextEntryDialog(this, _("Type in a JavaScript to exectute.")); in OnRunScript() local
345 if (dialog->ShowModal() == wxID_OK) in OnRunScript()
346 wxMessageBox(wxT("Result is: ") + webview->RunScript(dialog->GetValue())); in OnRunScript()
348 dialog->Destroy(); in OnRunScript()
/external/webkit/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp484 GtkWidget* dialog = gtk_file_chooser_dialog_new(_("Upload File"), in runOpenPanel() local
491 gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(dialog), chooser->allowsMultipleFiles()); in runOpenPanel()
493 if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) { in runOpenPanel()
494 if (gtk_file_chooser_get_select_multiple(GTK_FILE_CHOOSER(dialog))) { in runOpenPanel()
495 GSList* filenames = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog)); in runOpenPanel()
506 gchar* filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog)); in runOpenPanel()
512 gtk_widget_destroy(dialog); in runOpenPanel()
/external/webkit/WebCore/page/
DWindowFeatures.h50 , dialog(false) in WindowFeatures()
78 bool dialog; member
DWindowFeatures.cpp46 , dialog(false) in WindowFeatures()
/external/expat/bcb5/
DREADME.txt44 (CTRL-F4) then open the options dialog (CTRL-Shift-F11), then click OK on
45 the dialog immediately without changing anything in it. If this doesn't work,
52 dialog, Directories/Conditionals tab, in the Conditional define box. In a
82 1. For the static expatlibs, in the Tlib tab on the options dialog, uncheck the
84 options dialog, uncheck "Use dynamic RTL". If you are using a make file,
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp109 bool dialog = features.dialog || !features.resizable in createWindow() local
117 dialog = false; in createWindow()
118 WebCore::Frame* newFrame = m_webFrame->createWindow(dialog, in createWindow()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c677 DialogPtr dialog; in DSp_ConfirmSwitch() local
685 dialog = GetNewDialog (rDialog, NULL, (WindowPtr) -1); in DSp_ConfirmSwitch()
686 if (dialog == NULL) in DSp_ConfirmSwitch()
690 SetPort (GetDialogPort(dialog)); in DSp_ConfirmSwitch()
692 SetPort ((WindowPtr) dialog); in DSp_ConfirmSwitch()
695 SetDialogDefaultItem (dialog, bCancel); in DSp_ConfirmSwitch()
696 SetDialogCancelItem (dialog, bCancel); in DSp_ConfirmSwitch()
706 SetDialogTimeout(dialog, bCancel, 15); in DSp_ConfirmSwitch()
716 DisposeDialog (dialog); in DSp_ConfirmSwitch()
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py865dialog = wx.FileDialog(None, JetDefs.SAVE_PROMPT, defDir, "", JetDefs.JTC_FILE_SPEC, wx.SAVE | wx.…
866 if dialog.ShowModal() == wx.ID_OK:
867 …ETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
873 dialog.Destroy()
999dialog = wx.FileDialog(None, JetDefs.IMPORT_ARCHIVE_PROMPT, defDir, "", JetDefs.ARCHIVE_FILE_SPEC,…
1000 if dialog.ShowModal() == wx.ID_OK:
1001 …EATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1006 …if YesNo(JetDefs.MAIN_IMPORTTITLE, JetDefs.MAIN_IMPORTMSG % (dialog.GetPath(),dlg1.GetPath()), Fal…
1008 zipFile = dialog.GetPath()
[all …]
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-104077.js287 var dialog = new Object();
292 with (dialog)
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp155 if (features.dialog) { in createWindow()
160 COMPtr<IWebView> dialog; in createWindow() local
161 if (FAILED(delegate->createModalDialog(m_webView, request.get(), &dialog))) in createWindow()
163 return core(dialog.get()); in createWindow()
/external/webkit/WebKit/android/jni/
DWebCoreFrameBridge.h100 WebCore::Frame* createWindow(bool dialog, bool userGesture);
DWebCoreFrameBridge.cpp657 WebFrame::createWindow(bool dialog, bool userGesture) in createWindow() argument
664 mJavaFrame->mCreateWindow, dialog, userGesture); in createWindow()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.mm193 NSNumber *dialog = [[NSNumber alloc] initWithBool:features.dialog];
202 dialog, @"dialog",
227 [dialog release];
228 …} else if (features.dialog && [delegate respondsToSelector:@selector(webView:createWebViewModalDia…
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp144 …QWebPage *newPage = m_webPage->createWindow(features.dialog ? QWebPage::WebModalDialog : QWebPage:… in createWindow()
/external/webkit/WebKit/mac/Panels/
DWebAuthenticationPanel.m271 // This override of a private AppKit method allows the user to quit when a login dialog
/external/webkit/WebCore/bindings/js/
DJSDOMWindowCustom.cpp674 wargs.dialog = true; in showModalDialog()
/external/webkit/WebCore/bindings/v8/custom/
DV8DOMWindowCustom.cpp597 windowFeatures.dialog = true; in CALLBACK_FUNC_DECL()
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt677 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"dialog"
/external/webkit/WebKit/mac/Carbon/
DCarbonWindowAdapter.mm49 // Clicking on an NSCarbonWindow while a Cocoa app-modal dialog is shown does not beep, as it shoul…
52 // The background on NSCarbonWindowTester's sample window (not sample dialog or sample sheet) might…
/external/webkit/WebKit/English.lproj/
DLocalizable.strings415 /* (Windows) Form submit file upload dialog title */
/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.mm162 // The plug-in crashed while it had a modal dialog up.

12