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

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

Completed in 92 milliseconds