Home | History | Annotate | Download | only in ui

Lines Matching full:dialog

28   // Returns true if a shell dialog box is currently being shown modally
32 // Notifies the dialog box that the listener has been destroyed and it should
40 // Shows a dialog box for selecting a file or a folder.
71 // the user canceling or closing the selection dialog box, for example).
79 // Creates a dialog box helper. This object is ref-counted, but the returned
83 // Holds information about allowed extensions on a file save dialog.
106 // Otherwise it will start displaying the dialog box. This will also
107 // block the calling window until the dialog box is complete. The listener
110 // |type| is the type of file dialog to be shown, see Type enumeration above.
111 // |title| is the title to be displayed in the dialog. If this string is
114 // the dialog. This only works for SELECT_SAVEAS_FILE and SELECT_OPEN_FILE.
126 // |owning_window| is the window the dialog is modal to, or NULL for a
127 // modeless dialog.
130 // NOTE: only one instance of any shell dialog can be shown per owning_window
150 // Displays the actual file-selection dialog.
167 // Tests if the file selection dialog can be displayed by
172 // Informs the |listener_| that the file seleciton dialog was canceled. Moved