Searched defs:setWeight (Results 1 – 4 of 4) sorted by relevance
49 void setWeight(double weight) { m_weight = weight; } in setWeight() function
237 void FontBuilder::setWeight(FontWeight fontWeight) in setWeight() function in blink::FontBuilder
188 void FontFace::setWeight(ExecutionContext* context, const String& s, ExceptionState& exceptionState) in setWeight() function in blink::FontFace
175 void setWeight(FontWeight w) { m_weight = w; } in setWeight() function