OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buttonSizes
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm
492
static const IntSize*
buttonSizes
()
528
const IntSize* sizes =
buttonSizes
();
535
if (part == SquareButtonPart || zoomedRect.height() >
buttonSizes
()[NSRegularControlSize].height() * zoomFactor) {
566
IntSize zoomedSize = (part == ListButtonPart ? listButtonSizes() :
buttonSizes
())[controlSize];
568
IntSize zoomedSize =
buttonSizes
()[controlSize];
696
return sizeFromFont(font, LengthSize(zoomedSize.width(), Length()), zoomFactor,
buttonSizes
());
798
IntSize zoomedSize =
buttonSizes
()[controlSize];
/external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm
368
static const IntSize*
buttonSizes
()
408
const IntSize* sizes =
buttonSizes
();
415
if (part == SquareButtonPart || zoomedRect.height() >
buttonSizes
()[NSRegularControlSize].height() * zoomFactor) {
452
IntSize zoomedSize = (part == ListButtonPart ? listButtonSizes() :
buttonSizes
())[controlSize];
454
IntSize zoomedSize =
buttonSizes
()[controlSize];
605
return sizeFromFont(font, LengthSize(zoomedSize.width(), Length()), zoomFactor,
buttonSizes
());
707
IntSize zoomedSize =
buttonSizes
()[controlSize];
/external/webkit/Source/WebCore/rendering/
RenderThemeSafari.h
165
const IntSize*
buttonSizes
() const;
RenderThemeSafari.cpp
283
if (r.height() <=
buttonSizes
()[NSRegularControlSize].height())
284
r = inflateRect(r,
buttonSizes
()[controlSize], buttonMargins(controlSize));
549
const IntSize* RenderThemeSafari::
buttonSizes
() const
573
setSizeFromFont(style,
buttonSizes
());
583
NSControlSize controlSize = controlSizeFromRect(r,
buttonSizes
());
587
if (r.height() <=
buttonSizes
()[NSRegularControlSize].height()) {
591
IntSize size =
buttonSizes
()[controlSize];
[
all
...]
Completed in 1615 milliseconds