Searched refs:dialog (Results 26 - 50 of 124) sorted by relevance

12345

/external/javassist/sample/rmi/
H A DCountApplet.java14 private AlertDialog dialog; field in class:CountApplet
43 dialog = new AlertDialog();
48 dialog.dispose();
57 dialog.show(e.toString());
/external/chromium/chrome/browser/
H A Dbrowser_main_gtk.cc92 GtkWidget* dialog = gtk_message_dialog_new( local
104 gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog),
109 gtk_window_set_title(GTK_WINDOW(dialog), message.c_str());
111 gtk_dialog_run(GTK_DIALOG(dialog));
112 gtk_widget_destroy(dialog);
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_install_dialog_gtk.cc42 void OnResponse(GtkWidget* dialog, int response_id, argument
50 gtk_widget_destroy(dialog);
59 // Build the dialog.
60 GtkWidget* dialog = gtk_dialog_new_with_buttons( local
65 GtkWidget* close_button = gtk_dialog_add_button(GTK_DIALOG(dialog),
68 GTK_DIALOG(dialog),
71 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
74 GtkWidget* content_area = GTK_DIALOG(dialog)->vbox;
162 g_signal_connect(dialog, "response", G_CALLBACK(OnResponse), delegate);
163 gtk_window_set_resizable(GTK_WINDOW(dialog), FALS
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c71 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
98 wpa_printf(MSG_DEBUG, "ANQP: Could not find dialog for "
563 wpa_printf(MSG_DEBUG, "GAS: Timeout triggered, clearing dialog for "
564 "dialog token %d", dia->dialog_token);
801 wpa_printf(MSG_INFO, "ANQP: Could not create dialog "
802 "for " MACSTR " (dialog token %u)",
846 "GAS: GAS Initial Request from " MACSTR " (dialog token %u) ",
935 struct gas_dialog_info *dialog)
938 u8 dialog_token = dialog->dialog_token;
941 if (dialog
934 gas_serv_tx_gas_response(struct hostapd_data *hapd, const u8 *dst, struct gas_dialog_info *dialog) argument
1025 struct gas_dialog_info *dialog; local
[all...]
H A Dgas_serv.h62 struct gas_dialog_info *dialog);
66 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c71 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
98 wpa_printf(MSG_DEBUG, "ANQP: Could not find dialog for "
563 wpa_printf(MSG_DEBUG, "GAS: Timeout triggered, clearing dialog for "
564 "dialog token %d", dia->dialog_token);
801 wpa_printf(MSG_INFO, "ANQP: Could not create dialog "
802 "for " MACSTR " (dialog token %u)",
846 "GAS: GAS Initial Request from " MACSTR " (dialog token %u) ",
935 struct gas_dialog_info *dialog)
938 u8 dialog_token = dialog->dialog_token;
941 if (dialog
934 gas_serv_tx_gas_response(struct hostapd_data *hapd, const u8 *dst, struct gas_dialog_info *dialog) argument
1025 struct gas_dialog_info *dialog; local
[all...]
H A Dgas_serv.h62 struct gas_dialog_info *dialog);
66 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c71 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
98 wpa_printf(MSG_DEBUG, "ANQP: Could not find dialog for "
563 wpa_printf(MSG_DEBUG, "GAS: Timeout triggered, clearing dialog for "
564 "dialog token %d", dia->dialog_token);
801 wpa_printf(MSG_INFO, "ANQP: Could not create dialog "
802 "for " MACSTR " (dialog token %u)",
846 "GAS: GAS Initial Request from " MACSTR " (dialog token %u) ",
935 struct gas_dialog_info *dialog)
938 u8 dialog_token = dialog->dialog_token;
941 if (dialog
934 gas_serv_tx_gas_response(struct hostapd_data *hapd, const u8 *dst, struct gas_dialog_info *dialog) argument
1025 struct gas_dialog_info *dialog; local
[all...]
H A Dgas_serv.h62 struct gas_dialog_info *dialog);
66 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPServerTransaction.java185 private SIPDialog dialog; field in class:SIPServerTransaction
675 // JvB: Removed the condition 'dialog!=null'. Trying should also
831 SIPDialog thisDialog = (SIPDialog) this.dialog;
960 // transports. Note that the dialog layer
979 if (this.dialog != null)
980 this.dialog.setRetransmissionTicks();
1020 if (this.dialog != null)
1021 this.dialog.setRetransmissionTicks();
1172 SIPDialog dialog = (SIPDialog) this.dialog;
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitsoupauthdialog.c35 * authentication dialog for HTTP basic auth support.
38 * #SoupSession to provide a simple authentication dialog while
69 * transiency for the authentication dialog.
133 static void response_callback(GtkDialog* dialog, gint response_id, WebKitAuthData* authData) argument
155 gtk_widget_destroy(GTK_WIDGET(dialog));
199 GtkDialog* dialog; local
221 dialog = GTK_DIALOG(widget);
223 gtk_dialog_add_buttons(dialog,
228 /* Set the dialog up with HIG properties */
229 gtk_container_set_border_width(GTK_CONTAINER(dialog),
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dconstrained_window_gtk.cc39 GtkWidget* dialog = delegate->GetWidgetRoot(); local
61 if (gtk_widget_get_parent(dialog))
62 gtk_widget_reparent(dialog, alignment);
64 gtk_container_add(GTK_CONTAINER(alignment), dialog); local
H A Djs_modal_dialog_gtk.h21 JSModalDialogGtk(JavaScriptAppModalDialog* dialog,
H A Dgtk_util.cc440 // This is slightly broken in the case where a different window had a dialog,
514 "style \"gnome-dialog\" {\n"
522 "widget \"GtkDialog\" style : application \"gnome-dialog\"\n"
524 // Make our about dialog special, so the image is flush with the edge.
525 "style \"about-dialog\" {\n"
531 "widget \"about-dialog\" style : application \"about-dialog\"\n";
638 GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text, argument
644 gtk_dialog_add_action_widget(GTK_DIALOG(dialog), button,
649 GtkWidget* BuildDialogButton(GtkWidget* dialog, in argument
1010 GetNativeDialogFlags(GtkWindow* dialog) argument
1021 GetDialogTransientParent(GtkWindow* dialog) argument
1029 ShowDialog(GtkWidget* dialog) argument
1045 ShowDialogWithLocalizedSize(GtkWidget* dialog, int width_id, int height_id, bool resizeable) argument
1062 ShowDialogWithMinLocalizedWidth(GtkWidget* dialog, int width_id) argument
1084 GetDialogWindow(GtkWidget* dialog) argument
1088 GetDialogBounds(GtkWidget* dialog) argument
1094 ShowDialog(GtkWidget* dialog) argument
1098 ShowDialogWithLocalizedSize(GtkWidget* dialog, int width_id, int height_id, bool resizeable) argument
1110 ShowDialogWithMinLocalizedWidth(GtkWidget* dialog, int width_id) argument
1130 GetDialogWindow(GtkWidget* dialog) argument
1134 GetDialogBounds(GtkWidget* dialog) argument
1212 ApplyMessageDialogQuirks(GtkWidget* dialog) argument
[all...]
H A Dgtk_util.h54 // Constants relating to the layout of dialog windows:
66 // Space around the outside of a dialog's contents.
116 // As above, but a convenience method for configuring dialog size.
119 // |resizable| also controls whether the dialog will be resizable
131 // Puts all browser windows in one window group; this will make any dialog
135 // Called after an app modal dialog that used MakeAppModalWindowGroup() was
211 // Adds an action button with the given text to the dialog. Only useful when you
213 GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text,
216 GtkWidget* BuildDialogButton(GtkWidget* dialog, int ids_id,
318 void ShowDialog(GtkWidget* dialog);
[all...]
H A Dabout_chrome_dialog.cc44 // dialog.
53 void OnResponse(GtkWidget* dialog, int response_id) { argument
55 gtk_widget_destroy(dialog);
116 // Build the dialog.
117 GtkWidget* dialog = gtk_dialog_new_with_buttons( local
123 // The layout of this dialog is special because the logo should be flush
125 gtk_widget_set_name(dialog, "about-dialog");
126 gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
128 GtkWidget* close_button = gtk_dialog_add_button(GTK_DIALOG(dialog),
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellGtk.cpp201 GtkWidget* dialog = gtk_message_dialog_new( local
203 gtk_window_set_title(GTK_WINDOW(dialog), "DumpRenderTree");
204 gtk_dialog_run(GTK_DIALOG(dialog)); // Runs a nested message loop.
205 gtk_widget_destroy(dialog);
/external/webkit/Source/WebKit/wx/
H A DWebBrowserShell.cpp136 helpMenu->Append(wxID_ABOUT, _T("&About...\tF1"), _T("Show about dialog"));
204 msg.Printf(_T("This is the About dialog of the wxWebKit sample.\n")
213 wxFileDialog* dialog = new wxFileDialog(this, wxT("Choose a file")); local
214 if (dialog->ShowModal() == wxID_OK) {
215 wxString path = dialog->GetPath().Prepend(wxT("file://"));
352 wxTextEntryDialog* dialog = new wxTextEntryDialog(this, _("Type in a JavaScript to exectute.")); local
353 if (dialog->ShowModal() == wxID_OK)
354 wxMessageBox(wxT("Result is: ") + webview->RunScript(dialog->GetValue()));
356 dialog->Destroy();
368 wxTextEntryDialog* dialog local
386 wxTextEntryDialog* dialog = new wxTextEntryDialog(this, _("Type in a editing command whose state you want to get.")); local
[all...]
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp73 wkFeatures.dialog = features.dialog;
260 wxMessageDialog dialog(NULL, string, wxT("Confirm Action?"), wxYES_NO);
261 return dialog.ShowModal() == wxYES;
295 wxMessageDialog dialog(NULL, string, wxT("JavaScript Confirm"), wxYES_NO);
296 dialog.Centre();
297 result = (dialog.ShowModal() == wxID_YES);
314 wxTextEntryDialog dialog(NULL, message, wxT("JavaScript Prompt"), wxEmptyString, wxOK | wxCANCEL);
315 dialog.Centre();
316 if (dialog
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_view.css173 .import-errors-dialog {
181 .import-errors-dialog-text {
187 .metadata-dialog {
195 .metadata-dialog-text {
201 .category-filter-dialog {
207 .category-filter-dialog-form {
212 .category-filter-dialog-form input {
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.h76 // Parent class for the chromium extension APIs for the file dialog.
88 HtmlDialogView* dialog,
91 dialog_(dialog),
95 HtmlDialogView* dialog() const { return dialog_; } function in class:FileDialogFunction::Callback
101 HtmlDialogView* dialog,
136 // Closes the dialog window containing the file dialog HtmlDialogView.
137 void CloseDialog(HtmlDialogView* dialog);
144 // Select a single file. Closes the dialog window.
184 // Select multiple files. Closes the dialog windo
87 Callback(SelectFileDialog::Listener* listener, HtmlDialogView* dialog, void* params) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java141 if (parser.getName().equals("dialog") && currentLevel != null) {
204 DialogEntry dialog = level.dialogResources;
205 if (dialog.character1Entry != 0) {
206 dialog.character1Conversations = ConversationUtils.loadDialog(dialog.character1Entry, context);
209 if (dialog.character2Entry != 0) {
210 dialog.character2Conversations = ConversationUtils.loadDialog(dialog.character2Entry, context);
/external/webkit/Source/WebCore/platform/gtk/
H A DGtkVersioning.h96 #define gtk_dialog_get_content_area(dialog) (dialog)->vbox
97 #define gtk_dialog_get_action_area(dialog) (dialog)->action_area
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp319 QDialog dialog(this);
320 dialog.setWindowTitle("Change User Agent");
321 dialog.resize(size().width() * 0.7, dialog.size().height());
322 QVBoxLayout* layout = new QVBoxLayout(&dialog);
323 dialog.setLayout(layout);
325 QComboBox* combo = new QComboBox(&dialog);
335 , Qt::Horizontal, &dialog);
336 connect(buttonBox, SIGNAL(accepted()), &dialog, SLOT(accept()));
337 connect(buttonBox, SIGNAL(rejected()), &dialog, SLO
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyEditor.java88 // Editing in dialog
92 * Opens editing dialog.
95 StringPropertyDialog dialog = new StringPropertyDialog(propertyTable.getShell(), property);
96 if (dialog.open() == Window.OK) {

Completed in 745 milliseconds

12345