Home | History | Annotate | Download | only in jquery

Lines Matching refs:cssExpand

4016 var cssExpand = [ "Top", "Right", "Bottom", "Left" ];
5788 val += jQuery.css( elem, extra + cssExpand[ i ], true, styles );
5794 val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
5799 val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
5803 val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
5807 val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
6099 expanded[ prefix + cssExpand[ i ] + suffix ] =
6339 // If we include width, step value is 1 to do all cssExpand values,
6343 which = cssExpand[ i ];