Searched refs:popupButtonMargins (Results 1 - 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderThemeSafari.h | 169 const int* popupButtonMargins(NSControlSize) const;
|
H A D | RenderThemeMac.h | 205 const int* popupButtonMargins() const;
|
H A D | RenderThemeSafari.cpp | 288 r = inflateRect(r, popupButtonSizes()[controlSize], popupButtonMargins(controlSize)); 649 const int* RenderThemeSafari::popupButtonMargins(NSControlSize size) const function in class:WebCore::RenderThemeSafari 688 inflatedRect = inflateRect(inflatedRect, size, popupButtonMargins(controlSize));
|
H A D | RenderThemeMac.mm | 528 r = inflateRect(r, size, popupButtonMargins(), zoomLevel); 744 const int* RenderThemeMac::popupButtonMargins() const 787 inflatedRect = inflateRect(inflatedRect, size, popupButtonMargins(), zoomLevel);
|
Completed in 62 milliseconds