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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 244 m_autoWrap = RenderStyle::autoWrap(m_currWS);
442 if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.object()->isImage() || m_allowImagesToBreak)) {
531 // If we have left a no-wrap inline and entered an autowrap inline while ignoring spaces
532 // then we need to mark the start of the autowrap inline as a potential linebreak now.
533 if (m_autoWrap && !RenderStyle::autoWrap(m_lastWS) && m_ignoringSpaces) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 814 if (!style()->autoWrap() || minWidth > maxWidth)
    [all...]
InlineIterator.h 511 || !m_runs.logicallyLastRun()->m_object->style()->autoWrap())
FastTextAutosizer.cpp 265 if (!block->style()->autoWrap())
    [all...]
TextAutosizer.cpp 620 if (!container->style()->autoWrap())
    [all...]
RenderTableCell.cpp 152 if (node() && style()->autoWrap()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 603 static bool autoWrap(EWhiteSpace ws)
609 bool autoWrap() const
611 return autoWrap(whiteSpace());
    [all...]

Completed in 258 milliseconds