/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontDescription.cpp | 108 setWeight(FontWeight100); in setTraitsMask() 111 setWeight(FontWeight200); in setTraitsMask() 114 setWeight(FontWeight300); in setTraitsMask() 117 setWeight(FontWeight400); in setTraitsMask() 120 setWeight(FontWeight500); in setTraitsMask() 123 setWeight(FontWeight600); in setTraitsMask() 126 setWeight(FontWeight700); in setTraitsMask() 129 setWeight(FontWeight800); in setTraitsMask() 132 setWeight(FontWeight900); in setTraitsMask()
|
D | FontDescription.h | 153 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
D | FontCacheSkia.cpp | 68 description.setWeight(FontWeightBold); in platformFallbackForCharacter() 71 description.setWeight(FontWeightNormal); in platformFallbackForCharacter()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderThemeChromiumFontProviderLinux.cpp | 67 fontDescription.setWeight(FontWeightNormal); in systemFont()
|
D | RenderThemeChromiumFontProviderWin.cpp | 177 cachedDesc->setWeight(FontWeightNormal); in systemFont()
|
D | RenderEmbeddedObject.cpp | 171 fontDescription.setWeight(FontWeightBold); in getReplacementTextGeometry()
|
D | RenderListBox.cpp | 129 d.setWeight(d.bolderWeight()); in updateFromElement() 434 d.setWeight(d.bolderWeight()); in paintItemForeground()
|
D | RenderThemeChromiumMac.mm | 308 cachedDesc->setWeight(toFontWeight([fontManager weightOfFont:font]));
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
D | SpeechGrammar.h | 48 void setWeight(double weight) { m_weight = weight; } in setWeight() function
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFontDescription.cpp | 66 desc.setWeight(static_cast<FontWeight>(weight)); in operator WebCore::FontDescription()
|
D | PopupListBox.cpp | 545 d.setWeight(FontWeightBold); in getRowFont()
|
/external/llvm/lib/Analysis/ |
D | PathNumbering.cpp | 193 void BallLarusEdge::setWeight(unsigned weight) { in setWeight() function in BallLarusEdge 308 (*succ)->setWeight(0); in calculatePathNumbers() 458 (*succ)->setWeight(sumPaths); in calculatePathNumbersFrom()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | FontBuilder.cpp | 349 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight() function in WebCore::FontBuilder 353 scope.fontDescription().setWeight(fontWeight); in setWeight() 360 scope.fontDescription().setWeight(scope.fontDescription().bolderWeight()); in setWeightBolder() 367 scope.fontDescription().setWeight(scope.fontDescription().lighterWeight()); in setWeightLighter()
|
D | FontBuilder.h | 62 void setWeight(FontWeight);
|
D | StyleBuilderCustom.cpp | 236 state.fontBuilder().setWeight(FontWeightNormal); in applyInitialCSSPropertyFontWeight() 241 state.fontBuilder().setWeight(state.parentFontDescription().weight()); in applyInheritCSSPropertyFontWeight() 260 state.fontBuilder().setWeight(*primitiveValue); in applyValueCSSPropertyFontWeight()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | FontFace.h | 72 void setWeight(const String&, ExceptionState&);
|
D | FontFace.cpp | 121 fontFace->setWeight(value, exceptionState); in create() 220 void FontFace::setWeight(const String& s, ExceptionState& exceptionState) in setWeight() function in WebCore::FontFace
|
/external/llvm/include/llvm/Analysis/ |
D | PathNumbering.h | 156 void setWeight(unsigned weight);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
D | DragImage.cpp | 113 description.setWeight(fontWeight); in deriveDragLabelFont()
|