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

  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 464 static const IntSize* buttonSizes()
500 const IntSize* sizes = buttonSizes();
507 if (part == SquareButtonPart || zoomedRect.height() > buttonSizes()[NSRegularControlSize].height() * zoomFactor) {
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/platform/mac/
ThemeMac.mm 308 static const IntSize* buttonSizes()
344 const IntSize* sizes = buttonSizes();
351 if (part == SquareButtonPart || zoomedRect.height() > buttonSizes()[NSRegularControlSize].height() * zoomFactor) {
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/rendering/
RenderThemeSafari.h 165 const IntSize* buttonSizes() const;
RenderThemeSafari.cpp 282 if (r.height() <= buttonSizes()[NSRegularControlSize].height())
283 r = inflateRect(r, buttonSizes()[controlSize], buttonMargins(controlSize));
548 const IntSize* RenderThemeSafari::buttonSizes() const
572 setSizeFromFont(style, buttonSizes());
582 NSControlSize controlSize = controlSizeFromRect(r, buttonSizes());
586 if (r.height() <= buttonSizes()[NSRegularControlSize].height()) {
590 IntSize size = buttonSizes()[controlSize];
    [all...]

Completed in 551 milliseconds