Home | History | Annotate | Download | only in notifications

Lines Matching refs:balloon

15 class Balloon;
23 // The Balloon controller creates the view elements to display a
24 // notification balloon, resize it if the HTML contents of that
25 // balloon change, and move it when the collection of balloons is
29 // The balloon which represents the contents of this view. Weak pointer
31 Balloon* balloon_;
61 // Initialize with a balloon object containing the notification data.
62 - (id)initWithBalloon:(Balloon*)balloon;
73 // Closes the balloon. Can be called by the bridge or by the close
77 // Update the contents of the balloon to match the notification.
80 // Repositions the view to match the position and size of the balloon.