HomeSort by relevance Sort by last modified time
    Searched defs:Balloons (Results 1 - 4 of 4) 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;
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_base.h 5 // Handles the visible notification (or balloons).
27 typedef std::deque<Balloon*> Balloons;
44 // Finds all balloons matching the given notification source,
49 // Finds all balloons matching the given profile and calls CloseByScript
53 // Calls CloseByScript on all balloons.
56 const Balloons& balloons() const { return balloons_; } function in class:BalloonCollectionBase
66 // The number of balloons being displayed.
70 // Queue of active balloons. Pointers are owned by this class.
71 Balloons balloons_
    [all...]
balloon_collection.h 5 // Handles the visible notification (or balloons).
30 // Called when there is more or less space for balloons due to
31 // monitor size changes or balloons disappearing.
60 // Removes any balloons that have this notification id. Returns
64 // Removes any balloons that have this source origin. Returns
68 // Removes any balloons matching |profile. Returns true if any were removed.
71 // Removes all balloons.
89 // Get const collection of the active balloons.
90 typedef std::deque<Balloon*> Balloons;
91 virtual const Balloons& GetActiveBalloons() = 0
    [all...]

Completed in 1407 milliseconds