Searched refs:logicalFrameRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h243 FloatRect logicalFrameRect() const { return isHorizontal() ? FloatRect(m_topLeft.x(), m_topLeft.y(), m_logicalWidth, logicalHeight()) : FloatRect(m_topLeft.y(), m_topLeft.x(), m_logicalWidth, logicalHeight()); } function in class:blink::InlineBox
H A DInlineTextBox.cpp104 return enclosingIntRect(logicalFrameRect());
H A DInlineFlowBox.cpp971 LayoutRect textBoxOverflow(enclosingLayoutRect(text->logicalFrameRect()));

Completed in 1273 milliseconds