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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 251 m_autoWrap = RenderStyle::autoWrap(m_currWS);
449 if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.object()->isImage() || m_allowImagesToBreak)) {
539 // If we have left a no-wrap inline and entered an autowrap inline while ignoring spaces
540 // then we need to mark the start of the autowrap inline as a potential linebreak now.
541 if (m_autoWrap && !RenderStyle::autoWrap(m_lastWS) && m_ignoringSpaces) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 820 if (!style()->autoWrap() || minWidth > maxWidth)
    [all...]
InlineIterator.h 511 || !runs.logicallyLastRun()->m_object->style()->autoWrap())
TextAutosizer.cpp 262 if (!block->style()->autoWrap())
    [all...]
RenderTableCell.cpp 151 if (node() && style()->autoWrap()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 588 static bool autoWrap(EWhiteSpace ws)
594 bool autoWrap() const
596 return autoWrap(whiteSpace());
    [all...]

Completed in 119 milliseconds