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

  /external/chromium/chrome/browser/notifications/
balloon_collection_base.h 5 // Handles the visible notification (or balloons).
27 typedef std::deque<Balloon*> Balloons;
41 // Finds all balloons matching the given notification source,
46 // Calls CloseByScript on all balloons.
49 const Balloons& balloons() const { return balloons_; } function in class:BalloonCollectionBase
55 // The number of balloons being displayed.
59 // Queue of active balloons. Pointers are owned by this class.
60 Balloons balloons_;
balloon_collection.h 5 // Handles the visible notification (or balloons).
32 // Called when there is more or less space for balloons due to
33 // monitor size changes or balloons disappearing.
59 // Removes any balloons that have this notification id. Returns
63 // Removes any balloons that have this source origin. Returns
67 // Removes all balloons.
85 // Get const collection of the active balloons.
86 typedef std::deque<Balloon*> Balloons;
87 virtual const Balloons& GetActiveBalloons() = 0;

Completed in 29 milliseconds