Searched refs:minw (Results 1 – 2 of 2) sorted by relevance
7 …minw:D.match(/\(min\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/)&&parseFloat(RegExp.$1),maxw:D.match(/\(ma… property
119 minw : thisq.match( /\(min\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/ ) && parseFloat( RegExp.$1 ), property154 if( !thisstyle.minw && !thisstyle.maxw || 155 ( !thisstyle.minw || thisstyle.minw && currWidth >= thisstyle.minw ) &&