HomeSort by relevance Sort by last modified time
    Searched refs:m_logicalWidth (Results 1 - 6 of 6) 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)
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;
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));
InlineTextBox.h 140 m_logicalWidth -= expansion();
142 m_logicalWidth += newExpansion;
InlineTextBox.cpp 218 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight)));
515 LayoutUnit widthOfHiddenText = m_logicalWidth - widthOfVisibleText;
    [all...]
InlineBox.cpp 316 IntRect boxRect(left(), 0, m_logicalWidth, 10);

Completed in 43 milliseconds