Searched defs:scrollWidth (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLBodyElement.cpp331 int HTMLBodyElement::scrollWidth() const function in class:WebCore::HTMLBodyElement
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp631 int RenderListBox::scrollWidth() const function in class:WebCore::RenderListBox
769 return IntSize(scrollWidth(), scrollHeight());
H A DRenderTextControlSingleLine.cpp398 innerLayer->scrollToOffset(!style()->isLeftToRightDirection() ? innerLayer->scrollWidth() : 0, 0);
1041 int RenderTextControlSingleLine::scrollWidth() const function in class:WebCore::RenderTextControlSingleLine
1044 return innerTextElement()->scrollWidth();
1045 return RenderBlock::scrollWidth();
H A DRenderBox.cpp431 int RenderBox::scrollWidth() const function in class:WebCore::RenderBox
434 return layer()->scrollWidth();
659 return canBeProgramaticallyScrolled(false) && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth());
H A DRenderLayer.cpp1347 // Call the scrollWidth/Height functions so that the dimensions will be computed if they need
1349 int maxX = scrollWidth() - box->clientWidth();
1491 xOffset = max(0, min(scrollWidth() - layerBounds.width(), xOffset));
1838 return IntSize(const_cast<RenderLayer*>(this)->scrollWidth(), const_cast<RenderLayer*>(this)->scrollHeight());
2091 // When width/height change, the scrollWidth/scrollHeight should be dirty.
2110 int RenderLayer::scrollWidth() function in class:WebCore::RenderLayer
2214 int newX = max(0, min(scrollXOffset(), scrollWidth() - box->clientWidth()));
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp1287 HRESULT STDMETHODCALLTYPE DOMElement::scrollWidth( function in class:DOMElement
1293 *result = m_element->scrollWidth();
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h188 @property(readonly) int scrollWidth; variable
/external/webkit/Source/WebCore/dom/
H A DElement.cpp488 int Element::scrollWidth() const function in class:WebCore::Element
492 return adjustForAbsoluteZoom(rend->scrollWidth(), rend);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
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 ...

Completed in 203 milliseconds