Home
last modified time | relevance | path

Searched refs:isBorderBox (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js5776 function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { argument
5777 var i = extra === ( isBorderBox ? "border" : "content" ) ?
5791 if ( isBorderBox ) {
5821 isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
5840 valueIsBorderBox = isBorderBox &&
5852 extra || ( isBorderBox ? "border" : "content" ),
Djquery-2.1.4.min.map1 …","setPositiveNumber","subtract","max","augmentWidthOrHeight","extra","isBorderBox","styles","getW…
/external/chromium-trace/catapult/third_party/flot/
Djquery.js6907 function augmentWidthOrHeight( elem, name, extra, isBorderBox ) { argument
6908 var i = extra === ( isBorderBox ? "border" : "content" ) ?
6925 if ( isBorderBox ) {
6954 isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing" ) === "border-box";
6973 …valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ]…
6984 extra || ( isBorderBox ? "border" : "content" ),