Home
last modified time | relevance | path

Searched refs:bolderWeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp74 FontWeight FontDescription::bolderWeight(void) const in bolderWeight() function in WebCore::FontDescription
DFontDescription.h117 FontWeight bolderWeight() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListBox.cpp129 d.setWeight(d.bolderWeight()); in updateFromElement()
434 d.setWeight(d.bolderWeight()); in paintItemForeground()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp360 scope.fontDescription().setWeight(scope.fontDescription().bolderWeight()); in setWeightBolder()