Home
last modified time | relevance | path

Searched refs:max_balloon_height (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dballoon_collection_impl.cc51 layout_.max_balloon_height())); in Add()
243 *max_balloon_size = max_balloon_height(); in GetMaxLinearSize()
362 std::min(max_balloon_height(), size.height()))); in ConstrainToSizeLimits()
Ddesktop_notifications_unittest.h59 int MaxHeight() { return Layout::max_balloon_height(); } in MaxHeight()
Dballoon_collection_impl.h89 static int max_balloon_height() { return kBalloonMaxHeight; } in max_balloon_height() function