Searched refs:enclosingBox (Results 1 – 6 of 6) sorted by relevance
88 return m_owner && m_owner->renderer() ? m_owner->renderer()->enclosingBox() : 0; in owningRenderer()
587 RenderBox* enclosingBox = this->enclosingBox(); in scrollRectToVisible() local588 if (!enclosingBox) in scrollRectToVisible()591 enclosingBox->scrollRectToVisible(rect, alignX, alignY); in scrollRectToVisible()595 RenderBox* RenderObject::enclosingBox() const in enclosingBox() function in blink::RenderObject
450 parentBox = parent()->enclosingBox(); in scrollRectToVisible()476 parentBox = ownerElement->renderer()->enclosingBox(); in scrollRectToVisible()2794 RenderBox* enclosingBox = child->parent()->enclosingBox(); in computeInlineStaticDistance() local2803 if (curr == enclosingBox) in computeInlineStaticDistance()2804 staticPosition -= enclosingBox->logicalWidth(); in computeInlineStaticDistance()
206 RenderBox* enclosingBox() const;
843 …yout && m_size.height() != layoutSize().height() && body->renderer()->enclosingBox()->stretchesToV… in layout()
903 RenderBox* curBox = node->renderer()->enclosingBox(); in scroll()