Home
last modified time | relevance | path

Searched refs:buttonSizes (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/mac/
DThemeMac.mm308 static const IntSize* buttonSizes()
344 const IntSize* sizes = buttonSizes();
351 …if (part == SquareButtonPart || zoomedRect.height() > buttonSizes()[NSRegularControlSize].height()…
382 IntSize zoomedSize = (part == ListButtonPart ? listButtonSizes() : buttonSizes())[controlSize];
384 IntSize zoomedSize = buttonSizes()[controlSize];
475 … return sizeFromFont(font, LengthSize(zoomedSize.width(), Length()), zoomFactor, buttonSizes());
562 IntSize zoomedSize = buttonSizes()[controlSize];
/external/webkit/WebCore/platform/chromium/
DThemeChromiumMac.mm464 static const IntSize* buttonSizes()
500 const IntSize* sizes = buttonSizes();
507 …if (part == SquareButtonPart || zoomedRect.height() > buttonSizes()[NSRegularControlSize].height()…
538 IntSize zoomedSize = (part == ListButtonPart ? listButtonSizes() : buttonSizes())[controlSize];
540 IntSize zoomedSize = buttonSizes()[controlSize];
610 … return sizeFromFont(font, LengthSize(zoomedSize.width(), Length()), zoomFactor, buttonSizes());
697 IntSize zoomedSize = buttonSizes()[controlSize];
/external/webkit/WebCore/rendering/
DRenderThemeSafari.cpp282 if (r.height() <= buttonSizes()[NSRegularControlSize].height()) in adjustRepaintRect()
283 r = inflateRect(r, buttonSizes()[controlSize], buttonMargins(controlSize)); in adjustRepaintRect()
548 const IntSize* RenderThemeSafari::buttonSizes() const in buttonSizes() function in WebCore::RenderThemeSafari
572 setSizeFromFont(style, buttonSizes()); in setButtonSize()
582 NSControlSize controlSize = controlSizeFromRect(r, buttonSizes()); in paintButton()
586 if (r.height() <= buttonSizes()[NSRegularControlSize].height()) { in paintButton()
590 IntSize size = buttonSizes()[controlSize]; in paintButton()
DRenderThemeSafari.h165 const IntSize* buttonSizes() const;
/external/webkit/WebCore/
DChangeLog-2006-05-1033378 (khtml::RenderThemeMac::buttonSizes):
DChangeLog-2005-12-199517 (khtml::RenderThemeMac::buttonSizes):
DChangeLog-2007-10-1426755 (WebCore::RenderThemeSafari::buttonSizes):
DChangeLog-2009-06-1676055 (WebCore::buttonSizes):
DChangeLog-2010-01-2957832 (WebCore::buttonSizes):