OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLargeIconSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
icon_util.cc
61
// icons at full size if only if there is a 256x256 (
kLargeIconSize
) image
113
DCHECK_LE(image.Width(), IconUtil::
kLargeIconSize
);
115
DCHECK_LE(image.Height(), IconUtil::
kLargeIconSize
);
128
if (image.Width() == IconUtil::
kLargeIconSize
&&
129
image.Height() == IconUtil::
kLargeIconSize
) {
245
DCHECK_LE(size,
kLargeIconSize
);
248
if (size !=
kLargeIconSize
) {
570
DCHECK_LT(bitmap.width(),
kLargeIconSize
);
571
DCHECK_LT(bitmap.height(),
kLargeIconSize
);
icon_util.h
63
static const int
kLargeIconSize
= 256;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Files.py
122
kLargeIconSize
= 256
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc
200
GetAppIconForSize(IconUtil::
kLargeIconSize
));
[
all
...]
Completed in 75 milliseconds