Home | History | Annotate | Download | only in dom_storage

Lines Matching refs:connections_

20   AreaMap::const_iterator it = connections_.begin();
21 for (; it != connections_.end(); ++it)
23 connections_.clear(); // Clear prior to releasing the context_
41 connections_[connection_id] = references;
46 AreaMap::iterator found = connections_.find(connection_id);
47 if (found == connections_.end())
50 connections_.erase(found);
141 AreaMap::const_iterator it = connections_.begin();
142 for (; it != connections_.end(); ++it) {
152 AreaMap::iterator found = connections_.find(connection_id);
153 if (found == connections_.end())
159 AreaMap::iterator found = connections_.find(connection_id);
160 if (found == connections_.end())