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 562 bool breakWords = m_currentStyle->breakWords() && ((m_autoWrap && !m_width.committedWidth()) || m_currWS == PRE);
568 breakWords = false;
612 if ((breakAll || breakWords) && !midWordBreak) {
672 if (m_autoWrap || breakWords) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 653 bool breakWords() const
    [all...]

Completed in 291 milliseconds