HomeSort by relevance Sort by last modified time
    Searched refs:FontSmoothingLevel (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/Shared/
FontSmoothingLevel.h 31 enum FontSmoothingLevel {
WebPreferencesStore.h 84 macro(FontSmoothingLevel, fontSmoothingLevel, UInt32, uint32_t, FontSmoothingLevelMedium) \
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAPICast.h 31 #include "FontSmoothingLevel.h"
144 inline FontSmoothingLevel toFontSmoothingLevel(WKFontSmoothingLevel wkLevel)
166 inline WKFontSmoothingLevel toAPI(FontSmoothingLevel level)
WKPreferences.cpp 322 return toAPI(static_cast<FontSmoothingLevel>(toImpl(preferencesRef)->fontSmoothingLevel()));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 29 #include "FontSmoothingLevel.h"
68 FontSmoothingLevel fontSmoothingLevel = static_cast<FontSmoothingLevel>(store.getUInt32ValueForKey(WebPreferencesKey::fontSmoothingLevelKey()));
71 FontSmoothingLevel adjustedLevel = fontSmoothingLevel;
77 m_page->settings()->setFontRenderingMode(fontSmoothingLevel == FontSmoothingLevelWindows ? AlternateRenderingMode : NormalRenderingMode);

Completed in 352 milliseconds