Searched defs:DialogType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h205 enum DialogType { enum in class:blink::ChromeClient
211 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; } argument
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_manager.js101 * @type {DialogType}
103 this.dialogType = DialogType.FULL_PAGE;
649 var DialogType = {
662 DialogType.isModal = function(type) {
663 return type == DialogType.SELECT_FOLDER ||
664 type == DialogType.SELECT_UPLOAD_FOLDER ||
665 type == DialogType.SELECT_SAVEAS_FILE ||
666 type == DialogType.SELECT_OPEN_FILE ||
667 type == DialogType.SELECT_OPEN_MULTI_FILE;
674 DialogType
[all...]

Completed in 607 milliseconds