Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/rendering/
DRenderMarquee.cpp138 int clientHeight = box->clientHeight(); in computePosition() local
141 return min(contentHeight - clientHeight, 0); in computePosition()
143 return -clientHeight; in computePosition()
147 return max(contentHeight - clientHeight, 0); in computePosition()
292 …ze = (isHorizontal() ? m_layer->renderBox()->clientWidth() : m_layer->renderBox()->clientHeight()); in timerFired()
DRenderLayer.cpp1206 int maxY = scrollHeight() - box->clientHeight(); in scrollToOffset()
1300 …sPos.x() + scrollXOffset(), absPos.y() + scrollYOffset(), box->clientWidth(), box->clientHeight()); in scrollRectToVisible()
1816 int clientHeight = box->clientHeight(); in computeScrollDimensions() local
1826 m_scrollHeight = max(bottomPos, clientHeight); in computeScrollDimensions()
1833 *needVBar = bottomPos > clientHeight; in computeScrollDimensions()
1876 int newY = max(0, min(m_scrollY, scrollHeight() - box->clientHeight())); in updateScrollInfoAfterLayout()
1961 int clientHeight = box->clientHeight(); in updateScrollInfoAfterLayout() local
1962 …int pageStep = max(max<int>(clientHeight * Scrollbar::minFractionToStepWhenPaging(), clientHeight in updateScrollInfoAfterLayout()
1964 m_vBar->setProportion(clientHeight, m_scrollHeight); in updateScrollInfoAfterLayout()
DRenderBox.h111 int contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); } in contentHeight()
123 int clientHeight() const;
DRenderListBox.cpp556 return max(clientHeight(), listHeight()); in scrollHeight()
DRenderTreeAsText.cpp482 if (l.renderBox() && l.renderBox()->clientHeight() != l.scrollHeight()) in write()
DRenderBox.cpp260 int RenderBox::clientHeight() const in clientHeight() function in WebCore::RenderBox
280 return max(clientHeight(), lowestPosition(true, false) - borderTop()); in scrollHeight()
437 …return canBeProgramaticallyScrolled(false) && (scrollHeight() != clientHeight() || scrollWidth() !… in canBeScrolledAndHasScrollableArea()
/external/webkit/WebCore/platform/
DScrollView.cpp452 int clientHeight = visibleHeight(); in updateScrollbars() local
453 m_verticalScrollbar->setEnabled(contentsHeight() > clientHeight); in updateScrollbars()
454 …int pageStep = max(max<int>(clientHeight * Scrollbar::minFractionToStepWhenPaging(), clientHeight in updateScrollbars()
456 pageStep = clientHeight; in updateScrollbars()
469 m_verticalScrollbar->setProportion(clientHeight, contentsHeight()); in updateScrollbars()
/external/webkit/WebCore/inspector/front-end/
DPopup.js109 …{x: 0, y: 0, width: targetDocumentElement.clientWidth, height: targetDocumentElement.clientHeight};
DTextViewer.js249 var visibleTo = this.element.scrollTop + this.element.clientHeight;
DTimelinePanel.js354 var visibleBottom = visibleTop + this._containerElement.clientHeight;
/external/webkit/WebCore/dom/
DElement.h134 int clientHeight();
DElement.idl79 readonly attribute long clientHeight;
DElement.cpp358 int Element::clientHeight() in clientHeight() function in WebCore::Element
375 return adjustForAbsoluteZoom(rend->clientHeight(), rend); in clientHeight()
/external/webkit/WebKit/win/Interfaces/
DDOMCore.idl647 - (int)clientHeight;
649 HRESULT clientHeight([out, retval] int* result);
/external/webkit/WebKit/win/
DDOMCoreClasses.cpp1189 HRESULT STDMETHODCALLTYPE DOMElement::clientHeight( in clientHeight() function in DOMElement
1195 *result = m_element->clientHeight(); in clientHeight()
DDOMCoreClasses.h806 virtual HRESULT STDMETHODCALLTYPE clientHeight(
DChangeLog-2009-06-1611447 (DeprecatedDOMElement::clientHeight):
22115 (DOMElement::clientHeight):
/external/webkit/WebCore/editing/
DEditorCommand.cpp262 int height = toRenderBox(renderer)->clientHeight(); in verticalScrollDistance()
/external/webkit/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js1957 var originalHeight = element.clientHeight;
2044 var height = element.clientHeight;
Dconcat-jquery-mootools-prototype.js6777 return {x: doc.clientWidth, y: doc.clientHeight};
10336 var originalHeight = element.clientHeight;
10423 var height = element.clientHeight;
Dmootools-1.2.2-core-nc.js2401 return {x: doc.clientWidth, y: doc.clientHeight};
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h182 @property(readonly) int clientHeight;
/external/webkit/WebCore/
DWebCore.order8717 -[DOMElement clientHeight]
DChangeLog-2006-12-3131697 (WebCore::RenderObject::clientHeight):
45314 (-[DOMHTMLElement clientHeight]):
47510 (WebCore::RenderObject::clientHeight):
50242 clientWidth/clientHeight on document element in strict mode should return visible frame size
50246 (WebCore::Element::clientHeight):
DChangeLog-2009-06-1640864 (WebCore::Element::clientHeight):
43883 (WebCore::Element::clientHeight):
43888 (WebCore::RenderBox::clientHeight):
48323 (WebCore::RenderBox::clientHeight):
49046 (WebCore::RenderBox::clientHeight):
50743 (WebCore::Element::clientHeight):
50871 (WebCore::RenderBox::clientHeight):
58749 (WebCore::Element::clientHeight):

12