OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_connections_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/
ipc_desktop_environment.cc
136
bool inserted =
active_connections_
.insert(
151
for (i =
active_connections_
.begin(); i !=
active_connections_
.end(); ++i) {
156
if (i !=
active_connections_
.end()) {
158
active_connections_
.erase(i);
171
for (i =
active_connections_
.begin(); i !=
active_connections_
.end(); ++i) {
176
if (i !=
active_connections_
.end()) {
193
ActiveConnectionsList::iterator i =
active_connections_
.find(terminal_id);
194
if (i !=
active_connections_
.end())
[
all
...]
ipc_desktop_environment.h
129
ActiveConnectionsList
active_connections_
;
member in class:remoting::IpcDesktopEnvironmentFactory
Completed in 122 milliseconds