Home
last modified time | relevance | path

Searched defs:keywordSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DFontSize.h45 static unsigned keywordSize(CSSValueID valueID) in keywordSize() function
DCSSComputedStyleDeclaration.cpp1178 static CSSValueID cssIdentifierForFontSizeKeyword(int keywordSize) in cssIdentifierForFontSizeKeyword()
1196 if (int keywordSize = style->fontDescription().keywordSize()) in getFontSizeCSSValuePreferringKeyword() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h148 unsigned keywordSize() const { return m_keywordSize; } in keywordSize() function