Home
last modified time | relevance | path

Searched refs:scrollWidth (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium/chrome/browser/resources/
Dprint_preview_animations.js70 var scrollWidth = el.scrollWidth;
76 var elevatorWidth = offsetWidth / scrollWidth * offsetWidth;
85 if (offsetWidth >= scrollWidth) {
91 var x = scrollLeft / (scrollWidth - offsetWidth);
Dnew_new_tab.js1381 if (el.scrollWidth > el.clientWidth) {
/external/chromium/chrome/browser/resources/shared/js/cr/
Dui.js139 if (el.scrollWidth > max) {
143 var sw = el.scrollWidth;
/external/chromium-trace/trace-viewer/src/
Dui.js139 if (el.scrollWidth > max) {
143 var sw = el.scrollWidth;
/external/webkit/Source/WebCore/html/
DHTMLBodyElement.h91 virtual int scrollWidth() const;
DHTMLBodyElement.cpp331 int HTMLBodyElement::scrollWidth() const in scrollWidth() function in WebCore::HTMLBodyElement
/external/webkit/Source/WebCore/rendering/
DRenderListBox.h94 virtual int scrollWidth() const;
DRenderTextControlSingleLine.cpp398 … innerLayer->scrollToOffset(!style()->isLeftToRightDirection() ? innerLayer->scrollWidth() : 0, 0); in forwardEvent()
1041 int RenderTextControlSingleLine::scrollWidth() const in scrollWidth() function in WebCore::RenderTextControlSingleLine
1044 return innerTextElement()->scrollWidth(); in scrollWidth()
1045 return RenderBlock::scrollWidth(); in scrollWidth()
DRenderTextControlSingleLine.h81 virtual int scrollWidth() const;
DRenderTreeAsText.cpp620 if (l.renderBox() && l.renderBox()->clientWidth() != l.scrollWidth()) in write()
621 ts << " scrollWidth " << l.scrollWidth(); in write()
DRenderListBox.cpp631 int RenderListBox::scrollWidth() const in scrollWidth() function in WebCore::RenderListBox
769 return IntSize(scrollWidth(), scrollHeight()); in contentsSize()
DRenderBox.h193 virtual int scrollWidth() const;
DRenderLayer.h234 int scrollWidth();
DRenderLayer.cpp1349 int maxX = scrollWidth() - box->clientWidth(); in scrollTo()
1491 xOffset = max(0, min(scrollWidth() - layerBounds.width(), xOffset)); in scrollTo()
1838 …return IntSize(const_cast<RenderLayer*>(this)->scrollWidth(), const_cast<RenderLayer*>(this)->scro… in scrollTo()
2110 int RenderLayer::scrollWidth() in scrollTo() function in WebCore::RenderLayer
2214 int newX = max(0, min(scrollXOffset(), scrollWidth() - box->clientWidth())); in scrollTo()
DRenderBox.cpp431 int RenderBox::scrollWidth() const in scrollWidth() function in WebCore::RenderBox
434 return layer()->scrollWidth(); in scrollWidth()
659 …return canBeProgramaticallyScrolled(false) && (scrollHeight() != clientHeight() || scrollWidth() !… in canBeScrolledAndHasScrollableArea()
/external/webkit/Source/WebCore/page/
DSpatialNavigation.cpp388 …ASSERT(container->renderBox()->scrollWidth() > (container->renderBox()->scrollLeft() + container->… in scrollInDirection()
389 …dx = min(Scrollbar::pixelsPerLineStep(), container->renderBox()->scrollWidth() - (container->rende… in scrollInDirection()
467 …x()->scrollLeft() + container->renderBox()->clientWidth() < container->renderBox()->scrollWidth()); in canScrollInDirection()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp679 renderLayer->scrollWidth() - box->clientWidth(), in setScrollLimits()
706 box->borderLeft() + box->borderRight() + layer->scrollWidth() in repaint()
742 rtlOffset = layer->scrollWidth() - width; // Scroll all the way right. in repaint()
/external/webkit/Source/WebCore/dom/
DElement.idl82 readonly attribute long scrollWidth;
DElement.h166 virtual int scrollWidth() const;
DElement.cpp488 int Element::scrollWidth() const in scrollWidth() function in WebCore::Element
492 return adjustForAbsoluteZoom(rend->scrollWidth(), rend); in scrollWidth()
/external/webkit/Source/WebKit/win/Interfaces/
DDOMCore.idl672 - (int)scrollWidth;
674 HRESULT scrollWidth([out, retval] int* result);
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp1287 HRESULT STDMETHODCALLTYPE DOMElement::scrollWidth( in scrollWidth() function in DOMElement
1293 *result = m_element->scrollWidth(); in scrollWidth()
DDOMCoreClasses.h820 virtual HRESULT STDMETHODCALLTYPE scrollWidth(
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2297 return {x: this.scrollWidth, y: this.scrollHeight};
2411 return {x: Math.max(doc.scrollWidth, min.x), y: Math.max(doc.scrollHeight, min.y)};
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3009 int x = (int)round(xPercent * (renderText->scrollWidth() - in scrollFocusedTextInput()
3472 contentRect.setWidth(rtc->scrollWidth()); in createTextFieldInitData()
3900 int width = rtc->scrollWidth(); in updateTextSizeAndScroll()

12