OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSmallWallpaperMaxHeight
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc
235
const int
kSmallWallpaperMaxHeight
= 800;
819
size.height() >
kSmallWallpaperMaxHeight
)
[
all
...]
wallpaper_manager.h
72
// smaller than |kSmallWallpaperMaxWidth| and |
kSmallWallpaperMaxHeight
|, the
76
extern const int
kSmallWallpaperMaxHeight
;
wallpaper_manager_browsertest.cc
49
int kSmallWallpaperHeight = chromeos::
kSmallWallpaperMaxHeight
;
617
// equal to kSmallWallpaperMaxWidth by
kSmallWallpaperMaxHeight
, even if
[
all
...]
/external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc
468
chromeos::
kSmallWallpaperMaxHeight
,
[
all
...]
Completed in 1571 milliseconds