Home
last modified time | relevance | path

Searched refs:toRenderBox (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/
DInlineBox.cpp99 … return isHorizontal() ? toRenderBox(m_renderer)->height() : toRenderBox(m_renderer)->width(); in logicalHeight()
135 toRenderBox(m_renderer)->setInlineBoxWrapper(0); in deleteLine()
143 toRenderBox(m_renderer)->setInlineBoxWrapper(0); in extractLine()
150 toRenderBox(m_renderer)->setInlineBoxWrapper(this); in attachLine()
159 toRenderBox(m_renderer)->move(dx, dy); in adjustPosition()
169 …childPoint = renderer()->containingBlock()->flipForWritingMode(toRenderBox(renderer()), childPoint… in paint()
DRenderBox.h499 inline RenderBox* toRenderBox(RenderObject* object) in toRenderBox() function
505 inline const RenderBox* toRenderBox(const RenderObject* object) in toRenderBox() function
512 void toRenderBox(const RenderBox*);
516 return toRenderBox(previousSibling()); in previousSiblingBox()
521 return toRenderBox(nextSibling()); in nextSiblingBox()
526 return toRenderBox(parent()); in parentBox()
531 return toRenderBox(firstChild()); in firstChildBox()
536 return toRenderBox(lastChild()); in lastChildBox()
DRenderInline.cpp480 RenderBox* box = toRenderBox(continuation()); in absoluteRects()
499 RenderBox* currBox = toRenderBox(curr); in culledInlineAbsoluteRects()
583 RenderBox* currBox = toRenderBox(curr); in culledInlineAbsoluteQuads()
791 RenderBox* currBox = toRenderBox(curr); in culledInlineBoundingBox()
849 RenderBox* currBox = toRenderBox(curr); in culledInlineFirstLineBox()
875 RenderBox* currBox = toRenderBox(curr); in culledInlineLastLineBox()
902 RenderBox* currBox = toRenderBox(curr); in culledInlineVisualOverflowBoundingBox()
1078 RenderBox* containerBox = toRenderBox(o); in computeRectForRepaint()
1114 offset -= toRenderBox(container)->layer()->scrolledContentOffset(); in offsetFromContainer()
1142 …transformState.move(toRenderBox(o)->flipForWritingModeIncludingColumns(roundedIntPoint(transformSt… in mapLocalToContainer()
[all …]
DRenderSlider.cpp110 RenderBox* thumb = toRenderBox(thumbElement->renderer()); in thumbRect()
133 RenderBox* thumb = thumbElement ? toRenderBox(thumbElement->renderer()) : 0; in layout()
DRenderTableRow.cpp199 if (child->isTableCell() && !toRenderBox(child)->hasSelfPaintingLayer()) { in nodeAtPoint()
223 if (!toRenderBox(child)->hasSelfPaintingLayer()) in paint()
DRenderLayerBacking.cpp143 …style->applyTransform(t, toRenderBox(renderer())->borderBoxRect().size(), RenderStyle::ExcludeTran… in updateLayerTransform()
367 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer())); in updateGraphicsLayerGeometry()
411 clippingBox = clipBox(toRenderBox(renderer())); in updateGraphicsLayerGeometry()
426 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect(); in updateGraphicsLayerGeometry()
850 if (toRenderBox(child)->width() > 0 || toRenderBox(child)->height() > 0) in hasNonCompositingDescendants()
1021 contentsRect = toRenderBox(renderer())->contentBoxRect(); in contentsBox()
1321 …if (hasTransform && m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->border… in paintIntoLayer()
1371 …if (m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->borderBoxRect().size()… in paintIntoLayer()
DRenderMedia.cpp64 RenderBox* controlsRenderer = toRenderBox(m_children.firstChild()); in layout()
DRenderObject.cpp342 toRenderBox(oldChild)->removeFloatingOrPositionedChildFromBlockLists(); in removeChild()
551 return toRenderBox(curr); in enclosingBox()
1287 int borderRight = isBox() ? toRenderBox(this)->borderRight() : 0; in repaintAfterLayoutIfNeeded()
1288 int boxWidth = isBox() ? toRenderBox(this)->width() : 0; in repaintAfterLayoutIfNeeded()
1306 int borderBottom = isBox() ? toRenderBox(this)->borderBottom() : 0; in repaintAfterLayoutIfNeeded()
1307 int boxHeight = isBox() ? toRenderBox(this)->height() : 0; in repaintAfterLayoutIfNeeded()
1367 RenderBox* boxParent = toRenderBox(o); in computeRectForRepaint()
1705 toRenderBox(this)->removeFloatingOrPositionedChildFromBlockLists(); in styleWillChange()
1709 toRenderBox(this)->removeFloatingOrPositionedChildFromBlockLists(); in styleWillChange()
1875 …transformState.move(toRenderBox(o)->flipForWritingModeIncludingColumns(roundedIntPoint(transformSt… in mapLocalToContainer()
[all …]
DRenderInputSpeech.cpp68 RenderBox* inputRenderBox = toRenderBox(input->renderer()); in paintInputFieldSpeechButton()
DRenderBlockLineLayout.cpp190 return toRenderBox(obj)->createInlineBox(); in createInlineBoxForRenderer()
502 RenderBox* renderBox = toRenderBox(r->m_object); in computeInlineDirectionPositionsForLine()
632 toRenderBox(r->m_object)->positionLineBox(r->m_box); in computeBlockDirectionPositionsForLine()
800 RenderBox* box = toRenderBox(o); in layoutInlineChildren()
822 toRenderBox(o)->dirtyLineBoxes(fullLayout); in layoutInlineChildren()
831 toRenderBox(o)->dirtyLineBoxes(fullLayout); in layoutInlineChildren()
1596 insertFloatingObject(toRenderBox(object)); in skipTrailingWhitespace()
1598 setStaticPositions(this, toRenderBox(object)); in skipTrailingWhitespace()
1609 …positionNewFloatOnLine(insertFloatingObject(toRenderBox(object)), lastFloatFromPreviousLine, width… in skipLeadingWhitespace()
1611 setStaticPositions(this, toRenderBox(object)); in skipLeadingWhitespace()
[all …]
DRenderBoxModelObject.cpp431 int xPos = (isBox() ? toRenderBox(this)->x() : 0); in offsetLeft()
438 xPos -= toRenderBox(offsetPar)->borderLeft(); in offsetLeft()
446 xPos += toRenderBox(curr)->x(); in offsetLeft()
450 xPos += toRenderBox(offsetPar)->x(); in offsetLeft()
465 int yPos = (isBox() ? toRenderBox(this)->y() : 0); in offsetTop()
472 yPos -= toRenderBox(offsetPar)->borderTop(); in offsetTop()
480 yPos += toRenderBox(curr)->y(); in offsetTop()
484 yPos += toRenderBox(offsetPar)->y(); in offsetTop()
650 context->clip(toRenderBox(this)->overflowClipRect(tx, ty)); in paintFillLayerExtended()
691 int x = isBox() ? toRenderBox(this)->x() : 0; in paintFillLayerExtended()
[all …]
DRenderThemeChromiumSkia.cpp280 RenderBox* inputRenderBox = toRenderBox(input->renderer()); in paintSearchFieldCancelButton()
323 RenderBox* inputRenderBox = toRenderBox(input->renderer()); in paintSearchFieldResultsDecoration()
358 RenderBox* inputRenderBox = toRenderBox(input->renderer()); in paintSearchFieldResultsButton()
DRenderLayer.cpp703 localPoint += toRenderBox(curr)->locationOffsetIncludingFlipping(); in updateLayerPosition()
709 localPoint -= toRenderBox(curr)->locationOffsetIncludingFlipping(); in updateLayerPosition()
722 …enderInline(positionedParent->renderer())->relativePositionedInlineOffset(toRenderBox(renderer())); in updateLayerPosition()
760 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect(); in perspectiveTransform()
785 const IntRect borderBox = toRenderBox(renderer())->borderBoxRect(); in perspectiveOrigin()
1310 … if (nextRenderer->isBox() && toRenderBox(nextRenderer)->canBeScrolledAndHasScrollableArea()) { in scrollByRecursively()
1645 RenderBox* renderer = toRenderBox(element->renderer()); in scrollTo()
1923 … widget = RenderScrollbar::createCustomScrollbar(this, orientation, toRenderBox(actualRenderer)); in scrollTo()
3446 IntRect newOverflowClip = toRenderBox(renderer())->overflowClipRect(x, y, relevancy); in scrollTo()
3449 RenderBox* box = toRenderBox(renderer()); in scrollTo()
[all …]
DRenderLayer.h165 …RenderBox* renderBox() const { return m_renderer && m_renderer->isBox() ? toRenderBox(m_renderer) … in renderBox()
496 int renderBoxX() const { return renderer()->isBox() ? toRenderBox(renderer())->x() : 0; } in renderBoxX()
497 int renderBoxY() const { return renderer()->isBox() ? toRenderBox(renderer())->y() : 0; } in renderBoxY()
DRenderLineBoxList.cpp153 block = toRenderBox(renderer); in rangeIntersectsRect()
342 InlineBox* wrapper = toRenderBox(curr)->inlineBoxWrapper(); in dirtyLinesFromChangedChild()
DRenderFieldset.cpp126 return toRenderBox(legend); in findLegend()
DRenderTable.cpp560 …if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || c… in paintObject()
561 …IntPoint childPoint = flipForWritingMode(toRenderBox(child), IntPoint(tx, ty), ParentToChildFlippi… in paintObject()
1265 …if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || c… in nodeAtPoint()
1266 …IntPoint childPoint = flipForWritingMode(toRenderBox(child), IntPoint(tx, ty), ParentToChildFlippi… in nodeAtPoint()
DRenderImage.cpp486 …m_imageResource->setImageContainerSize(IntSize(toRenderBox(cb)->availableWidth(), toRenderBox(cb)-… in computeReplacedLogicalWidth()
DRenderBox.cpp1303 offset -= toRenderBox(o)->layer()->scrolledContentOffset(); in offsetFromContainer()
1482 RenderBox* containerBox = toRenderBox(o); in computeRectForRepaint()
2063 …ontainingBlockLogicalHeightForPositioned(toRenderBoxModelObject(cb)) : toRenderBox(cb)->availableL… in computeReplacedLogicalHeightUsing()
2154 return toRenderBox(containingBlock)->clientLogicalWidth(); in containingBlockLogicalWidthForPositioned()
2194 return toRenderBox(containingBlock)->clientLogicalHeight(); in containingBlockLogicalHeightForPositioned()
2227 staticPosition += toRenderBox(curr)->logicalLeft(); in computeInlineStaticDistance()
2236 staticPosition -= toRenderBox(curr)->logicalLeft(); in computeInlineStaticDistance()
2578 staticLogicalTop += toRenderBox(curr)->logicalTop(); in computeBlockStaticDistance()
3203 RenderBox* renderer = toRenderBox(renderObject); in positionForPoint()
/external/webkit/Source/WebCore/wml/
DWMLFormControlElement.cpp57 if (toRenderBox(renderer())->size().isEmpty()) in isFocusable()
/external/webkit/Source/WebCore/dom/
DPosition.cpp54 …if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toR… in nextRenderedEditable()
68 …if ((renderer->isBox() && toRenderBox(renderer)->inlineBoxWrapper()) || (renderer->isText() && toR… in previousRenderedEditable()
487 …return node->renderer()->isReplaced() && canHaveChildrenForEditing(node) && toRenderBox(node->rend… in endsOfNodeAreVisuallyDistinctPositions()
762 (o->isBox() && toRenderBox(o)->borderBoundingBox().height())) in hasRenderedNonAnonymousDescendantsWithHeight()
1079 inlineBox = toRenderBox(renderer)->inlineBoxWrapper(); in getInlineBoxAndOffset()
DContainerNode.cpp865 RenderBox* box = toRenderBox(o); in getUpperLeftCorner()
890 RenderBox* box = toRenderBox(o); in getLowerRightCorner()
922 RenderBox* box = toRenderBox(o); in getLowerRightCorner()
/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.cpp159 RenderBox* rbox = toRenderBox(iframeRenderer); in getPluginOcclusions()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp163 const RenderBox* box = toRenderBox(o); in baselinePosition()
312 IntRect inputContentBox = toRenderBox(input->renderer())->absoluteContentBox(); in centerRectVerticallyInParentInputElement()
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp318 return toRenderBox(o)->marginTop() + toRenderBox(o)->height() - 2; // Same as in old khtml in baselinePosition()
1021 RenderBox* inputRenderBox = toRenderBox(input->renderer()); in paintSearchFieldCancelButton()
1340 IntRect b = toRenderBox(o)->contentBoxRect(); in paintMediaVolumeSliderTrack()

123