Searched refs:setFontSmoothing (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h162 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } function in class:WebCore::FontDescription
H A DFont.cpp96 m_fontDescription.setFontSmoothing(fontSmoothingMode);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl160 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h250 virtual HRESULT STDMETHODCALLTYPE setFontSmoothing(
H A DWebPreferences.cpp1181 HRESULT STDMETHODCALLTYPE WebPreferences::setFontSmoothing( function in class:WebPreferences
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp2270 setPropertyHandler(CSSPropertyWebkitFontSmoothing, ApplyPropertyFont<FontSmoothingMode, &FontDescription::fontSmoothing, &FontDescription::setFontSmoothing, AutoSmoothing>::createHandler());

Completed in 187 milliseconds