Searched defs:fontWeight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp238 static double fontWeightToDouble(FontWeight fontWeight) argument
240 switch (fontWeight) {
265 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontWeight(FontWeight fontWeight) argument
267 return createFromDouble(fontWeightToDouble(fontWeight));
357 return createFromFontWeight(style.fontWeight());
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.cpp109 static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont) argument
112 description.setWeight(fontWeight);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp237 void FontBuilder::setWeight(FontWeight fontWeight) argument
241 scope.fontDescription().setWeight(fontWeight);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp1540 static bool fontWeightIsBold(CSSValue* fontWeight) argument
1542 if (!fontWeight->isPrimitiveValue())
1547 switch (toCSSPrimitiveValue(fontWeight)->getValueID()) {
1569 static bool fontWeightNeedsResolving(CSSValue* fontWeight) argument
1571 if (!fontWeight->isPrimitiveValue())
1574 CSSValueID value = toCSSPrimitiveValue(fontWeight)->getValueID();
1591 if (RefPtrWillBeRawPtr<CSSValue> fontWeight = result->getPropertyCSSValue(CSSPropertyFontWeight)) {
1592 if (!fontWeightNeedsResolving(fontWeight.get()) && (fontWeightIsBold(fontWeight.get()) == fontWeightIsBold(baseFontWeight.get())))
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1116 FontWeight RenderStyle::fontWeight() const { return fontDescription().weight(); } function in class:blink::RenderStyle
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 179 milliseconds