Home
last modified time | relevance | path

Searched refs:balloons (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dballoon_collection_impl.cc57 new_balloon->set_offset(base_.balloons()[count - 1]->offset()); in Add()
111 const Balloons& balloons = base_.balloons(); in OnBalloonClosed() local
112 Balloons::const_iterator it = balloons.begin(); in OnBalloonClosed()
118 while (it != balloons.end()) { in OnBalloonClosed()
121 if (it != balloons.end()) { in OnBalloonClosed()
152 return base_.balloons(); in GetActiveBalloons()
156 const Balloons& balloons = base_.balloons(); in PositionBalloonsInternal() local
160 for (Balloons::const_iterator it = balloons.begin(); in PositionBalloonsInternal()
161 it != balloons.end(); in PositionBalloonsInternal()
174 const Balloons& balloons = base_.balloons(); in GetBalloonsBoundingBox() local
[all …]
Ddesktop_notifications_unittest.cc234 std::deque<Balloon*>& balloons = balloon_collection_->balloons(); in TEST_F() local
236 for (iter = balloons.begin(); iter != balloons.end(); ++iter) { in TEST_F()
331 Balloon* balloon = (*balloon_collection_->balloons().begin()); in TEST_F()
357 std::deque<Balloon*>& balloons = balloon_collection_->balloons(); in TEST_F() local
359 for (iter = balloons.begin(); iter != balloons.end(); ++iter) { in TEST_F()
386 std::deque<Balloon*>& balloons = balloon_collection_->balloons(); in TEST_F() local
394 for (iter = balloons.begin(); iter != balloons.end(); ++iter) { in TEST_F()
419 for (iter = balloons.begin(); iter != balloons.end(); ++iter) { in TEST_F()
443 int current_x = (*balloons.begin())->GetPosition().x(); in TEST_F()
Dnotification_ui_manager.cc70 BalloonCollection* balloons = BalloonCollection::Create(); in Create() local
72 instance->Initialize(balloons); in Create()
73 balloons->set_space_change_listener(instance); in Create()
199 BalloonCollection::Balloons balloons = in TryReplacement() local
201 for (balloon_iter = balloons.begin(); in TryReplacement()
202 balloon_iter != balloons.end(); in TryReplacement()
Dballoon_collection_base.h49 const Balloons& balloons() const { return balloons_; } in balloons() function
Ddesktop_notifications_unittest.h51 std::deque<Balloon*>& balloons() { return balloons_; } in balloons() function
Dballoon_collection_mac.mm39 // Use an animation context so that all the balloons animate together.
/external/chromium/chrome/browser/chromeos/notifications/
Ddesktop_notifications_unittest.cc145 std::set<Balloon*> balloons = balloon_collection_->balloons(); in TEST_F() local
147 for (iter = balloons.begin(); iter != balloons.end(); ++iter) { in TEST_F()
265 Balloon* balloon = (*balloon_collection_->balloons().begin()); in TEST_F()
Ddesktop_notifications_unittest.h49 std::set<Balloon*>& balloons() { return balloons_; } in balloons() function
Dballoon_collection_impl.h72 virtual const Balloons& GetActiveBalloons() { return base_.balloons(); } in GetActiveBalloons()
/external/chromium/chrome/browser/extensions/
Dextension_crash_recovery_browsertest.cc37 BalloonCollection::Balloons balloons = in GetNotificationDelegate() local
39 return balloons.at(index); in GetNotificationDelegate()
59 BalloonCollection::Balloons balloons = in CountBalloons() local
61 return balloons.size(); in CountBalloons()
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc2101 const BalloonCollection::Balloons& balloons = in AreActiveNotificationProcessesReady() local
2104 for (iter = balloons.begin(); iter != balloons.end(); ++iter) { in AreActiveNotificationProcessesReady()
2138 const BalloonCollection::Balloons& balloons = in SendMessage() local
2144 for (iter = balloons.begin(); iter != balloons.end(); ++iter) { in SendMessage()
Dtesting_automation_provider.cc4467 const BalloonCollection::Balloons& balloons = collection->GetActiveBalloons(); in CloseNotification() local
4468 int balloon_count = static_cast<int>(balloons.size()); in CloseNotification()
4477 manager->CancelById(balloons[index]->notification().notification_id()); in CloseNotification()
4495 const BalloonCollection::Balloons& balloons = collection->GetActiveBalloons(); in WaitForNotificationCount() local
4496 if (static_cast<int>(balloons.size()) == count) { in WaitForNotificationCount()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.cc1402 const BalloonCollection::Balloons& balloons = collection->GetActiveBalloons(); in StartUpdating() local
1403 for (BalloonCollection::Balloons::const_iterator it = balloons.begin(); in StartUpdating()
1404 it != balloons.end(); ++it) { in StartUpdating()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm1032 // does not necessarily apply in other contexts (e.g. balloons).
/external/srec/config/en.us/dictionary/
Dlarge.ok2015 balloons b@lUnz
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1071939 Revert part of my r27935 change that made the Tip balloons
72232 Animate the status area and tip balloons in the Web Inspector