HomeSort by relevance Sort by last modified time
    Searched full:dialog (Results 151 - 175 of 1945) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
first_run_dialog.h 11 // Class that acts as a controller for the modal first run dialog.
12 // The dialog asks the user's explicit permission for reporting stats to help
js_modal_dialog_cocoa.h 25 explicit JSModalDialogCocoa(JavaScriptAppModalDialog* dialog);
36 JavaScriptAppModalDialog* dialog() const { return dialog_.get(); } function in class:JSModalDialogCocoa
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.h 18 // ImportLockDialogGtk presents the dialog which asks the user to shut down
30 // Import lock dialog.
  /external/chromium/chrome/browser/ui/gtk/
process_singleton_dialog.cc 16 ProcessSingletonDialog dialog(message);
39 void ProcessSingletonDialog::OnResponse(GtkWidget* dialog, int response_id) {
process_singleton_dialog.h 21 // Shows the dialog, and returns once the dialog has been closed.
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 18 // Shows a confirmation dialog box for setting the default search engine
25 // Shows a confirmation dialog box for adding a search engine described by
  /frameworks/base/docs/html/shareables/
icon_templates-v2.0.zip 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/net/
NetworkOverLimitActivity.java 26 import android.app.Dialog;
60 public void onClick(DialogInterface dialog, int which) {
65 final Dialog dialog = builder.create(); local
66 dialog.setOnDismissListener(new DialogInterface.OnDismissListener() {
67 public void onDismiss(DialogInterface dialog) {
72 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
73 dialog.show();
  /frameworks/base/packages/VpnDialogs/
AndroidManifest.xml 7 android:theme="@*android:style/Theme.Holo.Dialog.Alert">
15 android:theme="@*android:style/Theme.Holo.Dialog.Alert"
  /frameworks/base/telephony/java/com/android/internal/telephony/
IExtendedNetworkService.aidl 20 * Get specific message which should be displayed on pop-up dialog.
22 * @return specific user message correspond to text. null stands for no pop-up dialog need to show.
  /packages/apps/CellBroadcastReceiver/res/values/
dimens.xml 22 <!-- Dialog title height -->
24 <!-- Dialog button bar height -->
  /packages/apps/Contacts/src/com/android/contacts/editor/
SelectAccountDialogFragment.java 24 import android.app.Dialog;
32 * Shows a dialog asking the user which account to chose.
47 * Show the dialog.
72 public Dialog onCreateDialog(Bundle savedInstanceState) {
83 public void onClick(DialogInterface dialog, int which) {
84 dialog.dismiss();
97 public void onCancel(DialogInterface dialog) {
98 super.onCancel(dialog);
  /packages/inputmethods/OpenWnn/res/values/
styles.xml 21 <style name="Dialog" parent="android:style/Theme.Holo.Light.Dialog">
  /frameworks/base/docs/html/tools/help/
MonkeyRunner.jd 33 Displays an alert dialog to the process running the current
54 Displays a dialog with a list of choices to the process running the current program.
95 Displays a dialog that accepts input.
161 Displays an alert dialog to the process running the current
162 program. The dialog is modal, so the program pauses until the user clicks the dialog's
172 The message to display in the dialog.
178 The dialog's title. The default value is "Alert".
184 The text displayed in the dialog button. The default value is "OK".
208 Displays a dialog with a list of choices to the process running the current program. Th
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 20 import android.app.Dialog;
44 * dialog with instructional text.</li>
66 * Adds an initial informational dialog that appears when entering the test activity for
68 * "Fail" buttons that can be clicked to show the information dialog again.
72 * @param titleId for the text shown in the dialog title area
73 * @param messageId for the text shown in the dialog's body area
106 public Dialog onCreateDialog(int id, Bundle args) {
139 public Dialog onCreateDialog(int id, Bundle args) {
173 public Dialog onCreateDialog(int id, Bundle args) {
204 // Show the middle "info" button and make it show the info dialog when clicked
    [all...]
  /external/chromium/chrome/browser/first_run/
first_run_dialog.h 13 // Shows the search engine choice dialog. Only called if IsOrganicFirstRun()
  /external/chromium/chrome/browser/ui/
profile_error_dialog.h 9 // Shows an error dialog corresponding to the inability to open some portion of
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.h 5 // A dialog box that tells the user that we can't write to the specified user
28 // Creates and runs a user data directory picker dialog. The method blocks
29 // while the dialog is showing. If the user picks a directory, this method
67 // waiting for the user to dismiss the dialog).
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.h 13 // A custom WebUI that defines datasource for choosing cellular network dialog.
  /external/javassist/sample/rmi/
CountApplet.java 14 private AlertDialog dialog; field in class:CountApplet
43 dialog = new AlertDialog();
48 dialog.dispose();
57 dialog.show(e.toString());
  /external/nist-sip/java/javax/sip/
ClientTransaction.java 9 * For 2xx response, use {@link Dialog.createAck(long)}. The application
  /external/proguard/src/proguard/gui/
FilterDialog.java 39 * Return value if the dialog is canceled (with the Cancel button or by
40 * closing the dialog window).
45 * Return value if the dialog is approved (with the Ok button).
181 * Sets the filter to be represented in this dialog.
190 * Returns the filter currently represented in this dialog.
201 * Sets the jar filter to be represented in this dialog.
210 * Returns the jar filter currently represented in this dialog.
221 * Sets the war filter to be represented in this dialog.
230 * Returns the war filter currently represented in this dialog.
241 * Sets the ear filter to be represented in this dialog
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
about-blank-xhr.html 8 <li>If you see the contents of jquery.com appear in an alert dialog, something
back-forward-during-alert-2.html 4 alert("While this alert is showing, two-fingered swipe back using a MacBook trackpad, Magic Trackpad, or Magic Mouse. You should not be able to navigate back. If you can, dismissing this dialog will likely result in a crash.");
print-onload-with-image.html 10 This webpage should pop up a print dialog.

Completed in 1010 milliseconds

1 2 3 4 5 67 8 91011>>