Home
last modified time | relevance | path

Searched refs:min_balloon_height (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dballoon_collection_win.cc15 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height()); in MakeBalloon()
Dballoon_collection_linux.cc21 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height()); in MakeBalloon()
Ddesktop_notifications_unittest.h58 int MinHeight() { return Layout::min_balloon_height(); } in MinHeight()
Dballoon_collection_impl.h88 static int min_balloon_height() { return kBalloonMinHeight; } in min_balloon_height() function
Dballoon_collection_mac.mm15 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height());
Dballoon_collection_impl.cc361 std::max(min_balloon_height(), in ConstrainToSizeLimits()