HomeSort by relevance Sort by last modified time
    Searched refs:clientWidth (Results 1 - 25 of 46) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/
RenderMarquee.cpp 118 int clientWidth = box->clientWidth();
128 return max(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth));
130 return ltr ? contentWidth : clientWidth;
134 return min(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth));
136 return ltr ? -clientWidth : -contentWidth;
295 int clientSize = (isHorizontal() ? m_layer->renderBox()->clientWidth() : m_layer->renderBox()->clientHeight());
RenderBox.h 140 int maxXLayoutOverflow() const { return m_overflow ? m_overflow->maxXLayoutOverflow() : borderLeft() + clientWidth(); }
165 int contentWidth() const { return clientWidth() - paddingLeft() - paddingRight(); }
175 // More IE extensions. clientWidth and clientHeight represent the interior of an object
179 int clientWidth() const;
181 int clientLogicalWidth() const { return style()->isHorizontalWritingMode() ? clientWidth() : clientHeight(); }
182 int clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : clientWidth(); }
184 IntRect clientBoxRect() const { return IntRect(clientLeft(), clientTop(), clientWidth(), clientHeight()); }
186 // scrollWidth/scrollHeight will be the same as clientWidth/clientHeight unless the
RenderLayer.cpp     [all...]
RenderBox.cpp 419 // More IE extensions. clientWidth and clientHeight represent the interior of an object
421 int RenderBox::clientWidth() const
438 return max(clientWidth(), maxXLayoutOverflow() - borderLeft());
439 return clientWidth() - min(0, minXLayoutOverflow() - borderLeft());
659 return canBeProgramaticallyScrolled(false) && (scrollHeight() != clientHeight() || scrollWidth() != clientWidth());
    [all...]
RenderListBox.cpp 634 return clientWidth();
RenderTreeAsText.cpp 620 if (l.renderBox() && l.renderBox()->clientWidth() != l.scrollWidth())
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineGrid.js 74 var dividersLabelBarElementClientWidth = this._dividersLabelBarElement.clientWidth;
75 var clientWidth = dividersLabelBarElementClientWidth - paddingLeft;
89 dividersLabelBarElementClientWidth = this._dividersLabelBarElement.clientWidth;
108 var left = paddingLeft + clientWidth * (i / dividerCount);
TimelineOverviewPane.js 282 if (end > this._overviewGrid.element.clientWidth) {
283 end = this._overviewGrid.element.clientWidth;
304 if (end > this._overviewGrid.element.clientWidth - 10)
305 end = this._overviewGrid.element.clientWidth;
313 const rulerAdjustment = 1 / this._overviewGrid.element.clientWidth;
315 this.windowLeft = start / this._overviewGrid.element.clientWidth;
321 this.windowRight = end / this._overviewGrid.element.clientWidth;
Drawer.js 115 var oldRight = this._drawerStatusBar.clientWidth - (this._counters.offsetLeft + this._currentPanelCounters.offsetWidth);
174 var newRight = this._drawerStatusBar.clientWidth - this._counters.offsetLeft;
175 var oldRight = this._mainStatusBar.clientWidth - (this._currentPanelCounters.offsetLeft + this._currentPanelCounters.offsetWidth);
TimelinePanel.js 227 var clientWidth = this._graphRowsElement.offsetWidth - this._expandOffset;
231 var positions = this._calculator.computeBarGraphWindowPosition(record, clientWidth);
233 if (dividerPosition < 0 || dividerPosition >= clientWidth || dividers[dividerPosition])
700 computeBarGraphWindowPosition: function(record, clientWidth)
704 var workingArea = clientWidth - minWidth - borderWidth;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 373 int clientWidth = client.right - client.left;
375 bool sizeDirty = clientWidth != getWidth() || clientHeight != getHeight();
379 resetSwapChain(clientWidth, clientHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 377 int clientWidth = clientArea.width;
391 if (clientWidth == 0) {
392 clientWidth = imageWidth;
397 clientWidth = size.x * 70 / 100;
407 clientWidth = size.y * 80 / 100;
412 mHScale.setSize(imageWidth, fullWidth, clientWidth);
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 602 int clientWidth = visibleWidth();
603 m_horizontalScrollbar->setEnabled(contentsWidth() > clientWidth);
604 int pageStep = max(max<int>(clientWidth * Scrollbar::minFractionToStepWhenPaging(), clientWidth - Scrollbar::maxOverlapBetweenPages()), 1);
617 m_horizontalScrollbar->setProportion(clientWidth, contentsWidth());
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 96 var correction = window.innerWidth - document.documentElement.clientWidth;
  /external/webkit/Source/WebCore/dom/
Element.idl 78 readonly attribute long clientWidth;
Element.h 160 int clientWidth();
Element.cpp 417 int Element::clientWidth()
421 // When in strict mode, clientWidth for the document element should return the width of the containing frame.
422 // When in quirks mode, clientWidth for the body element should return the width of the containing frame.
433 return adjustForAbsoluteZoom(rend->clientWidth(), rend);
    [all...]
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 388 ASSERT(container->renderBox()->scrollWidth() > (container->renderBox()->scrollLeft() + container->renderBox()->clientWidth()));
389 dx = min(Scrollbar::pixelsPerLineStep(), container->renderBox()->scrollWidth() - (container->renderBox()->scrollLeft() + container->renderBox()->clientWidth()));
467 return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLeft() + container->renderBox()->clientWidth() < container->renderBox()->scrollWidth());
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 151 insideEl.scrollbarWidth = insideEl.offsetWidth - insideEl.clientWidth;
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 1231 HRESULT STDMETHODCALLTYPE DOMElement::clientWidth(
1237 *result = m_element->clientWidth();
    [all...]
DOMCoreClasses.h 802 virtual HRESULT STDMETHODCALLTYPE clientWidth(
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCore.idl 642 - (int)clientWidth;
644 HRESULT clientWidth([out, retval] int* result);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 679 renderLayer->scrollWidth() - box->clientWidth(),
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 729 this.grid_.parentNode.clientWidth + 'px';
731 this.table_.list_.style.width = this.table_.parentNode.clientWidth + 'px';
    [all...]

Completed in 753 milliseconds

1 2