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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 822 if (!style()->autoWrap() || minWidth > maxWidth)
    [all...]
TextAutosizer.cpp 427 if (!container->style()->autoWrap())
RenderBlock.cpp     [all...]
RenderTableCell.cpp 151 if (node() && style()->autoWrap()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 560 static bool autoWrap(EWhiteSpace ws)
566 bool autoWrap() const
568 return autoWrap(whiteSpace());
    [all...]

Completed in 563 milliseconds