Searched refs:setWordSpacing (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp54 setWordSpacing(font.wordSpacing());
H A DUniscribeHelper.h141 void setWordSpacing(int wordSpacing) function in class:WebCore::UniscribeHelper
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformDataQt.cpp72 font.setWordSpacing(wordSpacing);
H A DFontQt.cpp401 f.setWordSpacing(m_wordSpacing);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h110 void setWordSpacing(short s) { m_wordSpacing = s; } function in class:WebCore::Font
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h295 - (void)setWordSpacing:(NSString *)wordSpacing;
H A DDOMCSS.mm1342 - (void)setWordSpacing:(NSString *)wordSpacing
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h944 void setWordSpacing(int v) { inherited.access()->font.setWordSpacing(v); } function in class:WebCore::RenderStyle
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp661 gPropertyWrappers->append(new PropertyWrapper<int>(CSSPropertyWordSpacing, &RenderStyle::wordSpacing, &RenderStyle::setWordSpacing));
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4016 m_style->setWordSpacing(width);

Completed in 450 milliseconds