HomeSort by relevance Sort by last modified time
    Searched refs:logicalLeftVisualOverflow (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 92 LayoutUnit logicalLeftVisualOverflow() const { return logicalOverflowRect().x(); }
InlineFlowBox.cpp     [all...]
InlineFlowBox.h 256 LayoutUnit logicalLeftVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->visualOverflowRect().x() : m_overflow->visualOverflowRect().y()) : static_cast<LayoutUnit>(logicalLeft()); }
RenderBox.h 186 LayoutUnit logicalLeftVisualOverflow() const { return style()->isHorizontalWritingMode() ? visualOverflowRect().x() : visualOverflowRect().y(); }
    [all...]
InlineTextBox.cpp 483 LayoutUnit logicalLeftSide = logicalLeftVisualOverflow();
    [all...]
RenderInline.cpp     [all...]
RenderText.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 149 milliseconds