Searched refs:enclosingBox (Results 1 – 7 of 7) sorted by relevance
807 RenderBox* enclosingBox = object->enclosingBox(); in objectInFlowRegion() local810 getRegionRangeForBox(enclosingBox, enclosingBoxStartRegion, enclosingBoxEndRegion); in objectInFlowRegion()
87 return m_owner && m_owner->renderer() ? m_owner->renderer()->enclosingBox() : 0; in owningRenderer()
558 RenderBox* enclosingBox = this->enclosingBox(); in scrollRectToVisible() local559 if (!enclosingBox) in scrollRectToVisible()562 enclosingBox->scrollRectToVisible(rect, alignX, alignY); in scrollRectToVisible()566 RenderBox* RenderObject::enclosingBox() const in enclosingBox() function in WebCore::RenderObject
535 parentBox = parent()->enclosingBox(); in scrollRectToVisible()565 parentBox = ownerElement->renderer()->enclosingBox(); in scrollRectToVisible()3302 RenderBox* enclosingBox = child->parent()->enclosingBox(); in computeInlineStaticDistance() local3311 if (curr == enclosingBox) in computeInlineStaticDistance()3312 staticPosition -= enclosingBox->logicalWidth(); in computeInlineStaticDistance()3320 if (curr == enclosingBox) in computeInlineStaticDistance()3321 … staticPosition += enclosingBox->logicalWidth() - boxInfo->logicalWidth(); in computeInlineStaticDistance()
202 RenderBox* enclosingBox() const;
1044 …yout && m_size.height() != layoutSize().height() && body->renderer()->enclosingBox()->stretchesToV… in layout()
265 RenderBox* curBox = node->renderer()->enclosingBox(); in scrollNode()