HomeSort by relevance Sort by last modified time
    Searched defs:DialogType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 205 enum DialogType {
211 virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String&, Document::PageDismissalType) const { return true; }
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 101 * @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
    [all...]

Completed in 73 milliseconds