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

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js4121 var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; variable
6564 val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
6570 val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
6575 val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
6579 val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
6583 val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
6872 expanded[ prefix + cssExpand[ i ] + suffix ] =
7112 // if we include width, step value is 1 to do all cssExpand values,
7116 which = cssExpand[ i ];

Completed in 85 milliseconds