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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 85 IntRect logicalOverflowRect() const;
87 int logicalTopVisualOverflow() const { return logicalOverflowRect().y(); }
88 int logicalBottomVisualOverflow() const { return logicalOverflowRect().maxY(); }
89 int logicalLeftVisualOverflow() const { return logicalOverflowRect().x(); }
90 int logicalRightVisualOverflow() const { return logicalOverflowRect().maxX(); }
InlineTextBox.cpp 61 IntRect InlineTextBox::logicalOverflowRect() const
    [all...]

Completed in 16 milliseconds