Searched refs:getComboBoxPadding (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk2.cpp | 317 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()
|
D | RenderThemeGtk.h | 201 void getComboBoxPadding(RenderStyle*, int& left, int& top, int& right, int& bottom) const;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 19648 (WebCore::RenderThemeGtk::getComboBoxPadding): Do this manually instead of using
|
D | ChangeLog-2010-12-06 | 27397 (WebCore::getComboBoxPadding): Added.
|