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

  /external/webkit/WebCore/rendering/
RenderMarquee.cpp 226 // Hack alert: Set the white-space value to nowrap for horizontal marquees with inline children, thus ensuring
228 // WinIE's behavior. Someone using CSS3 can use white-space: nowrap on their own to get this effect.
233 s->setWhiteSpace(NOWRAP);
RenderFileUploadControl.cpp 177 style->setWhiteSpace(NOWRAP);
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp 4328 bool nowrap = style()->whiteSpace() == NOWRAP; local
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 301 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP
RenderStyle.h 478 // Nowrap and pre don't automatically wrap.
479 return ws != NOWRAP && ws != PRE;
489 // Normal and nowrap do not preserve newlines.
490 return ws != NORMAL && ws != NOWRAP;
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]

Completed in 31 milliseconds