Home | History | Annotate | Download | only in view_manager

Lines Matching refs:connections_

26   DCHECK(std::find(connections_.begin(), connections_.end(), connection) ==
27 connections_.end());
28 connections_.push_back(connection);
35 std::find(connections_.begin(), connections_.end(), connection);
36 DCHECK(it != connections_.end());
37 connections_.erase(it);
43 if (connections_.empty())
69 for (Connections::const_iterator it = connections_.begin();
70 it != connections_.end(); ++it) {
73 connections_.clear();