Home
last modified time | relevance | path

Searched refs:clientHeight (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/tools/telemetry/telemetry/page/actions/
Dscroll.js54 var clientHeight;
57 clientHeight = window.innerHeight;
59 clientHeight = this.element_.clientHeight;
63 clientHeight;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DViewportControl.js81 if (!this.element.clientHeight)
100 var visibleTo = visibleFrom + this.element.clientHeight;
127 return Math.floor(this.element.clientHeight / this._rowHeight);
168 this.element.scrollTop = this._rowHeight * (index + 1) - this.element.clientHeight;
DPaintProfilerView.js67 this._canvas.height = this.element.clientHeight * window.devicePixelRatio;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMarquee.cpp144 int clientHeight = this->clientHeight(); in computePosition() local
147 return min(contentHeight - clientHeight, 0); in computePosition()
149 return -clientHeight; in computePosition()
153 return max(contentHeight - clientHeight, 0); in computePosition()
301 int clientSize = (isHorizontal() ? clientWidth() : clientHeight()); in timerFired()
DRenderBox.h168 …clientWidth() - computedCSSPaddingLeft() - computedCSSPaddingRight(), clientHeight() - computedCSS… in computedCSSContentBoxRect()
214 LayoutUnit contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); } in contentHeight()
234 LayoutUnit clientHeight() const;
235 …ogicalWidth() const { return style()->isHorizontalWritingMode() ? clientWidth() : clientHeight(); } in clientLogicalWidth()
236 …ntLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : clientWidth… in clientLogicalHeight()
238 …entBoxRect() const { return LayoutRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); } in clientBoxRect()
471 …l hasScrollableOverflowY() const { return scrollsOverflowY() && scrollHeight() != clientHeight(); } in hasScrollableOverflowY()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dlist.js33 y < rect.top + el.clientTop + el.clientHeight;
644 var clientHeight = this.clientHeight;
649 if (top + itemHeight > scrollTop + clientHeight - paddingY) {
650 this.scrollTop = top + itemHeight - clientHeight + paddingY;
807 var clientHeight = this.clientHeight;
811 Math.ceil(clientHeight / itemHeight) + 1,
812 this.countItemsInRange_(firstIndex, scrollTop + clientHeight)));
859 var clientHeight = this.clientHeight;
Dgrid.js163 var clientHeight = this.clientHeight;
165 columns * (Math.ceil(clientHeight / itemHeight) + 1),
166 this.countItemsInRange_(firstIndex, scrollTop + clientHeight));
Dposition_util.js69 height: docElement.clientHeight,
72 bottom: docElement.clientHeight,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
Dlist.js33 y < rect.top + el.clientTop + el.clientHeight;
647 var clientHeight = this.clientHeight;
652 if (top + itemHeight > scrollTop + clientHeight - paddingY) {
653 this.scrollTop = top + itemHeight - clientHeight + paddingY;
810 var clientHeight = this.clientHeight;
814 Math.ceil(clientHeight / itemHeight) + 1,
815 this.countItemsInRange_(firstIndex, scrollTop + clientHeight)));
863 var clientHeight = this.clientHeight;
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dgrid.js145 this.clientHeight_ = this.clientHeight;
158 this.clientHeight_ = this.clientHeight;
228 getItemsInViewPort: function(scrollTop, clientHeight) { argument
234 columns * (Math.ceil(clientHeight / itemHeight) + 1),
235 this.countItemsInRange_(firstIndex, scrollTop + clientHeight));
Dlist.js33 y < rect.top + el.clientTop + el.clientHeight;
712 var clientHeight = this.clientHeight;
717 var availableHeight = clientHeight - paddingY;
900 getItemsInViewPort: function(scrollTop, clientHeight) { argument
908 var lastIndex = this.getIndexForListOffset_(scrollTop + clientHeight);
1058 if (!dataModel || !this.autoExpands_ && this.clientHeight == 0) {
1062 this.remainingSpace_ = this.clientHeight != 0;
1069 var clientHeight = this.clientHeight;
1078 var itemsInViewPort = this.getItemsInViewPort(scrollTop, clientHeight);
Dbubble.js157 var documentHeight = document.documentElement.clientHeight;
223 anchor.top - this.clientHeight - arrow.height / 2;
298 var edgeOffset = (-bubbleArrow.clientHeight / 2) + 'px';
Dposition_util.js68 height: docElement.clientHeight,
71 bottom: docElement.clientHeight,
/external/chromium_org/third_party/angle/src/libEGL/
DSurface.cpp311 int clientHeight = client.bottom - client.top; in checkForOutOfDateSwapChain() local
312 bool sizeDirty = clientWidth != getWidth() || clientHeight != getHeight(); in checkForOutOfDateSwapChain()
323 resetSwapChain(clientWidth, clientHeight); in checkForOutOfDateSwapChain()
327 resizeSwapChain(clientWidth, clientHeight); in checkForOutOfDateSwapChain()
/external/chromium_org/chrome/browser/resources/ntp4/
Dtile_page.js971 this.lastHeight_ == this.clientHeight) {
978 this.lastHeight_ = this.clientHeight;
1028 var newMargin = document.documentElement.clientHeight / 3 -
1106 this.tileGrid_.style.minHeight = (this.clientHeight -
1109 (this.footerNode_ ? this.footerNode_.clientHeight : 0)) + 'px';
1183 if (adjustedScrollHeight <= content.clientHeight) {
1191 content.scrollTop / adjustedScrollHeight * content.clientHeight;
1192 var thumbHeight = content.clientHeight / adjustedScrollHeight *
1193 this.clientHeight;
/external/chromium_org/chrome/browser/resources/chromeos/login/
Dscreen_locally_managed_user_creation.js359 var clientHeight = scroller.clientHeight;
374 if (top + itemHeight > scrollTop + clientHeight - paddingY) {
375 self.scrollTop = top + itemHeight - clientHeight + paddingY;
382 if (itemHeight <= clientHeight) {
385 if (scrollTop + clientHeight < top + itemHeight)
390 if (top + itemHeight < scrollTop + clientHeight)
/external/chromium_org/chrome/browser/resources/net_internals/
Dwaterfall_view.js264 $(WaterfallView.MAIN_BOX_ID).clientHeight) {
267 $(WaterfallView.MAIN_BOX_ID).clientHeight -
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
Dfloats.js49 container.clientHeight;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dribbon.js138 newThumbnail.style.marginLeft = -(this.clientHeight - 2) + 'px';
165 var itemWidth = this.clientHeight - 2;
/external/chromium_org/native_client_sdk/src/resources/
Dindex.js75 var wrapperHeight = iframeWrapperEl.clientHeight;
/external/chromium_org/third_party/WebKit/Source/web/resources/
DsuggestionPicker.js288 this._containerElement.scrollTop -= this._containerElement.clientHeight;
295 this._containerElement.scrollTop += this._containerElement.clientHeight;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
Dscene.js152 var rcH = rendererContainer.clientHeight;
229 var h = rendererContainer.clientHeight;
/external/chromium/chrome/browser/resources/gpu_internals/
Dtimeline.js146 this.lastSize_ = this.clientWidth + 'x' + this.clientHeight;
148 var curSize = this.clientWidth + 'x' + this.clientHeight;
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
Dtable_list.js112 height = this.clientHeight;
/external/chromium_org/remoting/webapp/
Dclient_session.js1101 var clientHeight = document.documentElement.clientHeight;
1110 if (pluginHeight < clientHeight) {
1111 parentNode.style.top = (clientHeight - pluginHeight) / 2 + 'px';

1234