HomeSort by relevance Sort by last modified time
    Searched defs:rightmostPosition (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/rendering/
RenderMedia.cpp 586 int RenderMedia::rightmostPosition(bool includeOverflowInterior, bool includeSelf) const
588 int right = RenderImage::rightmostPosition(includeOverflowInterior, includeSelf);
592 return max(right, m_controlsShadowRoot->renderBox()->x() + m_controlsShadowRoot->renderBox()->rightmostPosition(includeOverflowInterior, includeSelf));
RenderTableSection.cpp 762 int RenderTableSection::rightmostPosition(bool includeOverflowInterior, bool includeSelf) const
764 int right = RenderBox::rightmostPosition(includeOverflowInterior, includeSelf);
772 right = max(right, cell->x() + cell->rightmostPosition(false));
    [all...]
RenderBox.cpp 271 return max(clientWidth(), rightmostPosition(true, false) - borderLeft());
    [all...]
RenderBlock.cpp     [all...]

Completed in 154 milliseconds