Searched defs:setWeight (Results 1 - 4 of 4) 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/resolver/
H A DFontBuilder.cpp355 void FontBuilder::setWeight(FontWeight fontWeight) function in class:WebCore::FontBuilder
359 scope.fontDescription().setWeight(fontWeight);
366 scope.fontDescription().setWeight(scope.fontDescription().bolderWeight());
373 scope.fontDescription().setWeight(scope.fontDescription().lighterWeight());
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontDescription.h145 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 119 milliseconds