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.h50 , m_fontSize(0) in FontCacheKey()
54 , m_fontSize(fontSize * s_fontSizePrecisionMultiplier) in FontCacheKey()
57 : m_fontSize(hashTableDeletedSize()) { } in FontCacheKey()
63 m_fontSize, in hash()
72 && m_fontSize == other.m_fontSize
78 return m_fontSize == hashTableDeletedSize(); in isHashTableDeletedValue()
93 unsigned m_fontSize; member
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.cpp650 , m_fontSize(0) in MediaControlTextTrackContainerElement()
768 if (fontSize != m_fontSize) { in updateSizes()
769 m_fontSize = fontSize; in updateSizes()
DMediaControlElements.h265 float m_fontSize; variable