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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 235 // Hack alert: Set the white-space value to nowrap for horizontal marquees with inline children, thus ensuring
237 // WinIE's behavior. Someone using CSS3 can use white-space: nowrap on their own to get this effect.
242 s->setWhiteSpace(NOWRAP);
RenderBlock.cpp 3244 bool nowrap = styleToUse->whiteSpace() == NOWRAP; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 320 // we don't actually use NOWRAP.
324 style->setWhiteSpace(NOWRAP);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 315 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP
RenderStyle.h 590 // Nowrap and pre don't automatically wrap.
591 return ws != NOWRAP && ws != PRE;
601 // Normal and nowrap do not preserve newlines.
602 return ws != NORMAL && ws != NOWRAP;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 105 if (m_width.fitsOnLine() || m_lastWS == NOWRAP)
159 // If a space (U+0020) at the beginning of a line has 'white-space' set to 'normal', 'nowrap', or 'pre-line', it is removed.
160 // If a space (U+0020) at the end of a line has 'white-space' set to 'normal', 'nowrap', or 'pre-line', it is also removed.
262 // with adjacent inline normal/nowrap spans.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 6584 milliseconds