OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_ui
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h
55
virtual UI
current_ui
() = 0;
94
virtual UI
current_ui
() { return ui_; }
function in class:MainWnd
conductor.cc
148
if (main_wnd_->
current_ui
() != MainWindow::STREAMING)
218
if (main_wnd_->
current_ui
() == MainWindow::LIST_PEERS)
229
if (main_wnd_->
current_ui
() == MainWindow::LIST_PEERS)
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h
42
virtual MainWindow::UI
current_ui
();
main_wnd.cc
159
MainWindow::UI GtkMainWnd::
current_ui
() {
function in class:GtkMainWnd
Completed in 178 milliseconds