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

/external/webkit/Source/WebCore/platform/chromium/
H A DThemeChromiumMac.h42 virtual int baselinePositionAdjustment(ControlPart) const;
H A DThemeChromiumMac.mm661 int ThemeChromiumMac::baselinePositionAdjustment(ControlPart part) const
665 return Theme::baselinePositionAdjustment(part);
/external/webkit/Source/WebCore/platform/mac/
H A DThemeMac.h38 virtual int baselinePositionAdjustment(ControlPart) const;
H A DThemeMac.mm570 int ThemeMac::baselinePositionAdjustment(ControlPart part) const
574 return Theme::baselinePositionAdjustment(part);
/external/webkit/Source/WebCore/platform/
H A DTheme.h52 virtual int baselinePositionAdjustment(ControlPart) const { return 0; } function in class:WebCore::Theme
/external/webkit/Source/WebCore/rendering/
H A DRenderTheme.cpp637 return box->height() + box->marginTop() + m_theme->baselinePositionAdjustment(o->style()->appearance()) * o->style()->effectiveZoom();

Completed in 75 milliseconds