/external/replicaisland/res/xml/ |
level_3_10_dialog_kyle.xml | 2 <dialog> 14 </dialog>
|
level_4_1_dialog_wanda.xml | 2 <dialog> 14 </dialog>
|
level_4_4_dialog_rokudou.xml | 2 <dialog> 14 </dialog>
|
linear_level_tree.xml | 6 <dialog> 9 </dialog> 13 <dialog> 15 </dialog> 19 <dialog> 22 </dialog> 27 <dialog> 29 </dialog> 35 <dialog> 38 </dialog> [all...] |
level_tree.xml | 7 <dialog> 9 </dialog> 15 <dialog> 18 </dialog> 25 <dialog> 27 </dialog> 33 <dialog> 35 </dialog> 47 <dialog> 50 </dialog> [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/plugins/ |
plugin-occlusion-with-plugin-in-top-layer.html | 5 dialog { 11 dialog::backdrop, embed { 15 dialog.top { 23 dialog.top::backdrop { 31 dialog.bottom embed { 36 dialog.bottom { 44 dialog.bottom::backdrop { 68 <dialog class="bottom"> 72 </dialog> 74 <dialog class="top"></dialog [all...] |
plugin-is-occluded-by-top-layer.html | 5 dialog div { 14 dialog { 25 dialog::backdrop { 48 <dialog> 50 </dialog> 53 return !!document.createElement('dialog').showModal; 58 document.body.innerText = 'ERROR: <dialog> is not enabled. This test requires <dialog>.'; 62 dialog = document.querySelector('dialog'); [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
web_contents_modal_dialog_manager_cocoa.mm | 24 virtual void ManageDialog(NativeWebContentsModalDialog dialog) OVERRIDE { 27 virtual void ShowDialog(NativeWebContentsModalDialog dialog) OVERRIDE { 28 GetConstrainedWindowMac(dialog)->ShowWebContentsModalDialog(); 31 virtual void HideDialog(NativeWebContentsModalDialog dialog) OVERRIDE { 34 virtual void CloseDialog(NativeWebContentsModalDialog dialog) OVERRIDE { 35 GetConstrainedWindowMac(dialog)->CloseWebContentsModalDialog(); 38 virtual void FocusDialog(NativeWebContentsModalDialog dialog) OVERRIDE { 39 GetConstrainedWindowMac(dialog)->FocusWebContentsModalDialog(); 42 virtual void PulseDialog(NativeWebContentsModalDialog dialog) OVERRIDE { 43 GetConstrainedWindowMac(dialog)->PulseWebContentsModalDialog() [all...] |
/external/chromium_org/content/test/data/accessibility/ |
modal-dialog-opened-expected-mac.txt | 6 AXStaticText AXValue='The dialog subtree should be the only text content in the accessibility tree. ' 7 AXLink AXTitle='Link inside the dialog.' 8 AXStaticText AXValue='Link inside the dialog.'
|
modal-dialog-opened-expected-win.txt | 6 ROLE_SYSTEM_TEXT name='The dialog subtree should be the only text content in the accessibility tree. ' READONLY 7 ROLE_SYSTEM_LINK name='Link inside the dialog.' FOCUSABLE 8 ROLE_SYSTEM_TEXT name='Link inside the dialog.' READONLY
|
modal-dialog-opened-expected-android.txt | 5 android.app.Dialog 6 android.view.View clickable name='The dialog subtree should be the only text content in the accessibility tree. ' 7 android.view.View clickable focusable name='Link inside the dialog. Link'
|
modal-dialog-stack-expected-android.txt | 4 android.app.Dialog 5 android.view.View clickable name='This is the now active dialog. Of course it should be in the tree.' 6 android.widget.Button clickable focusable name='This is in the active dialog and should be in the tree.'
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogTimeoutEvent.java | 20 import javax.sip.Dialog; 25 * dialog does not receive or send an ACK. 36 * Constructs a DialogTerminatedEvent to indicate a dialog 40 * @param dialog - the dialog that timed out. 42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { 44 m_dialog = dialog; 50 * Gets the Dialog associated with the event. This 51 * enables application developers to access the dialog associated to this [all...] |
SipProviderExt.java | 13 * Sets a flag that indicates that automatic error handling is enabled for this dialog (the 14 * default when automatic dialog support is enabled). This flag is set by default to TRUE when 15 * the Dialog is automatically created by the provider ( automatic dialog support is true) and 16 * set to FALSE by default when the Dialog is created under program control ( automatic dialog 21 * <li> <b>500 Request Out of Order </b> for in-dialog requests that arrive out of order. 23 * <li> <b>400 Bad request </b> when a REFER is sent without a matching refer-to dialog. 30 * <li>The Back To Back User Agent flag is enabled for the Dialog.</li> 31 * <li>The Automatic Dialog Support flag is enabled for the Dialog </li [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
select_file_dialog_impl_gtk2.cc | 35 // Set |dialog| as transient for |parent|, which will keep it on top and center 37 void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent) { 38 gtk_widget_realize(dialog); 39 GdkWindow* gdk_window = gtk_widget_get_window(dialog); 47 // We also set the |parent| as a property of |dialog|, so that we can unlink 49 g_object_set_data(G_OBJECT(dialog), kAuraTransientParent, parent); 67 // Implementation of SelectFileDialog that shows a Gtk common dialog for 68 // choosing a file or folder. This acts as a modal dialog. 100 void FileSelected(GtkWidget* dialog, const base::FilePath& path); 103 void MultiFilesSelected(GtkWidget* dialog, 240 GtkWidget* dialog = NULL; local 378 GtkWidget* dialog = local 419 GtkWidget* dialog = local 448 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 462 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 474 GtkWidget* dialog = local [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
MediaRouteChooserDialogFragment.java | 19 import android.app.Dialog; 27 * Media route chooser dialog fragment. 30 * this dialog fragment to customize the media route chooser dialog. 41 * Creates a media route chooser dialog fragment. 65 MediaRouteChooserDialog dialog = (MediaRouteChooserDialog)getDialog(); local 66 if (dialog != null) { 67 dialog.setRouteTypes(types); 76 MediaRouteChooserDialog dialog = (MediaRouteChooserDialog)getDialog(); local 77 if (dialog != null) 96 MediaRouteChooserDialog dialog = onCreateChooserDialog(getActivity(), savedInstanceState); local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
dialogs_gtk.cc | 26 // the dialog, but usually not the height). The image's aspect ratio will always 31 // Implementation of SelectFileDialog that shows a Gtk common dialog for 32 // choosing a file or folder. This acts as a modal dialog. 59 void FileSelected(GtkWidget* dialog, const FilePath& path); 62 void MultiFilesSelected(GtkWidget* dialog, 66 // Dialog is passed so we can find that |params| pointer that was passed to 67 // us when we were told to show the dialog. 68 void FileNotSelected(GtkWidget* dialog); 82 // Removes and returns the |params| associated with |dialog| from 84 void* PopParamsForDialog(GtkWidget* dialog); 217 GtkWidget* dialog = NULL; local 352 GtkWidget* dialog = local 384 GtkWidget* dialog = local 410 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 423 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 435 GtkWidget* dialog = local [all...] |
/external/chromium_org/ui/shell_dialogs/gtk/ |
select_file_dialog_impl_gtk.cc | 38 // Implementation of SelectFileDialog that shows a Gtk common dialog for 39 // choosing a file or folder. This acts as a modal dialog. 67 void FileSelected(GtkWidget* dialog, const base::FilePath& path); 70 void MultiFilesSelected(GtkWidget* dialog, 74 // Dialog is passed so we can find that |params| pointer that was passed to 75 // us when we were told to show the dialog. 76 void FileNotSelected(GtkWidget* dialog); 93 // Removes and returns the |params| associated with |dialog| from 95 void* PopParamsForDialog(GtkWidget* dialog); 97 // Take care of internal data structures when a file dialog is destroyed 194 GtkWidget* dialog = NULL; local 334 GtkWidget* dialog = local 374 GtkWidget* dialog = local 402 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 416 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 428 GtkWidget* dialog = local [all...] |
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog.h | 29 // Called by the AppModalDialogQueue to show this dialog. 32 // Called by the AppModalDialogQueue to activate the dialog. 35 // Closes the dialog if it is showing. 38 // Completes dialog handling, shows next modal dialog from the queue. 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 finishes 55 // and it's time to show the next dialog in the queue IsValid is invoked. 56 // If IsValid returns false the dialog is deleted and not shown [all...] |
native_app_modal_dialog.h | 18 // Shows the dialog. 21 // Activates the dialog. 24 // Closes the dialog. 27 // Accepts or cancels the dialog. 31 // Creates an app modal dialog for a JavaScript prompt. 33 JavaScriptAppModalDialog* dialog,
|
/external/chromium_org/chrome_frame/cfinstall/examples/ |
jquery.html | 18 dialog: null, 21 this.dialog = $("#dialog").dialog( 27 var el = document.getElementById('dialog'); 32 var widget = this.dialog.dialog('widget')[0]; 35 return document.getElementById('dialog'); 38 var dialogEl = $("#dialog"); 39 dialogEl.width($("#dialog iframe").outerWidth(true) [all...] |
/frameworks/base/core/java/android/content/ |
DialogInterface.java | 63 * Interface used to allow the creator of a dialog to run some code when the 64 * dialog is canceled. 66 * This will only be called when the dialog is canceled, if the creator 72 * This method will be invoked when the dialog is canceled. 74 * @param dialog The dialog that was canceled will be passed into the 77 public void onCancel(DialogInterface dialog); 81 * Interface used to allow the creator of a dialog to run some code when the 82 * dialog is dismissed. 86 * This method will be invoked when the dialog is dismissed [all...] |
/external/chromium/chrome/browser/ |
ssl_client_certificate_selector.h | 18 // Opens a constrained SSL client certificate selection dialog under |parent|, 20 // selection, the dialog will report back to |delegate|. |delegate| is notified 21 // when the dialog closes in call cases; if the user cancels the dialog, we call 24 // Note: constrained dialog currently only implemented on Linux and OS X. On 25 // Windows, a window-modal dialog will be used.
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
native_app_modal_dialog.h | 19 // Shows the dialog. 22 // Activates the dialog. 25 // Closes the dialog. 28 // Accepts or cancels the dialog. 32 // Creates an app modal dialog for a JavaScript prompt. 34 JavaScriptAppModalDialog* dialog,
|
/external/chromium-trace/trace-viewer/src/tracing/ |
category_filter_dialog.html | 7 <template id="view-category-filter-dialog-template"> 8 <div class="category-filter-dialog"> 10 <form class="category-filter-dialog-form">
|