Home | History | Annotate | Download | only in app_modal_dialogs

Lines Matching refs:dialog

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 the
42 // windows disabled by the presence of an app modal dialog. This forces
44 // opened the dialog on another virtual desktop. Assumes there is currently a
45 // dialog being shown. (Call BrowserList::IsShowingAppModalDialog to test
49 // Returns true if there is currently an active app modal dialog box.
65 // Shows |dialog| and notifies the BrowserList that a modal dialog is showing.
66 void ShowModalDialog(AppModalDialog* dialog);
68 // Returns the next dialog to show. This removes entries from
75 // currently modal dialog at the front of the queue.
78 // The currently active app-modal dialog box's delegate. NULL if there is no
79 // active app-modal dialog box.
83 // dialog.