Home
last modified time | relevance | path

Searched refs:getComboBoxSeparatorWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk2.cpp273 int RenderThemeGtk::getComboBoxSeparatorWidth() const in getComboBoxSeparatorWidth() function in WebCore::RenderThemeGtk
331 getComboBoxSeparatorWidth() + (3 * buttonWidgetStyle->xthickness); in getComboBoxPadding()
407 int separatorWidth = getComboBoxSeparatorWidth(); in paintMenuList()
DRenderThemeGtk.h202 int getComboBoxSeparatorWidth() const;
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1619645 (WebCore::RenderThemeGtk::getComboBoxSeparatorWidth): Added.