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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.h 22 // The handler for Javascript messages related to the "print preview" dialog.
36 // Displays a modal dialog, prompting the user to select a file.
74 // The underlying dialog object.
  /external/doclava/src/com/google/doclava/
Resolution.java 32 * For instance, when AlertDialog extends Dialog, we may not know what Dialog is).
34 * contains "superclass" as its variable and "Dialog" as its value.
  /external/webkit/Source/WebCore/manual-tests/
onbeforeunload-close_with_javascript.html 22 After the close button is clicked, you should see a dialog that reads:</p>
28 <p id="success" style="background-color:palegreen; padding:3px;">You should see the same dialog if you click the "Close" button in the main window.
32 No dialog (as described above) after clicking the "Close" button in the newly opened window, or in the main window.
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java 27 import android.app.Dialog;
66 /** Code for the dialog, used in showDialog and onCreateDialog */
282 protected Dialog onCreateDialog(int id, final Bundle args) {
283 Dialog dialog = null; local
296 public void onClick(DialogInterface dialog, int which) {
305 public void onClick(DialogInterface dialog, int which) {
310 dialog = builder.create();
311 dialog.setOnCancelListener(new DialogInterface.OnCancelListener() {
313 public void onCancel(DialogInterface dialog) {
    [all...]
  /packages/apps/Contacts/res/values/
ids.xml 52 <!-- Dialog Manager Ids -->
59 <!-- Dialog ID for the date picker in event (birthday) editors -->
62 <!-- An ID to be used for contents of a custom dialog so that its state be preserved -->
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java 41 // screen window with an action bar. On larger screen we use a dialog.
52 // In dialog mode, we don't have the action bar to show the
59 // is "behind" the dialog.
  /packages/apps/Phone/src/com/android/phone/
CdmaDisplayInfo.java 32 /** CDMA DisplayInfo dialog */
36 * Handle the DisplayInfo record and display the alert dialog with
50 // displaying system alert dialog on the screen instead of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 50 FileDialog dialog = new FileDialog(shell, SWT.SAVE); local
51 dialog.setFilterExtensions(new String[] { "*.png" }); //$NON-NLS-1$
52 String path = dialog.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 35 import org.eclipse.jface.dialogs.Dialog;
70 * a simple text field or a dialog to choose an existing package.
175 * Handles response to the Browse button by creating a Package dialog.
179 // Display the list of AndroidManifest packages in a selection dialog
180 ElementListSelectionDialog dialog = new ElementListSelectionDialog( local
211 dialog.setTitle("Android Manifest Package Selection");
212 dialog.setMessage("Select the Android Manifest package to target.");
214 dialog.setElements(getPossibleValues(null));
216 // open the dialog and use the object selected if OK was clicked, or null otherwise
217 if (dialog.open() == Window.OK)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 52 import android.app.Dialog;
1652 final ConfirmLimitFragment dialog = new ConfirmLimitFragment(); local
1695 final CycleEditorFragment dialog = new CycleEditorFragment(); local
1751 final WarningEditorFragment dialog = new WarningEditorFragment(); local
1814 final LimitEditorFragment dialog = new LimitEditorFragment(); local
    [all...]
CredentialStorage.java 63 * Action: old unlock dialog
236 AlertDialog dialog = new AlertDialog.Builder(CredentialStorage.this) local
243 dialog.setOnDismissListener(this);
244 dialog.show();
247 @Override public void onClick(DialogInterface dialog, int button) {
251 @Override public void onDismiss(DialogInterface dialog) {
306 AlertDialog dialog = new AlertDialog.Builder(CredentialStorage.this) local
313 dialog.setOnDismissListener(this);
314 dialog.show();
317 @Override public void onClick(DialogInterface dialog, int button)
403 AlertDialog dialog = new AlertDialog.Builder(CredentialStorage.this) local
    [all...]
  /development/apps/GestureBuilder/res/values/
strings.xml 47 <!-- Buttons in Rename gesture dialog box -->
49 <!-- Buttons in Rename gesture dialog box -->
63 <!-- Title of dialog box -->
65 <!-- Label of gesture name field in Rename gesture dialog box -->
  /external/chromium/chrome/browser/chromeos/
network_login_observer.h 21 // The network login observer reshows a login dialog if there was an error.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.h 15 // This class is used to handle DOM messages from the setup dialog.
  /external/chromium/chrome/browser/
remove_rows_table_model.h 14 // content settings exception dialog for geolocation.
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
js_modal_dialog.h 28 // AppModalDialog calls this when the dialog is closed.
51 // onbeforeunload dialog boxes.
70 // Callbacks from NativeDialog when the user accepts or cancels the dialog.
96 // Notifies the delegate with the result of the dialog.
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_dialog.h 22 // Cocoa dialog. This class bridges from C++ to ObjC.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_controller.h 18 NSString* displayURL_; // Bound to a text field in the dialog.
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h 10 // This class configures an infobar shown when the collected cookies dialog
input_window_dialog_gtk.cc 18 // Creates a dialog. Takes ownership of |delegate|.
36 // The underlying gtk dialog window.
113 void InputWindowDialogGtk::OnResponse(GtkWidget* dialog, int response_id) {
127 // Return true to prevent the gtk dialog from being destroyed. Close will
profile_error_dialog.cc 16 // Parent the dialog to the current browser. During startup there may be no
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.cc 39 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
js_modal_dialog_gtk.h 21 JSModalDialogGtk(JavaScriptAppModalDialog* dialog,
  /external/chromium/chrome/browser/ui/options/
options_window.h 28 // These are some well known groups within the Options dialog box that we may
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.h 30 // CreateShortcutViewCommon implements a dialog that asks user where to create
31 // the shortcut for given web app. There are two variants of this dialog:
42 // Initialize the controls on the dialog.
72 // UI elements on the dialog.

Completed in 320 milliseconds

<<11121314151617181920>>