HomeSort by relevance Sort by last modified time
    Searched defs:m_weight (Results 1 - 2 of 2) 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
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
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 182 milliseconds