HomeSort by relevance Sort by last modified time
    Searched refs:focusPad (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 128 gint focusWidth, focusPad;
131 "focus-padding", &focusPad, NULL);
132 rect.inflate(focusWidth + focusPad);
292 gint focusWidth, focusPad;
296 "focus-padding", &focusPad,
305 buttonRect = IntRect(buttonRect.x() + borderWidth.left + focusPad, buttonRect.y() + borderWidth.top + focusPad,
306 buttonRect.width() - (2 * focusPad + borderWidth.left + borderWidth.right),
307 buttonRect.height() - (2 * focusPad + borderWidth.top + borderWidth.bottom));
309 buttonRect.inflate(focusWidth + focusPad);
    [all...]
RenderThemeGtk2.cpp 101 gint focusWidth, focusPad;
106 "focus-padding", &focusPad, NULL);
109 rect.inflate(focusWidth + focusPad);
    [all...]

Completed in 254 milliseconds