HomeSort by relevance Sort by last modified time
    Searched defs:balloons (Results 1 - 11 of 11) 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_;
desktop_notifications_unittest.h 36 // of balloons.
48 virtual const BalloonCollection::Balloons& GetActiveBalloons();
50 // Number of balloons being shown.
51 std::deque<Balloon*>& balloons() { return balloons_; } function in class:MockBalloonCollection
54 // Returns the highest y-coordinate of all the balloons in the collection.
notification_ui_manager.cc 70 BalloonCollection* balloons = BalloonCollection::Create(); local
72 instance->Initialize(balloons);
73 balloons->set_space_change_listener(instance);
198 BalloonCollection::Balloons::iterator balloon_iter;
199 BalloonCollection::Balloons balloons = local
201 for (balloon_iter = balloons.begin();
202 balloon_iter != balloons.end();
balloon_collection_impl.cc 18 // Portion of the screen allotted for notifications. When notification balloons
22 // Allow at least this number of balloons on the screen.
57 new_balloon->set_offset(base_.balloons()[count - 1]->offset());
111 const Balloons& balloons = base_.balloons(); local
112 Balloons::const_iterator it = balloons.begin();
118 while (it != balloons.end()) {
121 if (it != balloons.end())
156 const Balloons& balloons = base_.balloons(); local
174 const Balloons& balloons = base_.balloons(); local
206 const Balloons& balloons = base_.balloons(); local
    [all...]
desktop_notifications_unittest.cc 62 const BalloonCollection::Balloons& MockBalloonCollection::GetActiveBalloons() {
149 // Close all the open balloons.
234 std::deque<Balloon*>& balloons = balloon_collection_->balloons(); local
236 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
331 Balloon* balloon = (*balloon_collection_->balloons().begin());
357 std::deque<Balloon*>& balloons = balloon_collection_->balloons(); local
359 for (iter = balloons.begin(); iter != balloons.end(); ++iter)
386 std::deque<Balloon*>& balloons = balloon_collection_->balloons(); local
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 48 // Number of balloons being shown.
49 std::set<Balloon*>& balloons() { return balloons_; } function in class:chromeos::MockBalloonCollection
52 // Returns the highest y-coordinate of all the balloons in the collection.
desktop_notifications_unittest.cc 144 // Close all the open balloons.
145 std::set<Balloon*> balloons = balloon_collection_->balloons(); local
147 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
265 Balloon* balloon = (*balloon_collection_->balloons().begin());
  /external/chromium/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 37 BalloonCollection::Balloons balloons = local
39 return balloons.at(index);
59 BalloonCollection::Balloons balloons = local
61 return balloons.size();
421 SCOPED_TRACE("balloons done");
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 1402 const BalloonCollection::Balloons& balloons = collection->GetActiveBalloons(); local
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 2101 const BalloonCollection::Balloons& balloons = local
2138 const BalloonCollection::Balloons& balloons = local
    [all...]
testing_automation_provider.cc 4467 const BalloonCollection::Balloons& balloons = collection->GetActiveBalloons(); local
4495 const BalloonCollection::Balloons& balloons = collection->GetActiveBalloons(); local
    [all...]

Completed in 141 milliseconds