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

/external/webkit/WebCore/rendering/
H A DRenderMarquee.cpp233 s->setWhiteSpace(NOWRAP);
H A DRenderFileUploadControl.cpp177 style->setWhiteSpace(NOWRAP);
H A DRenderBlockLineLayout.cpp1872 if (w && w + tmpW > width && lBreak.obj && currWS == NOWRAP)
1948 if (w + tmpW <= width || lastWS == NOWRAP) {
H A DRenderBlock.cpp4328 bool nowrap = style()->whiteSpace() == NOWRAP;
/external/webkit/WebCore/rendering/style/
H A DRenderStyleConstants.h301 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP enumerator in enum:WebCore::EWhiteSpace
H A DRenderStyle.h479 return ws != NOWRAP && ws != PRE;
490 return ws != NORMAL && ws != NOWRAP;
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h1808 case NOWRAP:
1823 return NOWRAP;
H A DCSSComputedStyleDeclaration.cpp1150 case NOWRAP:
H A DCSSStyleSelector.cpp1542 // we don't actually use NOWRAP.
1546 style->setWhiteSpace(NOWRAP);
3091 m_style->setWhiteSpace(NOWRAP);

Completed in 107 milliseconds