HomeSort by relevance Sort by last modified time
    Searched full:m_allowimagestobreak (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 235 , m_allowImagesToBreak(!block->document().inQuirksMode() || !block->isTableCell() || !m_blockStyle->logicalWidth().isIntrinsicOrAuto())
304 bool m_allowImagesToBreak;
600 if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.object()->isImage() || m_allowImagesToBreak)) {
    [all...]

Completed in 456 milliseconds