OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wnd_class_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h
193
static ATOM
wnd_class_
;
member in class:MainWnd
main_wnd.cc
20
ATOM MainWnd::
wnd_class_
= 0;
member in class:MainWnd
430
if (
wnd_class_
)
440
wnd_class_
= ::RegisterClassEx(&wcex);
441
ASSERT(
wnd_class_
!= 0);
442
return
wnd_class_
!= 0;
Completed in 291 milliseconds