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

  /external/webkit/WebCore/rendering/
RenderText.h 81 bool& hasBreakableChar, bool& hasBreak,
RenderText.cpp 468 bool& hasBreakableChar, bool& hasBreak,
491 hasBreak = false;
502 hasBreak = m_hasBreak;
520 if (hasBreak) {
660 bool hasBreak = breakAll || isBreakable(txt, i, len, nextBreakable, breakNBSP);
703 if (hasBreak)
705 m_beginMinWidth = hasBreak ? 0 : w;
    [all...]
RenderBlock.cpp     [all...]

Completed in 257 milliseconds