HomeSort by relevance Sort by last modified time
    Searched defs:m_logicalWidth (Results 1 - 3 of 3) 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;
EllipsisBox.cpp 118 adjustedPaintOffset.move(x() + m_logicalWidth - markupBox->x(),
146 FloatRect clipRect(x() + paintOffset.x(), top + paintOffset.y(), m_logicalWidth, h);
160 LayoutUnit mtx = adjustedLocation.x() + m_logicalWidth - markupBox->x();
168 LayoutRect boundsRect(adjustedLocation, LayoutSize(m_logicalWidth, m_height));
InlineBox.h 42 , m_logicalWidth(0)
56 , m_logicalWidth(logicalWidth)
234 void setLogicalWidth(float w) { m_logicalWidth = w; }
235 float logicalWidth() const { return m_logicalWidth; }
240 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()); }
308 float m_logicalWidth;

Completed in 143 milliseconds