Home
last modified time | relevance | path

Searched refs:FontSmoothingLevelMedium (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKAPICast.h152 return FontSmoothingLevelMedium; in toFontSmoothingLevel()
162 return FontSmoothingLevelMedium; in toFontSmoothingLevel()
173 case FontSmoothingLevelMedium: in toAPI()
/external/webkit/Source/WebKit2/Shared/
DFontSmoothingLevel.h34 FontSmoothingLevelMedium = 2, enumerator
DWebPreferencesStore.h84 macro(FontSmoothingLevel, fontSmoothingLevel, UInt32, uint32_t, FontSmoothingLevelMedium) \
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp73 adjustedLevel = FontSmoothingLevelMedium; in platformPreferencesDidChange()