HomeSort by relevance Sort by last modified time
    Searched full:dialog (Results 401 - 425 of 3536) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/cocoa/
js_modal_dialog_cocoa.mm 19 // Helper object that receives the notification that the dialog/sheet is
70 native_dialog->dialog()->OnAccept(input, shouldSuppress);
76 if (native_dialog->dialog()->is_before_unload_dialog())
78 native_dialog->dialog()->OnCancel(shouldSuppress);
85 native_dialog->dialog()->OnCancel(shouldSuppress);
98 JSModalDialogCocoa::JSModalDialogCocoa(JavaScriptAppModalDialog* dialog)
99 : dialog_(dialog),
101 // Determine the names of the dialog buttons based on the flags. "Default"
133 // Show the modal dialog.
217 JavaScriptAppModalDialog* dialog,
    [all...]
bug_report_window_controller.h 19 // presents a dialog that allows the user to either file a bug report on
33 // Values bound to data in the dialog box. These values cannot be boxed in
61 // When dialog switches from regular bug reports to phishing page, "save
82 // If dialog is called without an open window, currentTab may be null; in
83 // that case, a dialog is opened with options for reporting a bugs not
88 // Run the dialog with an application-modal event loop. If the user accepts,
92 // IBActions for the dialog buttons.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogControllerAndroid.java 26 * An interface to the two possible continuations for the dialog.
27 * The dialog is expected to be dismissed when either of the calls is made.
51 * An interface that exposes the necessary functionality for an Autofill dialog.
52 * Note that all information necessary to construct the dialog is passed to the factory.
56 * Notifies the dialog that the C++ side is gone.
57 * The dialog needs to clear its reference to the no longer valid AutofillDialogDelegate.
67 * Creates the dialog.
71 * @param delegate Continuations for the dialog
72 * @param windowAndroid Context in which the dialog should be shown
76 * @param incognitoMode True if the dialog started from an incognito ta
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_client.js 33 * Target origin of the embedded dialog.
40 * Observes for state changes of the embedded dialog.
47 * Notifies about the embedded dialog being loaded.
53 * Notifies when the the embedded dialog failed to load.
59 * Notifies about changed dimensions of the embedded dialog.
69 * Notifies about the embedded dialog being closed.
75 * Handles messages from the embedded dialog.
137 * Sends a message to the embedded dialog.
156 * Loads the embedded dialog. Can be called only one.
173 * Aborts loading of the embedded dialog and performs cleanup
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_file_chooser_dev.idl 20 * chooser dialog.
36 * This function creates a file chooser dialog resource. The chooser is
43 * the behavior of the file chooser dialog.
47 * comments). The dialog may restrict selectable files to the specified MIME
75 * dialog box, prompting the user to choose a file or files. This function
94 * the user has closed the file chooser dialog.
96 * @return PP_OK_COMPLETIONPENDING if request to show the dialog was
108 * the user chose no files or canceled the dialog, then this method will
122 * dialog box, prompting the user to choose a file or files. This function
145 * the user has closed the file chooser dialog
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
InsertQuickResponseDialog.java 24 import android.app.Dialog;
41 * Dialog which lists QuickResponses for the specified account. On user selection, will call
62 * Create and returns new dialog.
69 final InsertQuickResponseDialog dialog = new InsertQuickResponseDialog(); local
77 dialog.setTargetFragment(callbackFragment, 0);
82 dialog.setArguments(args);
83 return dialog;
87 public Dialog onCreateDialog(Bundle savedInstanceState) {
96 // Now that Callback implementation is verified, build the dialog
144 public void onClick(DialogInterface dialog, int which)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ExportOptionsDialog.java 20 import android.app.Dialog;
31 * The export options dialog
46 * Create the export options dialog
54 * @return The dialog
56 public static Dialog create(Context context, final ExportOptionsListener positiveListener,
71 // Prepare the dialog content
78 public void onClick(DialogInterface dialog, int which) {
97 final AlertDialog dialog = builder.create(); local
99 return dialog;
103 * Prepare the dialog conten
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperActivity.java 21 import android.app.Dialog;
47 * as a dialog
50 fragment.show(getFragmentManager(), "dialog");
71 WallpaperDialog dialog = new WallpaperDialog(); local
72 dialog.setCancelable(true);
73 return dialog;
92 public void onDismiss(DialogInterface dialog) {
93 /* On orientation changes, the dialog is effectively "dismissed" so this is called
94 * when the activity is no longer associated with this dying dialog fragment. We
104 public Dialog onCreateDialog(Bundle savedInstanceState)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 23 # - initialdir: initial directory. preserved by dialog instance.
25 # - initialfile: initial file (ignored by the open dialog). preserved
26 # by dialog instance.
28 # - parent: which window to place the dialog on top of
30 # - title: dialog title
43 from tkCommonDialog import Dialog
45 class _Dialog(Dialog):
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
200 # dialog for openening file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 23 # - initialdir: initial directory. preserved by dialog instance.
25 # - initialfile: initial file (ignored by the open dialog). preserved
26 # by dialog instance.
28 # - parent: which window to place the dialog on top of
30 # - title: dialog title
43 from tkCommonDialog import Dialog
45 class _Dialog(Dialog):
100 # the directory dialog has its own _fix routines.
101 class Directory(Dialog):
200 # dialog for openening file
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 23 import android.app.Dialog;
82 protected Dialog onCreateDialog(int id) {
90 public void onClick(DialogInterface dialog, int whichButton) {
97 dialog.dismiss();
102 public void onClick(DialogInterface dialog, int whichButton) {
103 dialog.dismiss();
108 public void onCancel(DialogInterface dialog) {
  /external/chromium/chrome/browser/
browser_signin.h 47 // If a user is already signed in, this will show a login dialog where
51 // to the signin dialog.
75 // Close the dialog. Delegate's OnLoginFailure method will be called.
79 // Create the HTML Dialog content.
82 // When the dialog is closed.
91 // Show the dialog Tab-Modal.
106 // Current HTML Dialog information. Pointer is owned by the WebUI it will be
file_select_helper.h 34 // Show the file chooser dialog.
92 // Helper method to get allowed extensions for select file dialog from
101 // The RenderViewHost for the page showing a file dialog (may only be one
102 // such dialog).
105 // Dialog box used for choosing files to upload from file form fields.
108 // The type of file dialog last shown.
112 // the file select dialog or from drag-and-drop of directories, so there could
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 21 // A dialog box for showing a password textfield.
27 // Called when dialog "OK" button is pressed.
30 // Called when dialog "Cancel" button is pressed.
37 // Login dialog for known networks.
39 // Login dialog for new/hidden networks.
99 // Called to get title for parent NetworkConfigView dialog box.
106 // Should return false if dialog should remain open.
  /external/chromium_org/chrome/browser/resources/options/
confirm_dialog.js 9 * A dialog that will pop up when the user attempts to set the value of the
22 * confirmed the dialog before. This ensures that the user is presented
23 * with the dialog only once. If left |undefined| or |null|, the dialog
45 * Pop up the dialog or commit the change, depending on whether confirmation
83 * |confirmed_pref| has been specified, also remember that the dialog has
105 * When a user navigates away from a confirm dialog, treat as a cancel.
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view.h 24 // An interface for the dialog that appears when a site initiates an Autofill
30 // Shows the dialog.
33 // Closes the dialog window. May self-delete.
55 // Updates the dialog overlay in response to a change of state or animation
91 // Triggers dialog to sign in to Google.
109 // Factory function to create the dialog (implemented once per view
110 // implementation). |controller| will own the created dialog.
  /external/chromium_org/chrome/browser/ui/cocoa/
profile_signin_confirmation_view_controller_browsertest.mm 71 // The window containing the dialog.
74 // Dialog under test.
91 // Click should invoke and clear delegate and close the dialog.
109 // Click should invoke and clear delegate and close the dialog.
127 // Click should invoke and clear delegate and close the dialog.
145 // Click should invoke and clear delegate and close the dialog.
151 // Another click should close the dialog but not invoke the delegate.
  /packages/services/Telephony/src/com/android/phone/
MMIDialogActivity.java 20 import android.app.Dialog;
36 * Used to display a dialog from within the Telephony service when running an USSD code
41 private Dialog mMMIDialog;
97 Log.d(TAG, "Got MMI_COMPLETE, finishing dialog activity...");
105 * (labeled either "OK" or "Cancel") on the "MMI Started" dialog.
116 // take us to the MMI Complete dialog (see
121 // partially-constructed state as soon as the "MMI Started" dialog
NetworkSetting.java 19 import android.app.Dialog;
59 //dialog ids
109 // Always try to dismiss the dialog because activity may
110 // be moved to background after dialog is shown.
114 // "auto select" is always trigged in foreground, so "auto select" dialog
117 Log.w(LOG_TAG, "[NetworksList] Fail to dismiss auto select dialog", e);
206 public void onCancel(DialogInterface dialog) {
272 protected Dialog onCreateDialog(int id) {
276 ProgressDialog dialog = new ProgressDialog(this); local
279 // It would be more efficient to reuse this dialog by movin
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 41 * Helper class to deal with displaying a project choosing dialog that lists only the
50 * List of current android projects. Since the dialog is modal, we'll just get
63 * </p>If false the project list is recomputed every time the dialog is opened.
110 * @param parentShell the parent {@link Shell} for the dialog.
119 * Displays a project chooser dialog which lists all available projects with the Android nature.
125 * @param message Message for the dialog box. Can be null in which case a default message
127 * @return the project chosen by the user in the dialog, or null if the dialog was canceled.
132 ElementListSelectionDialog dialog = new ElementListSelectionDialog( local
134 dialog.setTitle("Project Selection")
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 4 import android.app.Dialog;
193 new Dialog(activity) {
195 activity.dialog = this;
216 new Dialog(activity) {
218 activity.dialog = this;
240 Dialog firstDialog = ShadowDialog.getLatestDialog();
244 final Dialog secondDialog = ShadowDialog.getLatestDialog();
253 Dialog dialog = ShadowDialog.getLatestDialog(); local
254 assertTrue(dialog.isShowing())
262 Dialog dialog = ShadowDialog.getLatestDialog(); local
565 public Dialog dialog = null; field in class:ActivityTest.DialogLifeCycleActivity
    [all...]
  /packages/apps/CellBroadcastReceiver/res/values/
strings.xml 26 <!-- Text for dismiss button in broadcast message view dialog. [CHAR LIMIT=25] -->
44 <!-- Title of "View details" dialog -->
48 <!-- Delete broadcast confirmation dialog message. [CHAR LIMIT=NONE] -->
50 <!-- Delete all broadcasts confirmation dialog message. [CHAR LIMIT=NONE] -->
52 <!-- Delete button text for delete broadcast dialog. [CHAR LIMIT=25] -->
54 <!-- Cancel button text for delete broadcast dialog. [CHAR LIMIT=25] -->
57 <!-- ETWS dialog title for Earthquake Warning. [CHAR LIMIT=50] -->
59 <!-- ETWS dialog title for Tsunami Warning. [CHAR LIMIT=50] -->
61 <!-- ETWS dialog title for Earthquake and Tsunami Warning. [CHAR LIMIT=50] -->
63 <!-- ETWS dialog title for test message. [CHAR LIMIT=50] --
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 66 import javax.sip.Dialog;
123 // A set of methods that result in dialog creations.
263 * Use the user supplied router for all out of dialog requests.
302 // Flag to indicate whether the stack will provide dialog
323 // If this is set to true, then To tag checking on the Dialog layer is
358 // Max time for a forked response to arrive. After this time, the original dialog
450 // Notify may or may not create a dialog. This is handled in
454 // Dialog dable.
496 // Dialog dable.
553 * Print the dialog table
635 SIPDialog dialog = this.earlyDialogTable.get(dialogId); local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 21 import android.app.Dialog;
51 * check the accounts settings. 3. A stateless progress dialog (which will be recreated on
196 // Make doubly sure that the dialog isn't pointing at us before we're removed from the
224 // If we are attached, create, recover, and/or update the dialog
231 // 1. get rid of progress dialog (if any)
239 // 1. get rid of progress dialog (if any)
241 // 2. launch the error dialog, if needed
256 // 1. get rid of progress dialog (if any)
258 // 2. launch the error dialog, if needed
269 // 1. get rid of progress dialog (if any
697 final AlertDialog dialog = (AlertDialog) getDialog(); local
713 final ProgressDialog dialog = new ProgressDialog(context); local
    [all...]
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 28 // This function takes the output of a SaveAs dialog: a filename, a filter and
29 // the extension originally suggested to the user (shown in the dialog box) and
34 // SaveAs dialog box and may include the path, |filter_selected| should be
86 // Set up a filter for a Save/Open dialog, which will consist of |file_ext| file
90 // particular type in a Windows Save/Open dialog box. The resulting filter is
121 // Force something reasonable to appear in the dialog box if there is no
166 // Enforce visible dialog box.
167 UINT_PTR CALLBACK SaveAsDialogHook(HWND dialog, UINT message,
173 PostMessage(dialog, kPrivateMessage, 0, 0);
177 // The dialog box is the parent of the current handle
    [all...]

Completed in 2329 milliseconds

<<11121314151617181920>>