Searched refs:whiteSpace (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.cpp94 if (!newStyle || newStyle->whiteSpace() != PRE)
97 if (!oldStyle || oldStyle->whiteSpace() != PRE)
H A DSVGTextLayoutAttributesBuilder.cpp101 return style->whiteSpace() == PRE;
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h143 /*HB_Bool*/ hb_bitfield whiteSpace :1; /* A unicode whitespace character, except NBSP, ZWNBSP */ member in struct:__anon5693
H A Dharfbuzz-shaper.cpp146 charAttributes[0].whiteSpace = (cls == HB_LineBreak_SP || cls == HB_LineBreak_BK);
151 charAttributes[i].whiteSpace = false;
174 charAttributes[i].whiteSpace = true;
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h288 - (NSString *)whiteSpace;
289 - (void)setWhiteSpace:(NSString *)whiteSpace;
H A DDOMCSS.mm1307 - (NSString *)whiteSpace
1312 - (void)setWhiteSpace:(NSString *)whiteSpace
1314 [self setProperty:@"white-space" value:whiteSpace priority:@""];
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1547 return style->collapseWhiteSpace() || (style->whiteSpace() == PRE_WRAP && (!isLineEmpty || !previousLineBrokeCleanly));
1851 EWhiteSpace currWS = style()->whiteSpace();
1856 currWS = o->isReplaced() ? o->parent()->style()->whiteSpace() : o->style()->whiteSpace();
1857 lastWS = last->isReplaced() ? last->parent()->style()->whiteSpace() : last->style()->whiteSpace();
2338 if (style()->whiteSpace() == PRE) {
H A DRenderText.cpp956 if (style()->whiteSpace() == PRE) {
H A DRenderBlock.cpp5054 bool nowrap = style()->whiteSpace() == NOWRAP;
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_view.js184 helpTextEl.style.whiteSpace = 'pre';
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h511 EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); } function in class:WebCore::RenderStyle
520 return autoWrap(whiteSpace());
531 return preserveNewline(whiteSpace());
542 return collapseWhiteSpace(whiteSpace());
559 return whiteSpace() == PRE_WRAP || khtmlLineBreak() == AFTER_WHITE_SPACE;
/external/webkit/Source/WebCore/inspector/front-end/
H A DDetailedHeapshotView.js873 stringContentElement.style.whiteSpace = "pre";
H A DSourceFrame.js813 popupContentElement.style.whiteSpace = "pre";
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1413 switch (style->whiteSpace()) {
1426 return primitiveValueCache->createValue(style->whiteSpace());
H A DCSSStyleSelector.cpp1808 if (style->whiteSpace() == KHTML_NOWRAP) {
3806 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(whiteSpace, WhiteSpace)
/external/chromium-trace/
H A Dscript.js261 a);c.addEventListener("click",function(){var a=new tracing.TimelineCategoryFilterDialog;a.model=e.model;a.settings=e.settings;a.settingUpdatedCallback=b;a.visible=!0}.bind(this));return c},createHelpButton_:function(){var a=new tracing.Overlay;a.classList.add("timeline-view-help-overlay");a.autoClose=!0;a.additionalCloseKeyCodes.push(63);var b=document.createElement("div");b.className="timeline-button timeline-view-help-button";b.textContent="?";var c=document.createElement("div");c.style.whiteSpace=
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1263 milliseconds