Searched refs:clientHeight (Results 1 - 25 of 39) sorted by path

12

/external/chromium-trace/
H A Dscript.js26 checkForAttach_:function(){if(this.isAttachedToDocument_&&0!=this.clientWidth){this.iframe_||(this.iframe_=document.createElement("iframe"),this.iframe_.style.cssText="position:absolute;width:100%;height:0;border:0;visibility:hidden;",this.parentEl_.appendChild(this.iframe_),this.iframe_.contentWindow.addEventListener("resize",this.onResizeBoundToThis_));var a=this.clientWidth+"x"+this.clientHeight;if(this.pendingSetFunction_){this.lastSize_=a;try{this.pendingSetFunction_()}catch(b){console.log("While running setWhenPossible:",
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_viewport.js121 var curSize = this.clientWidth + 'x' + this.clientHeight;
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js727 this.grid_.parentNode.clientHeight + 'px';
732 this.table_.list_.style.height = (this.table_.clientHeight - 1 -
733 this.table_.header_.clientHeight) + 'px';
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.js146 this.lastSize_ = this.clientWidth + 'x' + this.clientHeight;
148 var curSize = this.clientWidth + 'x' + this.clientHeight;
H A Dtimeline_track.js211 this.canvas_.height = this.canvasContainer_.clientHeight;
/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js418 return window.innerHeight != document.body.clientHeight;
H A Dprint_preview_animations.js152 insideEl.scrollbarHeight = insideEl.offsetHeight - insideEl.clientHeight;
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.js483 y = Math.min(y, document.body.clientHeight - rect.top -
/external/chromium/chrome/browser/resources/options/
H A Doptions_page.js665 var viewportHeight = document.documentElement.clientHeight;
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dgrid.js163 var clientHeight = this.clientHeight;
165 columns * (Math.ceil(clientHeight / itemHeight) + 1),
166 this.countItemsInRange_(firstIndex, scrollTop + clientHeight));
H A 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
[all...]
H A Dposition_util.js69 height: docElement.clientHeight,
72 bottom: docElement.clientHeight,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js6777 return {x: doc.clientWidth, y: doc.clientHeight};
10336 var originalHeight = element.clientHeight;
10423 var height = element.clientHeight;
H A Dmootools-1.2.2-core-nc.js2401 return {x: doc.clientWidth, y: doc.clientHeight};
H A Dprototype-1.6.0.3.js1957 var originalHeight = element.clientHeight;
2044 var height = element.clientHeight;
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DSurface.cpp374 int clientHeight = client.bottom - client.top; local
375 bool sizeDirty = clientWidth != getWidth() || clientHeight != getHeight();
379 resetSwapChain(clientWidth, clientHeight);
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h185 @property(readonly) int clientHeight; variable
/external/webkit/Source/WebCore/dom/
H A DElement.cpp437 int Element::clientHeight() function in class:WebCore::Element
441 // When in strict mode, clientHeight for the document element should return the height of the containing frame.
442 // When in quirks mode, clientHeight for the body element should return the height of the containing frame.
454 return adjustForAbsoluteZoom(rend->clientHeight(), rend);
H A DElement.h161 int clientHeight();
H A DElement.idl79 readonly attribute long clientHeight;
/external/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp260 int height = std::min<int>(toRenderBox(renderer)->clientHeight(),
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextViewer.js206 this._gutterPanel.syncClientHeight(mainElement.clientHeight);
573 var visibleTo = this.element.scrollTop + this.element.clientHeight;
599 if (offsetParent && offsetParent.scrollHeight > offsetParent.clientHeight)
688 syncClientHeight: function(clientHeight)
690 if (this.element.offsetHeight > clientHeight)
691 this._container.style.setProperty("padding-bottom", (this.element.offsetHeight - clientHeight) + "px");
1689 var visibleTo = this.element.scrollTop + this.element.clientHeight;
H A DTimelinePanel.js552 var visibleBottom = visibleTop + this._containerElement.clientHeight;
618 this.sidebarResizeElement.style.height = this.sidebarElement.clientHeight + "px";

Completed in 365 milliseconds

12