Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp238 static double fontWeightToDouble(FontWeight fontWeight) in fontWeightToDouble() argument
240 switch (fontWeight) { in fontWeightToDouble()
265 static PassRefPtrWillBeRawPtr<AnimatableValue> createFromFontWeight(FontWeight fontWeight) in createFromFontWeight() argument
267 return createFromDouble(fontWeightToDouble(fontWeight)); in createFromFontWeight()
357 return createFromFontWeight(style.fontWeight()); in create()
DCSSPropertyEquality.cpp148 return a.fontWeight() == b.fontWeight(); in propertiesEqual()
/external/chromium_org/content/browser/resources/media/
Dwebrtc_internals.js291 appendChildWithText(requestDiv, 'span', 'Audio Constraints').style.fontWeight
295 appendChildWithText(requestDiv, 'span', 'Video Constraints').style.fontWeight
/external/chromium_org/third_party/WebKit/Source/platform/
DDragImage.cpp109 static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont) in deriveDragLabelFont() argument
112 description.setWeight(fontWeight); in deriveDragLabelFont()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dcombobutton.js43 menuitem.style.fontWeight = 'bold';
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp1540 static bool fontWeightIsBold(CSSValue* fontWeight) in fontWeightIsBold() argument
1542 if (!fontWeight->isPrimitiveValue()) in fontWeightIsBold()
1547 switch (toCSSPrimitiveValue(fontWeight)->getValueID()) { in fontWeightIsBold()
1569 static bool fontWeightNeedsResolving(CSSValue* fontWeight) in fontWeightNeedsResolving() argument
1571 if (!fontWeight->isPrimitiveValue()) in fontWeightNeedsResolving()
1574 CSSValueID value = toCSSPrimitiveValue(fontWeight)->getValueID(); in fontWeightNeedsResolving()
1591 …if (RefPtrWillBeRawPtr<CSSValue> fontWeight = result->getPropertyCSSValue(CSSPropertyFontWeight)) { in getPropertiesNotIn() local
1592 …if (!fontWeightNeedsResolving(fontWeight.get()) && (fontWeightIsBold(fontWeight.get()) == fontWeig… in getPropertiesNotIn()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DWebFontCache.mm157 NSInteger fontWeight = [[fontInfo objectAtIndex:2] intValue];
165 …r = betterChoice(desiredTraits, desiredWeight, chosenTraits, chosenWeight, fontTraits, fontWeight);
169 chosenWeight = fontWeight;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp237 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight() argument
241 scope.fontDescription().setWeight(fontWeight); in setWeight()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontCacheMac.mm83 static int toAppKitFontWeight(FontWeight fontWeight)
96 return appKitFontWeights[fontWeight];
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DDWrite.h3686 DWRITE_FONT_WEIGHT fontWeight,
3884 __out DWRITE_FONT_WEIGHT* fontWeight,
4777 DWRITE_FONT_WEIGHT fontWeight,
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java542 Property fontWeight = new Property(
544 builder.put("font-weight", fontWeight);
/external/chromium_org/third_party/flot/
Dexcanvas.min.js1 …={style:m.fontStyle||o.style,variant:m.fontVariant||o.variant,weight:m.fontWeight||o.weight,size:m…
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1116 FontWeight RenderStyle::fontWeight() const { return fontDescription().weight(); } in fontWeight() function in blink::RenderStyle
DRenderStyle.h557 FontWeight fontWeight() const;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2242 zIndex: '@', 'zoom': '@', fontWeight: '@', textIndent: '@px', opacity: '@' property
Dconcat-jquery-mootools-prototype.js6618 zIndex: '@', 'zoom': '@', fontWeight: '@', textIndent: '@px', opacity: '@' property
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Djquery-1.4.3.min.js125 …urn d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:tru… property