HomeSort by relevance Sort by last modified time
    Searched full:fontsmoothinglevel (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit2/Shared/
FontSmoothingLevel.h 31 enum FontSmoothingLevel {
WebPreferencesStore.h 84 macro(FontSmoothingLevel, fontSmoothingLevel, UInt32, uint32_t, FontSmoothingLevelMedium) \
WebPreferencesStore.cpp 29 #include "FontSmoothingLevel.h"
  /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);
  /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/UIProcess/
WebPreferences.h 30 #include "FontSmoothingLevel.h"
  /external/webkit/Source/WebKit2/
GNUmakefile.am 188 Source/WebKit2/Shared/FontSmoothingLevel.h \
    [all...]
  /external/webkit/Source/WebKit2/win/
WebKit2.vcproj 446 RelativePath="..\Shared\FontSmoothingLevel.h"
    [all...]
  /external/webkit/Source/WebKit2/WebKit2.xcodeproj/
project.pbxproj     [all...]

Completed in 235 milliseconds