Home
last modified time | relevance | path

Searched refs:Popover (Results 1 – 2 of 2) sorted by relevance

/external/fmtlib/doc/bootstrap/
Dvariables.less532 //** Popover body background color
534 //** Popover maximum width
536 //** Popover border color
538 //** Popover fallback border color
541 //** Popover title background color
544 //** Popover arrow width
546 //** Popover arrow color
549 //** Popover outer arrow width
551 //** Popover outer arrow color
553 //** Popover outer arrow fallback color
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js1192 var Popover = function ( element, options ) { class
1200 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, { class
1202 constructor: Popover
1248 if (!data) $this.data('popover', (data = new Popover(this, options)))
1253 $.fn.popover.Constructor = Popover