Home | History | Annotate | Download | only in extensions

Lines Matching defs:dialog

76 // Parent class for the chromium extension APIs for the file dialog.
88 HtmlDialogView* dialog,
91 dialog_(dialog),
95 HtmlDialogView* dialog() const { return dialog_; }
101 HtmlDialogView* dialog,
136 // Closes the dialog window containing the file dialog HtmlDialogView.
137 void CloseDialog(HtmlDialogView* dialog);
144 // Select a single file. Closes the dialog window.
184 // Select multiple files. Closes the dialog window.
204 // Cancel file selection Dialog. Closes the dialog window.
220 // File Dialog Strings.