Home | History | Annotate | Download | only in notifications

Lines Matching refs:balloons

62 const BalloonCollection::Balloons& MockBalloonCollection::GetActiveBalloons() {
149 // Close all the open balloons.
234 std::deque<Balloon*>& balloons = balloon_collection_->balloons();
236 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
331 Balloon* balloon = (*balloon_collection_->balloons().begin());
357 std::deque<Balloon*>& balloons = balloon_collection_->balloons();
359 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
386 std::deque<Balloon*>& balloons = balloon_collection_->balloons();
394 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
419 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
439 // balloons gets smaller.
443 int current_x = (*balloons.begin())->GetPosition().x();