HomeSort by relevance Sort by last modified time
    Searched refs:m_weight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.h 47 double weight() const { return m_weight; }
48 void setWeight(double weight) { m_weight = weight; }
55 double m_weight; member in class:WebCore::SpeechGrammar
SpeechGrammar.cpp 51 : m_weight(1.0)
58 , m_weight(weight)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.cpp 48 switch (m_weight) {
70 switch (m_weight) {
94 | (FontWeight100Mask << (m_weight - FontWeight100)));
FontDescription.h 87 , m_weight(FontWeightNormal)
113 FontWeight weight() const { return static_cast<FontWeight>(m_weight); }
145 void setWeight(FontWeight w) { m_weight = w; }
183 unsigned m_weight : 8; // FontWeight
211 && m_weight == other.m_weight
FontCache.cpp 67 , m_weight(weight)
82 && m_weight == other.m_weight && m_italic == other.m_italic && m_printerFont == other.m_printerFont
87 unsigned m_weight; member in struct:WebCore::FontPlatformDataCacheKey
103 fontKey.m_weight,

Completed in 149 milliseconds