Home
last modified time | relevance | path

Searched refs:PreTranslateMessage (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain.cc58 if (!wnd.PreTranslateMessage(&msg)) { in wWinMain()
67 if (!wnd.PreTranslateMessage(&msg)) { in wWinMain()
Dmain_wnd.h85 bool PreTranslateMessage(MSG* msg);
Dmain_wnd.cc120 bool MainWnd::PreTranslateMessage(MSG* msg) { in PreTranslateMessage() function in MainWnd
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.h77 virtual BOOL PreTranslateMessage(MSG* pMsg);
DChooserDialog.cpp467 BOOL ChooserDialog::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage() function in ChooserDialog
479 result = CDialog::PreTranslateMessage( pMsg ); in PreTranslateMessage()