Home | History | Annotate | Download | only in notifications

Lines Matching refs:balloon

13 #include "chrome/browser/notifications/balloon.h"
36 // A balloon view is the UI component for desktop notification toasts.
47 virtual void Show(Balloon* balloon);
66 // Do the delayed close work. The balloon and all view components will be
71 // The height of the balloon's shelf.
75 // The width and height that the frame should be. If the balloon inside
81 // Where the balloon contents should be placed with respect to the top left
85 // Where the balloon contents should be in screen coordinates.
96 // Non-owned pointer to the balloon which owns this object.
97 Balloon* balloon_;
122 // An animation to move the balloon on the screen as its position changes.