Home
last modified time | relevance | path

Searched refs:focusPad (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk3.cpp128 gint focusWidth, focusPad; in adjustRectForFocus() local
131 "focus-padding", &focusPad, NULL); in adjustRectForFocus()
132 rect.inflate(focusWidth + focusPad); in adjustRectForFocus()
292 gint focusWidth, focusPad; in renderButton() local
296 "focus-padding", &focusPad, in renderButton()
305 …ect = IntRect(buttonRect.x() + borderWidth.left + focusPad, buttonRect.y() + borderWidth.top + foc… in renderButton()
306 … buttonRect.width() - (2 * focusPad + borderWidth.left + borderWidth.right), in renderButton()
307 … buttonRect.height() - (2 * focusPad + borderWidth.top + borderWidth.bottom)); in renderButton()
309 buttonRect.inflate(focusWidth + focusPad); in renderButton()
355 gint focusWidth, focusPad; in getComboBoxMetrics() local
[all …]
DRenderThemeGtk2.cpp101 gint focusWidth, focusPad; in adjustRectForFocus() local
106 "focus-padding", &focusPad, NULL); in adjustRectForFocus()
109 rect.inflate(focusWidth + focusPad); in adjustRectForFocus()