Home | History | Annotate | Download | only in dom_storage

Lines Matching refs:connections_

22   AreaMap::const_iterator it = connections_.begin();
23 for (; it != connections_.end(); ++it)
25 connections_.clear(); // Clear prior to releasing the context_
39 connections_[connection_id] = references;
44 AreaMap::iterator found = connections_.find(connection_id);
45 if (found == connections_.end())
48 connections_.erase(found);
157 AreaMap::const_iterator it = connections_.begin();
158 for (; it != connections_.end(); ++it) {
170 AreaMap::iterator it = connections_.begin();
171 for (; it != connections_.end(); ++it) {
183 AreaMap::iterator found = connections_.find(connection_id);
184 if (found == connections_.end())
190 AreaMap::iterator found = connections_.find(connection_id);
191 if (found == connections_.end())