HomeSort by relevance Sort by last modified time
    Searched refs:min_balloon_height (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.h 82 static int min_balloon_height() { return Layout::min_balloon_height(); } function in class:BalloonCollectionImpl
108 static int min_balloon_height() { return kBalloonMinHeight; } function in class:BalloonCollectionImpl::Layout
desktop_notifications_unittest.h 59 int MinHeight() { return Layout::min_balloon_height(); }
balloon_host.cc 103 BalloonCollectionImpl::min_balloon_height());
balloon_collection_impl.cc 412 std::max(min_balloon_height(),
  /external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc 21 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height());
balloon_collection_win.cc 15 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height());
desktop_notifications_unittest.h 58 int MinHeight() { return Layout::min_balloon_height(); }
balloon_collection_impl.h 88 static int min_balloon_height() { return kBalloonMinHeight; } function in class:BalloonCollectionImpl::Layout
balloon_collection_impl.cc 361 std::max(min_balloon_height(),
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_collection_gtk.cc 16 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height());
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_collection_views.cc 18 gfx::Size size(layout_.min_balloon_width(), layout_.min_balloon_height());

Completed in 54 milliseconds