/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog.h | 22 // activated before the modal dialog is displayed. 26 // Called by the AppModalDialogQueue to show this dialog. 29 // Called by the AppModalDialogQueue to activate the dialog. 32 // Closes the dialog if it is showing. 35 // Completes dialog handling, shows next modal dialog from the queue. 39 // Dialog window title. 47 // When the native dialog is closed, the implementation of 53 // Returns true if the dialog is still valid. As dialogs are created they are 54 // added to the AppModalDialogQueue. When the current modal dialog finishe [all...] |
app_modal_dialog_queue.h | 16 // dialog is shown at a time. 23 // Adds a modal dialog to the queue, if there are no other dialogs in the 24 // queue, the dialog will be shown immediately. Once it is shown, the 27 // activate any other browser windows. So the dialog being shown should 31 // Note: The AppModalDialog |dialog| must be window modal before it 33 void AddDialog(AppModalDialog* dialog); 35 // Removes the current dialog in the queue (the one that is being shown). 36 // Shows the next dialog in the queue, if any is present. This does not 37 // ensure that the currently showing dialog is closed, it just makes it no 41 // Activates and shows the current dialog, if the user clicks on one of th [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
simple_message_box_gtk.cc | 13 void SetDialogTitle(GtkWidget* dialog, const base::string16& title) { 14 gtk_window_set_title(GTK_WINDOW(dialog), UTF16ToUTF8(title).c_str()); 16 // The following code requires the dialog to be realized. 17 gtk_widget_realize(dialog); 21 gtk_widget_size_request(dialog, &req); 23 gtk_util::GetWidgetSizeFromCharacters(dialog, title.length(), 0, 31 gtk_widget_set_size_request(dialog, width, -1); 63 GtkWidget* dialog = gtk_message_dialog_new(parent, local 69 gtk_util::ApplyMessageDialogQuirks(dialog); 70 SetDialogTitle(dialog, title) [all...] |
/external/chromium_org/content/test/data/accessibility/ |
modal-dialog-in-iframe-closed-expected-mac.txt | 3 AXStaticText AXValue='Test for modal dialog closed in an iframe. '
|
modal-dialog-stack-expected-mac.txt | 5 AXStaticText AXValue='This is the now active dialog. Of course it should be in the tree. ' 6 AXButton AXTitle='This is in the active dialog and should be in the tree.'
|
modal-dialog-stack-expected-win.txt | 5 ROLE_SYSTEM_TEXT name='This is the now active dialog. Of course it should be in the tree. ' READONLY 6 ROLE_SYSTEM_PUSHBUTTON name='This is in the active dialog and should be in the tree.' FOCUSABLE
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
filteredItemSelectionDialog.css | 1 .filtered-item-list-dialog > input { 7 .filtered-item-list-dialog > div.container { 18 .filtered-item-list-dialog-item { 26 .filtered-item-list-dialog-subtitle { 30 .filtered-item-list-dialog-item.one-row .filtered-item-list-dialog-subtitle { 34 .filtered-item-list-dialog-item.two-rows { 38 .filtered-item-list-dialog-item.selected { 42 .filtered-item-list-dialog-item span.highlight {
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.h | 17 // dialog is shown at a time. 26 // Adds a modal dialog to the queue. If there are no other dialogs in the 27 // queue, the dialog will be shown immediately. Once it is shown, the 31 // Note: The AppModalDialog |dialog| must be window modal before it 33 void AddDialog(AppModalDialog* dialog); 35 // Removes the current dialog in the queue (the one that is being shown). 36 // Shows the next dialog in the queue, if any is present. This does not 37 // ensure that the currently showing dialog is closed, it just makes it no 41 // Activates and shows the current dialog, if the user clicks on one of the 42 // windows disabled by the presence of an app modal dialog. This force [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
style.css | 12 .step.dialog { 22 .step.dialog h1 { 28 .step.dialog p { 33 .step.dialog .controls { 39 .step.dialog .controls .margin-top { 43 .step.dialog .controls .margin-bottom { 47 .step.dialog .controls button { 54 .step.dialog .window-header { 63 .step.dialog .topbutton-bar { 68 .step.dialog .topbutton-wrapper [all...] |
/packages/apps/InCallUI/src/com/android/incallui/ |
PostCharDialogFragment.java | 21 import android.app.Dialog; 28 * Pop up an alert dialog with OK and Cancel buttons to allow user to Accept or Reject the WAIT 42 public Dialog onCreateDialog(Bundle savedInstanceState) { 54 public void onClick(DialogInterface dialog, int whichButton) { 60 public void onClick(DialogInterface dialog, int whichButton) { 61 dialog.cancel(); 65 final AlertDialog dialog = builder.create(); local 66 dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); 67 return dialog; 71 public void onCancel(DialogInterface dialog) { [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
DialogFragmentTest.java | 4 import android.app.Dialog; 77 Dialog dialogFromOnCreateDialog = new Dialog(activity); 81 Dialog dialog = ShadowDialog.getLatestDialog(); local 82 assertSame(dialogFromOnCreateDialog, dialog); 91 Dialog dialog = ShadowDialog.getLatestDialog(); local 92 assertNotNull(dialog); 93 assertSame(dialog, dialogFragment.getDialog()) 104 Dialog dialog = ShadowDialog.getLatestDialog(); local 117 Dialog dialog = ShadowDialog.getLatestDialog(); local 143 Dialog dialog = dialogFragment.getDialog(); local 154 Dialog dialog = dialogFragment.getDialog(); local 165 Dialog dialog = dialogFragment.getDialog(); local [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
file_manager_dialog_base.js | 10 * @param {HTMLElement} parentNode Parent node of the dialog. 24 * dialog to file manager. 40 * The flag if any dialog is shown. True if a dialog is visible, false 51 * @return {boolean} True if the dialog can show successfully. False if the 52 * dialog failed to show due to an existing dialog. 64 * @return {boolean} True if the dialog can show successfully. False if the 65 * dialog failed to show due to an existing dialog [all...] |
/external/chromium_org/ui/shell_dialogs/ |
base_shell_dialog_win.h | 21 // A base class for all shell dialog implementations that handles showing a 22 // shell dialog modally on its own thread. 29 // Represents a run of a dialog. 34 // Thread dialog is run on. 38 // Called at the beginning of a modal dialog run. Disables the owner window 39 // and tracks it. Returns the message loop of the thread that the dialog will 43 // Cleans up after a dialog run. If the run_state has a valid HWND this makes 46 // on the UI thread after the result of the dialog has been determined. 51 // Returns true if a modal shell dialog is currently active for the specified 55 // Disables the window |owner|. Can be run from either the ui or the dialog [all...] |
/cts/tests/tests/holo/src/android/holo/cts/modifiers/ |
DialogModifier.java | 19 import android.app.Dialog; 25 * Wacky {@link LayoutModifier} that takes a {@link Dialog} and transplants into the 38 Dialog dialog = mBuilder.buildDialog(view); local 43 // get the dialog as a view 44 View newView = dialog.getWindow().getDecorView(); 46 // remove it from the dialog 47 dialog.getWindow().getWindowManager().removeView(newView);
|
/external/chromium-trace/trace-viewer/src/tracing/ |
record_selection_dialog.css | 6 .record-selection-dialog { 11 .record-selection-dialog .default-enabled-categories { 15 .record-selection-dialog .default-disabled-categories { 21 .record-selection-dialog .categories { 26 .record-selection-dialog form { 34 .record-selection-dialog .options { 40 .record-selection-dialog td { 44 .record-selection-dialog .options label {
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
WeekPickerDialog.java | 14 * @param context The context the dialog is to run in. 16 * @param year The initial year of the dialog. 17 * @param weekOfYear The initial week of the dialog. 27 * @param context The context the dialog is to run in. 28 * @param theme the theme to apply to this dialog 30 * @param year The initial year of the dialog. 31 * @param weekOfYear The initial week of the dialog. 49 * Gets the {@link WeekPicker} contained in this dialog.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
input-file-hidden-open-dialog-on-click.html | 5 <title>Test that file dialog opens when click() is called </title> 8 Test manually that when you click on "Click me" button, an file open dialog appears.
|
print-before-load.html | 11 This webpage should pop up a print dialog. If you print from that dialog, you
|
/external/replicaisland/res/xml/ |
level_0_2_dialog_kabocha_2.xml | 2 <dialog> 24 </dialog>
|
level_1_1_dialog_wanda.xml | 2 <dialog> 26 </dialog>
|
level_1_6_dialog_wanda.xml | 2 <dialog> 19 </dialog>
|
level_2_1_dialog_kyle.xml | 2 <dialog> 26 </dialog>
|
level_2_3_dialog_kyle.xml | 2 <dialog> 26 </dialog>
|
level_2_4_dialog_kyle.xml | 2 <dialog> 20 </dialog>
|
level_2_5_dialog_kyle.xml | 2 <dialog> 20 </dialog>
|