OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBalloonMaxHeight
(Results
1 - 5
of
5
) 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;
balloon_collection_impl.cc
318
y = work_area_.y() +
kBalloonMaxHeight
+ VerticalEdgeMargin();
322
y = work_area_.y() +
kBalloonMaxHeight
+ VerticalEdgeMargin();
326
y = work_area_.bottom() +
kBalloonMaxHeight
+ VerticalEdgeMargin();
330
y = work_area_.bottom() +
kBalloonMaxHeight
+ VerticalEdgeMargin();
/external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.h
109
static int max_balloon_height() { return
kBalloonMaxHeight
; }
169
static const int
kBalloonMaxHeight
= 160;
balloon_collection_impl.cc
376
location.Offset(0,
kBalloonMaxHeight
);
381
kBalloonMaxHeight
);
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
33
const int
kBalloonMaxHeight
= 120;
546
std::min(
kBalloonMaxHeight
, size.height())));
Completed in 86 milliseconds