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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.cpp 39 : m_block(block)
56 LayoutUnit height = m_block.logicalHeight();
57 LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight);
58 m_left = m_block.logicalLeftOffsetForLine(height, shouldIndentText(), logicalHeight);
59 m_right = m_block.logicalRightOffsetForLine(height, shouldIndentText(), logicalHeight);
71 LayoutUnit height = m_block.logicalHeight();
72 if (height < m_block.logicalTopForFloat(newFloat) || height >= m_block.logicalBottomForFloat(newFloat))
81 const FloatingObjectSet& floatingObjectSet = m_block.m_floatingObjects->set();
84 LayoutUnit lineHeight = m_block.lineHeight(m_isFirstLine, m_block.isHorizontalWritingMode() ? HorizontalLine : VerticalLine, Posit (…)
    [all...]