Searched defs:setWeight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechGrammar.h48 void setWeight(double weight) { m_weight = weight; } function in class:WebCore::SpeechGrammar
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.cpp121 fontFace->setWeight(value, exceptionState);
220 void FontFace::setWeight(const String& s, ExceptionState& exceptionState) function in class:WebCore::FontFace
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp349 void FontBuilder::setWeight(FontWeight fontWeight) function in class:WebCore::FontBuilder
353 scope.fontDescription().setWeight(fontWeight);
360 scope.fontDescription().setWeight(scope.fontDescription().bolderWeight());
367 scope.fontDescription().setWeight(scope.fontDescription().lighterWeight());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.h153 void setWeight(FontWeight w) { m_weight = w; } function in class:WebCore::FontDescription
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp193 void BallLarusEdge::setWeight(unsigned weight) { function in class:BallLarusEdge
308 (*succ)->setWeight(0);
458 (*succ)->setWeight(sumPaths);

Completed in 226 milliseconds