Searched refs:offsetHeight (Results 1 - 25 of 120) sorted by relevance

12345

/external/chromium_org/ui/login/
H A Dlogin_ui_tools.js17 $('outer-container').offsetHeight -
H A Dbubble.js206 Math.min(ARROW_OFFSET, el.offsetHeight / 2)] :
214 pos.bottom = origin.bottom + el.offsetHeight + opt_padding;
222 pos.top = origin.top + el.offsetHeight + opt_padding;
233 pos.bottom = origin.bottom + el.offsetHeight + opt_padding;
241 pos.top = origin.top + el.offsetHeight + opt_padding;
/external/chromium_org/remoting/webapp/unittests/
H A Dmenu_button_unittest.js38 ok(menu.offsetWidth == 0 && menu.offsetHeight == 0);
40 ok(menu.offsetWidth != 0 && menu.offsetHeight != 0);
47 ok(menu.offsetWidth == 0 && menu.offsetHeight == 0);
58 ok(menu.offsetWidth == 0 && menu.offsetHeight == 0);
66 ok(menu.offsetWidth == 0 && menu.offsetHeight == 0);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsettings_app_browsertest.js30 return elem.offsetWidth > 0 || elem.offsetHeight > 0;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed_iframe.js6 var msg = JSON.stringify({type:"size", size:document.body.offsetHeight});
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
H A Dcharacter_fallback_test.js24 target.offsetHeight;
/external/chromium_org/third_party/polymer/components-chromium/core-layout-trbl/
H A Dcore-slide-extracted.js105 var h = this.target.offsetHeight;
116 h = s.offsetHeight;
123 var h = this.target.offsetHeight;
135 h = s.offsetHeight;
H A Dcore-layout-trbl-extracted.js40 vertical = (c.offsetWidth == 0 && c.offsetHeight !== 0);
66 h: c.offsetHeight
70 hh += c.offsetHeight;
/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler.js39 var unused = document.body.offsetHeight; // force layout
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Dfedex_tos.js34 this.getElement().style.height = heightHelperEl.offsetHeight + 'px';
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
H A Dmain.js13 bounds.height = content.offsetHeight;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_overscan.js76 displayOptionsPage.offsetHeight - 50 + 'px';
83 operationsTable.offsetHeight / 2 + 'px';
H A Ddisplay_options.js59 height: element.offsetHeight
382 newPosition.y = this.snapToEdge_(newPosition.y, draggingDiv.offsetHeight,
383 baseDiv.offsetTop, baseDiv.offsetHeight);
387 y: newPosition.y + draggingDiv.offsetHeight / 2
394 height: baseDiv.offsetHeight
421 if (newPosition.y > baseDiv.offsetTop + baseDiv.offsetHeight)
425 else if (newPosition.y + draggingDiv.offsetHeight <
475 baseDiv.offsetTop - draggingDiv.offsetHeight + 'px';
480 baseDiv.offsetTop + baseDiv.offsetHeight + 'px';
543 baseDiv.offsetTop - draggingDiv.offsetHeight
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDialog.js173 var positionY = box.y + (relativeToElement.offsetHeight - element.offsetHeight) / 2;
174 positionY = Number.constrain(positionY, 0, container.offsetHeight - element.offsetHeight);
H A DSoftContextMenu.js77 if (document.body.offsetHeight < this._contextMenuElement.offsetTop + this._contextMenuElement.offsetHeight)
78 this._contextMenuElement.style.top = Math.max(0, document.body.offsetHeight - this._contextMenuElement.offsetHeight) + "px";
/external/chromium_org/third_party/polymer/components-chromium/core-header-panel/
H A Dcore-header-panel-extracted.js121 main.scrollHeight < this.$.outerContainer.offsetHeight);
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview_animations.js50 var height = el.offsetHeight;
74 var height = el.offsetHeight;
76 el.offsetHeight; // Should force an update of the computed style.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVideo.cpp242 LayoutUnit RenderVideo::offsetHeight() const function in class:blink::RenderVideo
245 return block->offsetHeight();
246 return RenderMedia::offsetHeight();
H A DRenderVideo.h74 virtual LayoutUnit offsetHeight() const OVERRIDE;
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dstep.js228 this.arrow_.offsetTop + this.arrow_.offsetHeight / 2];
242 top = Math.min(top, document.body.offsetHeight - this.offsetHeight -
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DFontView.js110 var result = { width: this._dummyElement.offsetWidth, height: this._dummyElement.offsetHeight };
129 const containerHeight = this.element.offsetHeight - 30;
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dgrid.js122 * Must be updated when offsetWidth and/or offsetHeight changed.
127 var offsetHeight = this.offsetHeight;
132 this.lastOffsetHeight_ = offsetHeight;
137 this.lastOffsetHeight_ = offsetHeight;
H A Dexpandable_bubble.js123 (top - this.offsetHeight + this.unexpandedHeight) + 'px' :
204 this.unexpandedHeight = this.offsetHeight;
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.js125 return this.getElement().offsetHeight -
129 this.getChildElement('.action-area').offsetHeight;
/external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
H A Djquery.tablednd.js152 if (e.offsetHeight == 0) {
242 var rowHeight = parseInt(row.offsetHeight)/2;
243 if (row.offsetHeight == 0) {
245 rowHeight = parseInt(row.firstChild.offsetHeight)/2;

Completed in 493 milliseconds

12345