/external/nist-sip/java/javax/sip/ |
DialogTerminatedEvent.java | 6 private Dialog mDialog; 8 public DialogTerminatedEvent(Object source, Dialog dialog) { 10 mDialog = dialog; 13 public Dialog getDialog() {
|
RequestEvent.java | 7 private Dialog mDialog; 12 Dialog dialog, Request request) { 14 mDialog = dialog; 19 public Dialog getDialog() {
|
ResponseEvent.java | 7 private Dialog mDialog; 12 Dialog dialog, Response response) { 14 mDialog = dialog; 19 public Dialog getDialog() {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPreferenceScreen.java | 3 import android.app.Dialog; 12 private Dialog dialog; field in class:ShadowPreferenceScreen 15 public Dialog getDialog() { 16 return dialog; 19 public void setDialog(Dialog dialog) { 20 this.dialog = dialog;
|
ShadowDialogFragment.java | 3 import android.app.Dialog; 23 private Dialog dialog; field in class:ShadowDialogFragment 44 dialog = realDialogFragment.onCreateDialog(null); 46 if (dialog == null) { 47 dialog = new Dialog(activityFromManager); 48 dialog.setContentView(view); 50 dialog.setCancelable(cancelable); 62 if (dialog != null) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
DialogTest.java | 3 import android.app.Dialog; 28 final Dialog dialog = new Dialog(null); local 29 dialog.setOnDismissListener(new DialogInterface.OnDismissListener() { 32 assertThat((Dialog) dialogInListener, sameInstance(dialog)); 37 dialog.dismiss(); 44 Dialog dialog = new Dialog(Robolectric.application) local 50 TestDialog dialog = new TestDialog(); local 58 Dialog dialog = new Dialog(null); local 67 TestDialog dialog = new TestDialog(); local 74 Dialog dialog = new Dialog(null); local 84 Dialog dialog = new Dialog(Robolectric.application) { local 102 Dialog dialog = new Dialog(Robolectric.application); local 115 Dialog dialog = new Dialog(null); local 124 TestDialog dialog = new TestDialog(); local 154 Dialog dialog = new Dialog(Robolectric.application); local [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/replicaisland/res/xml/ |
level_4_1_misc.xml | 2 <dialog> 12 </dialog>
|
level_1_9_dialog_wanda.xml | 2 <dialog> 14 </dialog>
|
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...] |
/external/chromium_org/components/web_modal/ |
native_web_contents_modal_dialog_manager.h | 24 virtual void WillClose(NativeWebContentsModalDialog dialog) = 0; 31 // contents modal dialog. 36 // Starts management of the modal aspects of the dialog. This function should 37 // also register to be notified when the dialog is closing, so that it can 39 virtual void ManageDialog(NativeWebContentsModalDialog dialog) = 0; 41 // Makes the web contents modal dialog visible. Only one web contents modal 42 // dialog is shown at a time per tab. 43 virtual void ShowDialog(NativeWebContentsModalDialog dialog) = 0; 45 // Hides the web contents modal dialog without closing it. 46 virtual void HideDialog(NativeWebContentsModalDialog dialog) = 0 [all...] |
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.cc | 9 void AppModalDialogQueue::AddDialog(AppModalDialog* dialog) { 11 ShowModalDialog(dialog); 14 app_modal_dialog_queue_.push(dialog); 18 AppModalDialog* dialog = GetNextDialog(); local 19 if (dialog) 20 ShowModalDialog(dialog); 27 // As part of showing a modal dialog we may end up back in this method 28 // (showing a dialog activates the TabContents, which can trigger a call 30 // activate the tab contents the dialog is shown. 48 void AppModalDialogQueue::ShowModalDialog(AppModalDialog* dialog) { 62 AppModalDialog* dialog = app_modal_dialog_queue_.front(); local [all...] |
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.cc | 15 void AppModalDialogQueue::AddDialog(AppModalDialog* dialog) { 17 ShowModalDialog(dialog); 20 app_modal_dialog_queue_.push_back(dialog); 24 AppModalDialog* dialog = GetNextDialog(); local 25 if (dialog) 26 ShowModalDialog(dialog); 33 // As part of showing a modal dialog we may end up back in this method 34 // (showing a dialog activates the WebContents, which can trigger a call 36 // activate the tab contents the dialog is shown. 55 void AppModalDialogQueue::ShowModalDialog(AppModalDialog* dialog) { 69 AppModalDialog* dialog = app_modal_dialog_queue_.front(); local [all...] |
app_modal_dialog.h | 28 // Called by the AppModalDialogQueue to show this dialog. 31 // Called by the AppModalDialogQueue to activate the dialog. 34 // Closes the dialog if it is showing. 37 // Completes dialog handling, shows next modal dialog from the queue. 46 // When the native dialog is closed, the implementation of 52 // Returns true if the dialog is still valid. As dialogs are created they are 53 // added to the AppModalDialogQueue. When the current modal dialog finishes 54 // and it's time to show the next dialog in the queue IsValid is invoked. 55 // If IsValid returns false the dialog is deleted and not shown [all...] |
/external/replicaisland/res/drawable-normal-mdpi/ |
level_1_9_dialog_wanda.xml | 2 <dialog> 14 </dialog>
|
/external/chromium_org/chrome/browser/ui/gtk/ |
simple_message_box_gtk.cc | 13 void SetDialogTitle(GtkWidget* dialog, const 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/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 376 GtkWidget* dialog = local 417 GtkWidget* dialog = local 446 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 460 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 472 GtkWidget* dialog = 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 332 GtkWidget* dialog = local 372 GtkWidget* dialog = local 400 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 414 GtkWidget* dialog = CreateFileOpenHelper(title_string, default_path, parent); local 426 GtkWidget* dialog = local [all...] |
/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...] |