Home
last modified time | relevance | path

Searched refs:LIST_PEERS (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc167 ui_ = LIST_PEERS; in SwitchToPeerList()
329 } else if (ui_ == LIST_PEERS) { in OnDefaultAction()
355 } else if (ui_ == LIST_PEERS) { in OnMessage()
363 } else if (ui_ == LIST_PEERS) { in OnMessage()
Dconductor.cc218 if (main_wnd_->current_ui() == MainWindow::LIST_PEERS) in OnPeerConnected()
229 if (main_wnd_->current_ui() == MainWindow::LIST_PEERS) in OnPeerDisconnected()
Dmain_wnd.h45 LIST_PEERS, enumerator
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc164 return LIST_PEERS; in current_ui()