Home
last modified time | relevance | path

Searched refs:m_fontSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontCacheKey.h51 , m_fontSize(0) in FontCacheKey()
55 , m_fontSize(fontSize * s_fontSizePrecisionMultiplier) in FontCacheKey()
58 : m_fontSize(hashTableDeletedSize()) { } in FontCacheKey()
64 m_fontSize, in hash()
73 && m_fontSize == other.m_fontSize
79 return m_fontSize == hashTableDeletedSize(); in isHashTableDeletedValue()
94 unsigned m_fontSize; member
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.cpp659 , m_fontSize(0) in MediaControlTextTrackContainerElement()
771 if (fontSize != m_fontSize) { in updateSizes()
772 m_fontSize = fontSize; in updateSizes()
DMediaControlElements.h268 float m_fontSize; variable