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

  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 676 || !bidiRuns.logicallyLastRun()->m_object->style()->autoWrap())
773 bool autowrap = style()->autoWrap(); local
    [all...]
RenderText.cpp 536 if (style()->autoWrap()) {
672 if (!style()->autoWrap() || minW > maxW)
773 bool breakNBSP = style()->autoWrap() && style()->nbspMode() == SPACE;
774 bool breakAll = (style()->wordBreak() == BreakAllWordBreak || style()->wordBreak() == BreakWordBreak) && style()->autoWrap();
854 if (j < len && style()->autoWrap())
881 if (style()->autoWrap() || isNewline)
    [all...]
RenderBlock.cpp     [all...]
RenderTableCell.cpp 138 if (node() && style()->autoWrap()) {
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 512 static bool autoWrap(EWhiteSpace ws)
518 bool autoWrap() const
520 return autoWrap(whiteSpace());
    [all...]

Completed in 60 milliseconds