Lines Matching full:iter
120 ActivePanels::iterator iter =
122 if (iter == active_panels_.end()) {
131 current_x_ = (*iter)->bounds().x() + (*iter)->bounds().width();
132 Rearrange(active_panels_.erase(iter));
272 for (ActivePanels::iterator iter = iter_to_start;
273 iter != active_panels_.end(); ++iter) {
274 gfx::Rect new_bounds((*iter)->bounds());
276 if (new_bounds != (*iter)->bounds())
277 (*iter)->SetBounds(new_bounds);
317 for (ActivePanels::const_iterator iter = active_panels_.begin();
318 iter != active_panels_.end(); ++iter) {
319 (*iter)->Minimize();
324 for (ActivePanels::const_iterator iter = active_panels_.begin();
325 iter != active_panels_.end(); ++iter) {
326 (*iter)->Restore();
342 for (ActivePanels::const_iterator iter = active_panels_.begin();
343 iter != active_panels_.end(); ++iter) {
344 if (!(*iter)->minimized())