Searched refs:backdrop (Results 1 – 5 of 5) sorted by relevance
727 backdrop.call(this, function () {798 backdrop.call(this)801 function backdrop(callback) { function805 if (this.isShown && this.options.backdrop) {811 if (this.options.backdrop != 'static') {867 backdrop: true property
6 …backdrop(function(){var n=e.support.transition&&t.$element.hasClass("fade");t.$element.parent().le… property
9 …-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-b…
101 #define FXDIB_ALPHA_MERGE(backdrop, source, source_alpha) (((backdrop) * (255-(source_alpha)) + (so… argument
659 SkBitmap backdrop; in doGroup_before() local