HomeSort by relevance Sort by last modified time
    Searched defs:Balloon (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/notifications/
balloon.cc 5 #include "chrome/browser/notifications/balloon.h"
14 Balloon::Balloon(const Notification& notification, Profile* profile,
21 Balloon::~Balloon() {
24 void Balloon::SetPosition(const gfx::Point& upper_left, bool reposition) {
30 void Balloon::SetContentPreferredSize(const gfx::Size& size) {
34 void Balloon::set_view(BalloonView* balloon_view) {
38 void Balloon::Show() {
46 void Balloon::Update(const Notification& notification)
    [all...]
balloon.h 17 class Balloon;
24 // Interface for a view that displays a balloon.
30 virtual void Show(Balloon* balloon) = 0;
35 // Reposition the view to match the position of its balloon.
49 class Balloon {
51 Balloon(const Notification& notification,
54 virtual ~Balloon();
78 // Request a new content size for this balloon. This will get passed
79 // to the balloon collection for checking against available space an
    [all...]

Completed in 28 milliseconds