Home | History | Annotate | Download | only in notifications

Lines Matching defs:balloons

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();
112 Balloons::const_iterator it = balloons.begin();
118 while (it != balloons.end()) {
121 if (it != balloons.end()) {
151 const BalloonCollection::Balloons& BalloonCollectionImpl::GetActiveBalloons() {
152 return base_.balloons();
156 const Balloons& balloons = base_.balloons();
160 for (Balloons::const_iterator it = balloons.begin();
161 it != balloons.end();
173 // the orientation of the balloons.
174 const Balloons& balloons = base_.balloons();
175 Balloons::const_iterator iter;
176 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
206 const Balloons& balloons = base_.balloons();
207 for (Balloons::const_iterator it = balloons.begin();
208 it != balloons.end();