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

  /external/webkit/Source/WebCore/rendering/
RenderOverflow.h 65 IntRect visualOverflowRect() const;
104 inline IntRect RenderOverflow::visualOverflowRect() const
InlineFlowBox.h 222 IntRect visualOverflowRect(int lineTop, int lineBottom) const
224 return m_overflow ? m_overflow->visualOverflowRect() : enclosingIntRect(frameRectIncludingLineHeight(lineTop, lineBottom));
242 IntRect result = visualOverflowRect(lineTop, lineBottom);
RenderDetailsMarker.cpp 129 IntRect overflowRect(visualOverflowRect());
RenderTableCell.h 125 bool hasVisualOverflow() const { return m_overflow && !borderBoxRect().contains(m_overflow->visualOverflowRect()); }
RenderBox.h 144 IntRect visualOverflowRect() const { return m_overflow ? m_overflow->visualOverflowRect() : borderBoxRect(); }
RenderReplaced.cpp 396 IntRect r = unionRect(localSelectionRect(false), visualOverflowRect());
InlineFlowBox.cpp     [all...]
RenderTable.cpp 522 IntRect overflowBox = visualOverflowRect();
    [all...]
RenderBox.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 176 milliseconds