Home
last modified time | relevance | path

Searched refs:whiteSpace (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.cpp94 if (!newStyle || newStyle->whiteSpace() != PRE) in styleDidChange()
97 if (!oldStyle || oldStyle->whiteSpace() != PRE) in styleDidChange()
DSVGTextLayoutAttributesBuilder.cpp101 return style->whiteSpace() == PRE; in shouldPreserveAllWhiteSpace()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h288 - (NSString *)whiteSpace;
289 - (void)setWhiteSpace:(NSString *)whiteSpace;
DDOMCSS.mm1307 - (NSString *)whiteSpace
1312 - (void)setWhiteSpace:(NSString *)whiteSpace
1314 [self setProperty:@"white-space" value:whiteSpace priority:@""];
/external/harfbuzz/src/
Dharfbuzz-shaper.h143 …/*HB_Bool*/ hb_bitfield whiteSpace :1; /* A unicode whitespace character, except … member
Dharfbuzz-shaper.cpp146 charAttributes[0].whiteSpace = (cls == HB_LineBreak_SP || cls == HB_LineBreak_BK); in calcLineBreaks()
151 charAttributes[i].whiteSpace = false; in calcLineBreaks()
174 charAttributes[i].whiteSpace = true; in calcLineBreaks()
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp1547 …return style->collapseWhiteSpace() || (style->whiteSpace() == PRE_WRAP && (!isLineEmpty || !previo… in shouldCollapseWhiteSpace()
1851 EWhiteSpace currWS = style()->whiteSpace(); in findNextLineBreak()
1856 currWS = o->isReplaced() ? o->parent()->style()->whiteSpace() : o->style()->whiteSpace(); in findNextLineBreak()
1857 … lastWS = last->isReplaced() ? last->parent()->style()->whiteSpace() : last->style()->whiteSpace(); in findNextLineBreak()
2338 if (style()->whiteSpace() == PRE) { in findNextLineBreak()
DRenderText.cpp956 if (style()->whiteSpace() == PRE) { in computePreferredLogicalWidths()
DRenderBlock.cpp5054 bool nowrap = style()->whiteSpace() == NOWRAP; in computeBlockPreferredLogicalWidths()
/external/chromium-trace/src/tracing/
Dtimeline_view.js265 helpTextEl.style.whiteSpace = 'pre';
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h511 … EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); } in whiteSpace() function
520 return autoWrap(whiteSpace()); in autoWrap()
531 return preserveNewline(whiteSpace()); in preserveNewline()
542 return collapseWhiteSpace(whiteSpace()); in collapseWhiteSpace()
559 return whiteSpace() == PRE_WRAP || khtmlLineBreak() == AFTER_WHITE_SPACE; in breakOnlyAfterWhiteSpace()
/external/webkit/Source/WebCore/inspector/front-end/
DSourceFrame.js813 popupContentElement.style.whiteSpace = "pre";
DDetailedHeapshotView.js873 stringContentElement.style.whiteSpace = "pre";
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1413 switch (style->whiteSpace()) { in getPropertyCSSValue()
1426 return primitiveValueCache->createValue(style->whiteSpace()); in getPropertyCSSValue()
DCSSStyleSelector.cpp1808 if (style->whiteSpace() == KHTML_NOWRAP) { in adjustRenderStyle()
3806 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(whiteSpace, WhiteSpace) in applyProperty()
/external/chromium-trace/
Dscript.js158 …-button";a.textContent="?";var b=document.createElement("div");b.style.whiteSpace="pre";b.style.fo…
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1015955 (WebCore::Marquee::whiteSpace):
16004 (khtml::RenderStyle::whiteSpace):