Lines Matching refs:getComputedStyle

2286 …var b = 0, c = 0, e = k[a].length; c < e; c++) b += parseFloat(this.getComputedStyle(k[a][c]) || 0…
2457getComputedStyle: document.defaultView && document.defaultView.getComputedStyle ? function(a) {
2458 var b = this.getWindow().$.getComputedStyle(this.$, null);
2524 …return this.isReadOnly() || "none" == this.getComputedStyle("display") || "hidden" == this.getComp…
2543 …a = (this.$.offsetHeight || this.$.offsetWidth) && "hidden" != this.getComputedStyle("visibility"),
2713 if ("static" != a.getComputedStyle("position")) return a;
2788 return parseInt(a.getComputedStyle("margin-" + b) || 0, 10) || 0
2891 …return a ? this.getComputedStyle("direction") || this.getDirection() || this.getParent() && this.g…
3085 …return "none" != this.getComputedStyle("float") || this.getComputedStyle("position") in c || !b[th…
3559 … L && "inline" == l.getComputedStyle("display") || (L = !1, F ? k = l : this.setStartBefore(l));
3600 … L && "inline" == l.getComputedStyle("display") || (L = !1, F ? r = l : l && this.setEndAfter(l));
10641 var d = a.getComputedStyle("border-top-color"),
10642 b = a.getComputedStyle("border-right-color");
11571 B = c && B.getComputedStyle("right"),
11943 f = "fixed" == e.getComputedStyle("position");
13087getComputedStyle("direction") : a.getStyle("direction") || a.hasAttribute("dir")) != f && (a.remov…
13125 c && (b = b ? c.getComputedStyle("direction") :
13562 … m.getClientRect().width, h = this._notificationMargin = parseInt(m.getComputedStyle("margin-left"…
13563 10) + parseInt(m.getComputedStyle("margin-right"), 10));
13578 …var n = "fixed" == a.getStyle("position") ? d.left : "static" != q.getComputedStyle("position") ? …
14193 …d(k), k.addClass("cke_editable"), e.is("body") || (l = "static" != e.getComputedStyle("position") ?
15415 …html" == b.getName() && (b = b.getDocument().getBody()), "rtl" == b.getComputedStyle("direction") …
15558 …do c = b && b.getComputedStyle("back" == d ? "background-color" : "color") || "transparent"; while…
15564 … f = u(f.getComputedStyle("back" == d ? "background-color" : "color"));
19129 return "ltr" == (c || b.getComputedStyle("direction")) ? "margin-left" : "margin-right"
19363 if (c) b = a.getComputedStyle("text-align");
19373 !b && c && (b = "rtl" == a.getComputedStyle("direction") ? "right" : "left");
20645 }, c = !(!c[a.getComputedStyle("float")] && !c[a.getAttribute("align")])) : c = !1);
20653 } [a.getComputedStyle("position")]
20726getComputedStyle.call(c, "border-" + y[l] + "-width"), 10) || 0, h[y[l]] = parseInt(c.getComputedS…
24667 …if (d = a && a.type == CKEDITOR.NODE_ELEMENT) d = !(r[a.getComputedStyle("float")] || r[a.getAttri…
24669 !u[a.getComputedStyle("position")]
24920 b = this.container.getComputedStyle("position");