OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_strMsg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.h
16
_strMsg
.Format(__VA_ARGS__); \
17
SetDlgItemText(IDC_EDIT_GET_OUTPUT,
_strMsg
); \
23
_strMsg
.Format(__VA_ARGS__); \
24
SetDlgItemText(IDC_EDIT_MESSAGE,
_strMsg
); \
33
_strMsg
.Format(__VA_ARGS__); \
34
SetDlgItemText(IDC_EDIT_MESSAGE,
_strMsg
); \
41
_strMsg
.Format(__VA_ARGS__); \
42
((CWinTestDlg*)_parentDialogPtr)->UpdateTest(true,
_strMsg
); \
46
_strMsg
.Format(__VA_ARGS__); \
47
((CWinTestDlg*)_parentDialogPtr)->UpdateTest(false,
_strMsg
); \
[
all
...]
WinTestDlg.cc
445
CString
_strMsg
;
[
all
...]
Completed in 203 milliseconds