Home
last modified time | relevance | path

Searched refs:contentWidth (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
DRenderMarquee.cpp119 int contentWidth = ltr ? box->maxXLayoutOverflow() : box->minXLayoutOverflow(); in computePosition() local
121 contentWidth += (box->paddingRight() - box->borderLeft()); in computePosition()
123 contentWidth = box->width() - contentWidth; in computePosition()
124 contentWidth += (box->paddingLeft() - box->borderRight()); in computePosition()
128 return max(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth)); in computePosition()
130 return ltr ? contentWidth : clientWidth; in computePosition()
134 return min(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth)); in computePosition()
136 return ltr ? -clientWidth : -contentWidth; in computePosition()
DRenderApplet.cpp66 int contentWidth = style()->width().isFixed() ? style()->width().value() : in createWidgetIfNecessary() local
80 …setWidget(frame->loader()->subframeLoader()->createJavaAppletWidget(IntSize(contentWidth, contentH… in createWidgetIfNecessary()
DRenderFileUploadControl.cpp192 return max(0, contentWidth() - m_button->renderBox()->width() - afterButtonSpacing in maxFilenameWidth()
242 … textX = contentLeft + contentWidth() - buttonAndIconWidth - style()->font().width(textRun); in paintObject()
261 …iconX = contentLeft + contentWidth() - m_button->renderBox()->width() - afterButtonSpacing - iconW… in paintObject()
DRenderBox.h117 …urn IntRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeigh… in contentBoxRect()
165 int contentWidth() const { return clientWidth() - paddingLeft() - paddingRight(); } in contentWidth() function
167 …int contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : con… in contentLogicalWidth()
168 …calHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); } in contentLogicalHeight()
DRenderFlexibleBox.cpp458 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos; in layoutHorizontalBox()
669 …childX += child->marginLeft() + max(0, (contentWidth() - (child->width() + child->marginLeft() + c… in layoutVerticalBox()
675 childX += contentWidth() - child->marginRight() - child->width(); in layoutVerticalBox()
681 childX += contentWidth() - child->marginRight() - child->width(); in layoutVerticalBox()
DRenderSlider.cpp112 thumbRect.setWidth(thumb->style()->width().calcMinValue(contentWidth())); in thumbRect()
DRenderMenuList.cpp240 contentWidth(), in controlClipRect()
245 m_innerBlock->contentWidth(), in controlClipRect()
DRenderImage.cpp243 int cWidth = contentWidth(); in paintReplaced()
DRenderListBox.cpp255 contentWidth(), itemHeight()); in itemBoundingBoxRect()
DRenderBox.cpp3176 int right = contentWidth() + borderAndPaddingWidth(); in positionForPoint()
3208 int right = left + renderer->contentWidth(); in positionForPoint()
DRenderBlock.cpp2357 … int ruleRight = isHorizontalWritingMode() ? ruleLeft + ruleWidth : ruleLeft + contentWidth(); in paintColumnRules()
5218 …e ? borderTop() + paddingTop() + contentHeight() : borderRight() + paddingRight() + contentWidth(); in baselinePosition()
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/
Dwebviewtestdefault.qml9 contentWidth: myweb.width; contentHeight: myweb.height
Dwebviewtest.qml9 contentWidth: myweb.width; contentHeight: myweb.height
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1341 int contentWidth; in layout() local
1344 contentWidth = m_baseWidth - scrollbarWidth; in layout()
1347 contentWidth = baseWidth + paddingWidth; in layout()
1351 contentWidth = m_baseWidth - scrollbarWidth; in layout()
1357 setContentsSize(IntSize(contentWidth, getRowBounds(numItems() - 1).maxY())); in layout()
/external/webkit/Source/WebCore/loader/
DSubframeLoader.cpp169 size = IntSize(renderer->contentWidth(), renderer->contentHeight()); in loadMediaPlayerProxyPlugin()
345 IntSize contentSize(renderer->contentWidth(), renderer->contentHeight()); in loadPlugin()
/external/webkit/Source/WebCore/html/shadow/
DSliderThumbElement.cpp131 trackSize = input->renderBox()->contentWidth() - renderBox()->width(); in setPositionFromPoint()
/external/webkit/Source/WebCore/html/
DHTMLImageElement.cpp280 return box ? adjustForAbsoluteZoom(box->contentWidth(), box) : 0; in width()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h487 void showRect(int left, int top, int width, int height, int contentWidth,
DWebViewCore.cpp3012 renderText->contentWidth())); in scrollFocusedTextInput()
4082 int contentWidth, int contentHeight, float xPercentInDoc, in showRect() argument
4090 left, top, width, height, contentWidth, contentHeight, in showRect()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-03593 (KJS::HTMLDocument::tryGet): Use contentWidth and contentHeight
1298 (RenderBox::contentWidth):
1767 (RenderBox::contentWidth):
DChangeLog-2003-10-258259 (RenderBox::contentWidth):
15020 (RenderBox::contentWidth):
DChangeLog-2005-08-2346933 (RenderBox::contentWidth):
47630 (RenderBox::contentWidth):
49847 (RenderBox::contentWidth):
49888 (khtml::RenderObject::contentWidth):
DChangeLog-2006-12-3147495 (WebCore::RenderBox::contentWidth):
51212 (WebCore::RenderBox::contentWidth):
DChangeLog-2007-10-1465417 (WebCore::RenderObject::contentWidth):
67570 a block. For now it still returns contentWidth(), so no behavioral change has occurred yet.
DChangeLog-2006-05-1030222 (WebCore::RenderBox::contentWidth):

12