Lines Matching refs:iter
68 std::deque<Balloon*>::iterator iter;
69 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
70 int pos = (*iter)->GetPosition().y();
71 if (iter == balloons_.begin() || pos < min)
235 std::deque<Balloon*>::iterator iter;
236 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
237 if ((*iter)->notification().origin_url().host() == "long.google.com") {
238 EXPECT_GE((*iter)->GetViewSize().height(),
240 EXPECT_LE((*iter)->GetViewSize().height(),
243 EXPECT_EQ((*iter)->GetViewSize().height(),
358 std::deque<Balloon*>::iterator iter;
359 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
360 int min_x = (*iter)->GetPosition().x();
361 int max_x = min_x + (*iter)->GetViewSize().width() - 1;
362 int min_y = (*iter)->GetPosition().y();
363 int max_y = min_y + (*iter)->GetViewSize().height() - 1;
387 std::deque<Balloon*>::iterator iter;
394 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
395 int current_x = (*iter)->GetPosition().x();
396 int current_y = (*iter)->GetPosition().y();
419 for (iter = balloons.begin(); iter != balloons.end(); ++iter) {
420 int current_x = (*iter)->GetPosition().x();
421 int current_y = (*iter)->GetPosition().y();