Home
last modified time | relevance | path

Searched defs:setWeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechGrammar.h49 void setWeight(double weight) { m_weight = weight; } in setWeight() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp237 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight() function in blink::FontBuilder
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.cpp188 void FontFace::setWeight(ExecutionContext* context, const String& s, ExceptionState& exceptionState) in setWeight() function in blink::FontFace
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h175 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function