OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MainWnd
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc
20
ATOM
MainWnd
::wnd_class_ = 0;
21
const wchar_t
MainWnd
::kClassName[] = L"WebRTC_MainWnd";
68
MainWnd
::
MainWnd
(const char* server, int port, bool auto_connect,
79
MainWnd
::~
MainWnd
() {
83
bool
MainWnd
::Create() {
103
bool
MainWnd
::Destroy() {
112
void
MainWnd
::RegisterObserver(MainWndCallback* callback) {
116
bool
MainWnd
::IsWindow()
[
all
...]
main_wnd.h
72
class
MainWnd
: public MainWindow {
80
MainWnd
(const char* server, int port, bool auto_connect, bool auto_call);
81
~
MainWnd
();
main.cc
43
MainWnd
wnd(FLAG_server, FLAG_port, FLAG_autoconnect, FLAG_autocall);
Completed in 117 milliseconds