Home | History | Annotate | Download | only in notifications

Lines Matching refs:balloons

80 const BalloonCollection::Balloons& MockBalloonCollection::GetActiveBalloons() {
188 // Close all the open balloons.
275 std::deque<Balloon*>& balloons = balloon_collection_->balloons();
277 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
455 Balloon* balloon = (*balloon_collection_->balloons().begin());
482 std::deque<Balloon*>& balloons = balloon_collection_->balloons();
484 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
512 std::deque<Balloon*>& balloons = balloon_collection_->balloons();
520 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
545 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
565 // balloons gets smaller.
569 int current_x = (*balloons.begin())->GetPosition().x();