Home
last modified time | relevance | path

Searched refs:isBody (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js4397 return styleString(el, 'position') != 'static' || isBody(el);
4407 if (isBody(this)){
4417 if (isBody(this)) return this.getWindow().getSize();
4422 if (isBody(this)) return this.getWindow().getScrollSize();
4427 if (isBody(this)) return this.getWindow().getScroll();
4433 while (element && !isBody(element)){
4443 if (isBody(element) || styleString(element, 'position') == 'fixed') return null;
4452 if (isBody(element) || styleString(element, 'position') == 'fixed') return null;
4477 if (isBody(this)) return position;
4479 while (element && !isBody(element)){
[all …]