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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 570 bool breakWords = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_currWS == PRE);
576 breakWords = false;
618 if ((breakAll || breakWords) && !midWordBreak) {
678 if (m_autoWrap || breakWords) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 638 bool breakWords() const
    [all...]

Completed in 63 milliseconds