Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp980 bool isBreakableLocation = isNewline || (isSpace && styleToUse->autoWrap()); in computePreferredLogicalWidths() local
982 m_hasBreakableStart = isBreakableLocation; in computePreferredLogicalWidths()
984 m_hasBreakableEnd = isBreakableLocation; in computePreferredLogicalWidths()