OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMediumIconSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
icon_util.h
67
static const int
kMediumIconSize
= 48;
76
// The number of elements in kIconDimensions <=
kMediumIconSize
.
icon_util.cc
62
// in the .ico file. Otherwise, it shrinks icons to 48x48 (
kMediumIconSize
).
63
if (dimension > IconUtil::
kMediumIconSize
&&
64
best->Width() <= IconUtil::
kMediumIconSize
&&
65
best->Height() <= IconUtil::
kMediumIconSize
) {
icon_util_unittest.cc
432
EXPECT_EQ(IconUtil::
kMediumIconSize
,
Completed in 28 milliseconds