Home | History | Annotate | Download | only in jni

Lines Matching defs:messageMap

30   static const AFX_MSGMAP messageMap;
34 const AFX_MSGMAP CCmdTarget::messageMap = {
39 return &CCmdTarget::messageMap;
58 static const AFX_MSGMAP messageMap;
69 return & CWnd ::messageMap;
71 const AFX_MSGMAP CWnd ::messageMap = {
72 & CCmdTarget ::messageMap, & CWnd ::_messageEntries[0]
84 static const AFX_MSGMAP messageMap;
91 return & CFrameWnd ::messageMap;
93 const AFX_MSGMAP CFrameWnd ::messageMap = {
94 & CWnd ::messageMap, & CFrameWnd ::_messageEntries[0]
107 static const AFX_MSGMAP messageMap;
133 return & CMainWindow ::messageMap;
135 const AFX_MSGMAP CMainWindow ::messageMap = {
136 & CFrameWnd ::messageMap, & CMainWindow ::_messageEntries[0]