OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CWinTestDlg
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc
82
void
CWinTestDlg
::CallbackOnError(int channel, int errCode)
132
void
CWinTestDlg
::OnIncomingCSRCChanged(int channel, unsigned int CSRC, bool added)
139
void
CWinTestDlg
::OnIncomingSSRCChanged(int channel, unsigned int SSRC)
[
all
...]
WinTest.cc
62
CWinTestDlg
dlg;
WinTestDlg.h
42
((
CWinTestDlg
*)_parentDialogPtr)->UpdateTest(true, _strMsg); \
47
((
CWinTestDlg
*)_parentDialogPtr)->UpdateTest(false, _strMsg); \
72
((
CWinTestDlg
*)_parentDialogPtr)->UpdateTest(true, _strMsg); \
77
((
CWinTestDlg
*)_parentDialogPtr)->UpdateTest(false, _strMsg); \
107
//
CWinTestDlg
dialog
108
class
CWinTestDlg
: public CDialog,
114
CWinTestDlg
(CWnd* pParent = NULL); // standard constructor
115
virtual ~
CWinTestDlg
();
Completed in 209 milliseconds