Home
last modified time | relevance | path

Searched refs:currentCharacterIsWS (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
Dbidi.cpp1646 bool currentCharacterIsWS = false; in findNextLineBreak() local
1780 currentCharacterIsWS = true; in findNextLineBreak()
1805 currentCharacterIsWS = false; in findNextLineBreak()
1815 currentCharacterIsWS = true; in findNextLineBreak()
1856 bool previousCharacterIsWS = currentCharacterIsWS; in findNextLineBreak()
1900 currentCharacterIsWS = currentCharacterIsSpace || (breakNBSP && c == noBreakSpace); in findNextLineBreak()
1945 …if (w + tmpW <= width && currentCharacterIsWS && o->style()->breakOnlyAfterWhiteSpace() && !midWor… in findNextLineBreak()
2047 if (!currentCharacterIsWS && previousCharacterIsWS) { in findNextLineBreak()