Searched refs:group_it (Results 1 – 2 of 2) sorted by relevance
129 ui::TableModel::Groups::const_iterator group_it = groups.begin(); in MapListStoreIndicesToModelRows() local149 while (group_it->id != group) { in MapListStoreIndicesToModelRows()150 ++group_it; in MapListStoreIndicesToModelRows()151 if (group_it == groups.end()) { in MapListStoreIndicesToModelRows()156 int offset = OffsetForGroupIndex(group_it - groups.begin()); in MapListStoreIndicesToModelRows()
797 GroupMap::iterator group_it = group_map_.find(group_name); in OnConnectJobComplete() local798 CHECK(group_it != group_map_.end()); in OnConnectJobComplete()799 Group* group = group_it->second; in OnConnectJobComplete()