OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kBalloonMaxHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_impl.h
89
static int max_balloon_height() { return
kBalloonMaxHeight
; }
138
static const int
kBalloonMaxHeight
= 160;
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
33
const int
kBalloonMaxHeight
= 120;
546
std::min(
kBalloonMaxHeight
, size.height())));
Completed in 2783 milliseconds