Home
last modified time | relevance | path

Searched refs:getComboBoxPadding (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk2.cpp317 void RenderThemeGtk::getComboBoxPadding(RenderStyle* style, int& left, int& top, int& right, int& b… in getComboBoxPadding() function in WebCore::RenderThemeGtk
342 getComboBoxPadding(style, left, top, right, bottom); in popupInternalPaddingLeft()
349 getComboBoxPadding(style, left, top, right, bottom); in popupInternalPaddingRight()
356 getComboBoxPadding(style, left, top, right, bottom); in popupInternalPaddingTop()
363 getComboBoxPadding(style, left, top, right, bottom); in popupInternalPaddingBottom()
DRenderThemeGtk.h201 void getComboBoxPadding(RenderStyle*, int& left, int& top, int& right, int& bottom) const;
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1619648 (WebCore::RenderThemeGtk::getComboBoxPadding): Do this manually instead of using
DChangeLog-2010-12-0627397 (WebCore::getComboBoxPadding): Added.