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

  /external/kernel-headers/original/linux/
console_struct.h 67 unsigned int vc_decawm : 1; /* Autowrap Mode */
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 566 bool autowrap = style()->autoWrap(); local
573 doTextWrap = autowrap && !positioned &&
    [all...]
RenderText.cpp 410 if (style()->autoWrap()) {
516 if (!style()->autoWrap() || minW > maxW)
613 bool breakNBSP = style()->autoWrap() && style()->nbspMode() == SPACE;
614 bool breakAll = (style()->wordBreak() == BreakAllWordBreak || style()->wordBreak() == BreakWordBreak) && style()->autoWrap();
690 if (j < len && style()->autoWrap())
717 if (style()->autoWrap() || isNewline)
728 if (!style()->autoWrap())
750 if (!style()->autoWrap())
    [all...]
RenderBlock.cpp     [all...]
RenderTableCell.cpp 114 if (node() && style()->autoWrap()) {
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 476 static bool autoWrap(EWhiteSpace ws)
482 bool autoWrap() const
484 return autoWrap(whiteSpace());
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java     [all...]
  /external/webkit/WebCore/
ChangeLog-2005-12-19     [all...]

Completed in 260 milliseconds