Lines Matching full:if
24 // If 'src' is null, filter is disabled.
34 if (
38 if (elm.offsetWidth) {
41 if (elm.clientHeight) {
44 if (elm.currentStyle.display == 'inline') {
49 if (t == 1) {
52 if (t == 2) {
56 if (elm.filters[f]) {
58 if (src) {
61 } else if (src) {
74 if (
80 if (!this.data[elm.uniqueID]) {
92 if (!(isSrc || isBg || isPos || isClass)) {
100 // Required for Whatever:hover - erase set BG if className changes.
101 if (
111 if (isSrc && elm.src && { IMG: 1, INPUT: 1 }[elm.nodeName]) {
112 if ((/\.png/i).test(elm.src)) {
113 if (!elm.oSrc) {
118 } else if (elm.src.indexOf(blank) == -1) {
125 if ((bgSrc + elm.src).indexOf(blank) == -1) {
127 if (bgPNG) {
128 if (this.tileBG && !{ IMG: 1, INPUT: 1 }[elm.nodeName]) {
132 if (data.tiles && data.tiles.src) {
139 if (data.tiles && data.tiles.src) {
144 } else if ((isPos || isClass) && data.tiles && data.tiles.src) {
148 if (init) {
176 if (t && (/relative|absolute/i).test(elm.currentStyle.position)) {
181 if (!(/relative|absolute/i).test(tFix[t].currentStyle.position)) {
189 if (IEPNGFix.hook.enabled) {