/external/webkit/Source/WebKit/gtk/webkit/ |
webkitsoupauthdialog.c | 35 * 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) 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), 5) [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
SplitContactConfirmationDialogFragment.java | 22 import android.app.Dialog; 29 * Shows a dialog asking the user whether to split the contact. The result is passed back 41 public Dialog onCreateDialog(Bundle savedInstanceState) { 48 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothVisibilityTimeoutFragment.java | 20 import android.app.Dialog; 42 * Dialog fragment for setting the discoverability timeout. 55 public Dialog onCreateDialog(Bundle savedInstanceState) { 64 public void onClick(DialogInterface dialog, int which) {
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
BaseInputView.java | 31 /** The dialog that opens with long tap */ 61 * Show dialog. 63 * @param builder the builder of dialog 82 * Close dialog.
|
/packages/apps/Phone/src/com/android/phone/ |
SipCallOptionHandler.java | 28 import android.app.Dialog; 59 * user, but in other cases it may (by bringing up a dialog if the user's 82 private Dialog[] mDialogs = new Dialog[DIALOG_SIZE]; 107 // call options dialog (if necessary). 215 for (Dialog dialog : mDialogs) { 216 if (dialog != null) dialog.dismiss(); 221 protected Dialog onCreateDialog(int id) 222 Dialog dialog; local [all...] |
EmergencyCallbackModeExitDialog.java | 20 import android.app.Dialog; 47 * Displays dialog that enables users to exit Emergency Callback Mode 53 /** Intent to trigger the Emergency Callback Mode exit dialog */ 97 // Register receiver for intent closing the dialog 156 // Show dialog 166 * Shows Emergency Callback Mode dialog and starts countdown timer 199 * Creates dialog that enables users to exit Emergency Callback Mode 202 protected Dialog onCreateDialog(int id) { 213 public void onClick(DialogInterface dialog,int whichButton) { 217 // Show progress dialog [all...] |
/cts/tests/tests/holo/src/android/holo/cts/ |
ThemeAdapter.java | 68 addTheme("Holo Dialog", 72 addTheme("Holo Dialog Minimum Width", 76 addTheme("Holo Dialog No Action Bar", 80 addTheme("Holo Dialog No Action Bar Minimum Width", 84 addTheme("Holo Dialog When Large", 88 addTheme("Holo Dialog When Large No Action Bar", 104 addTheme("Holo Light Dialog", 108 addTheme("Holo Light Dialog Minimum Width", 112 addTheme("Holo Light Dialog No Action Bar", 116 addTheme("Holo Light Dialog No Action Bar Minimum Width" [all...] |
/cts/tests/tests/holo/src/android/holo/cts/modifiers/ |
ProgressDialogBuilder.java | 21 import android.app.Dialog; 35 public Dialog buildDialog(View view) { 51 throw new IllegalArgumentException("Bad dialog type: " + mDialogType);
|
/external/chromium/chrome/browser/chromeos/ |
external_protocol_dialog.h | 19 // An external protocol dialog for ChromeOS. Unlike other platforms, 21 // this dialog simply says it is not supported. 46 // The time at which this dialog was created.
|
/external/chromium/chrome/browser/ |
repost_form_warning_controller.h | 23 // Show the warning dialog. 34 // Watch for a new load or a closed tab and dismiss the dialog if they occur. 39 // Close the warning dialog.
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_install_dialog_gtk.cc | 42 void OnResponse(GtkWidget* dialog, int response_id, 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), FALSE) [all...] |
/external/chromium/chrome/browser/ui/webui/ |
constrained_html_ui.h | 24 // Called when the dialog should close. 29 // in a tab-modal constrained dialog. It is implemented as an adapter 41 // Create a constrained HTML dialog. The actual object that gets created
|
/external/chromium/chrome/common/ |
env_vars.cc | 25 // triggers the 'restart chrome' dialog. CHROME_RESTART contains the strings 26 // that are needed to show the dialog. 32 // dialog is displayed using the right orientation.
|
/external/chromium/chrome/common/extensions/docs/examples/api/bookmarks/basic/ |
popup.html | 61 $('#deletedialog').empty().dialog({ 75 $(this).dialog('destroy'); 78 $(this).dialog('destroy'); 81 }).dialog('open'); 84 $('#adddialog').empty().append(edit).dialog({autoOpen: false, 91 $(this).dialog('destroy'); 95 $(this).dialog('destroy'); 97 }}).dialog('open'); 101 $('#editdialog').empty().append(edit).dialog({autoOpen: false, 110 $(this).dialog('destroy') [all...] |
/frameworks/base/core/java/android/app/ |
DatePickerDialog.java | 34 * A simple dialog containing an {@link android.widget.DatePicker}. 68 * @param context The context the dialog is to run in. 70 * @param year The initial year of the dialog. 71 * @param monthOfYear The initial month of the dialog. 72 * @param dayOfMonth The initial day of the dialog. 83 * @param context The context the dialog is to run in. 84 * @param theme the theme to apply to this dialog 86 * @param year The initial year of the dialog. 87 * @param monthOfYear The initial month of the dialog. 88 * @param dayOfMonth The initial day of the dialog [all...] |
/frameworks/base/core/java/android/webkit/ |
JsPromptResult.java | 24 * dialog prompt back to the WebView instance. The client can call cancel() to cancel the dialog or 25 * confirm() with the user's input to confirm the dialog.
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
AlertDialogs.java | 43 * Creates an alert dialog box.
71 final AlertDialog dialog = builder.create();
local 72 dialog.setCanceledOnTouchOutside(true);
73 return dialog;
77 * Creates a dialog with one edit text.
80 * @param title The title of the dialog
91 * @return The created dialog
127 final AlertDialog dialog = builder.create();
local 128 dialog.setCanceledOnTouchOutside(true);
134 dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPClientTransaction.java | 54 import javax.sip.Dialog; 500 MessageChannel sourceChannel, SIPDialog dialog) { 519 sipStack.getStackLogger().logDebug("dialog = " + dialog); 527 * if (dialog != null && transactionResponse.getStatusCode() != 100 && 529 * add the route before you process the response. dialog.setLastResponse(this, 530 * transactionResponse); this.setDialog(dialog, transactionResponse.getDialogId(false)); } 535 inviteClientTransaction(transactionResponse, sourceChannel, dialog); 537 nonInviteClientTransaction(transactionResponse, sourceChannel, dialog); 944 SIPDialog dialog = sipStack.getDialog(this.getOriginalRequest() local 956 SIPDialog dialog = this.getDefaultDialog(); local 1047 SIPDialog dialog = (SIPDialog) this.getDialog(); local 1362 SIPDialog dialog = null; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 21 import android.app.Dialog; 44 App/Dialog/Alert Dialog 50 * <td >The Alert Dialog Samples implementation</td> 78 protected Dialog onCreateDialog(int id) { 85 public void onClick(DialogInterface dialog, int whichButton) { 91 public void onClick(DialogInterface dialog, int whichButton) { 102 public void onClick(DialogInterface dialog, int whichButton) { 106 public void onClick(DialogInterface dialog, int whichButton) { 115 public void onClick(DialogInterface dialog, int whichButton) [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
about_chrome_dialog.cc | 44 // dialog. 53 void OnResponse(GtkWidget* dialog, int response_id) { 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...] |
collected_cookies_gtk.h | 5 // This is the Gtk implementation of the collected Cookies dialog. 23 // CollectedCookiesGtk is a dialog that displays the allowed and blocked 24 // cookies of the current tab contents. To display the dialog, invoke 41 // Initialize all widgets of this dialog. 87 // Widgets of the dialog.
|
/external/replicaisland/src/com/replica/replicaisland/ |
ConversationUtils.java | 45 ArrayList<Conversation> dialog = null; local 53 if (dialog == null) { 54 dialog = new ArrayList<Conversation>(); 58 dialog.add(currentConversation); 86 return dialog;
|
/external/webkit/Source/WebCore/manual-tests/plugins/ |
timeout-dialog-displayed-over-navigation.html | 3 <title>Test case for <rdar://problem/7856151> REGRESSION: NPP_Destroy is not called when page navigates when plug-in is displaying modal dialog</title>
5 <meta http-equiv="refresh" content="3; data:text/html,If we did not crash or hang and there is no Adobe Flash dialog on screen then this test was a success.<p><a href='javascript:history.back();'>Run again</a>.</p><p><a href='rdar://problem/7856151'>&lt;rdar://problem/7856151&gt;</a>.</p>">
8 <h1>Test case for <<a href='rdar://problem/7856151'>rdar://problem/7856151</a>> REGRESSION: NPP_Destroy is not called when page navigates when plug-in is displaying modal dialog</h1>
18 <param name="movie" value="timeout-dialog-displayed-over-navigation.swf">
21 <embed src="timeout-dialog-displayed-over-navigation.swf" quality="high" bgcolor="#ffffff" width="550" height="400" align="middle"
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
EditTextActivityDialog.java | 22 import android.app.Dialog; 77 protected Dialog onCreateDialog(int id) { 88 protected Dialog createDialog(boolean scrollable) { 104 Dialog d = new Dialog(EditTextActivityDialog.this);
|
/packages/apps/Calendar/src/com/android/calendar/ |
EditResponseHelper.java | 55 public void onClick(DialogInterface dialog, int which) { 63 public void onClick(DialogInterface dialog, int which) { 79 AlertDialog dialog = new AlertDialog.Builder(mParent).setTitle( local 84 mAlertDialog = dialog; 89 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE);
|