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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxRegionInfo.h 40 , m_logicalWidth(logicalWidth)
45 LayoutUnit logicalWidth() const { return m_logicalWidth; }
53 LayoutUnit m_logicalWidth;
InlineBox.h 42 , m_logicalWidth(0)
56 , m_logicalWidth(logicalWidth)
233 void setLogicalWidth(float w) { m_logicalWidth = w; }
234 float logicalWidth() const { return m_logicalWidth; }
239 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()); }
404 float m_logicalWidth;

Completed in 208 milliseconds