Home
last modified time | relevance | path

Searched refs:CWnd (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dp8155.cpp8 class CWnd;
12 typedef void (CWnd::*AFX_PMSGW)( void);
49 class CWnd : public CCmdTarget { class
51 CWnd();
62 CWnd :: CWnd() { in CWnd() function in CWnd
65 void CWnd :: OnPaint() { in OnPaint()
68 const AFX_MSGMAP* CWnd ::GetMessageMap() const { in GetMessageMap()
69 return & CWnd ::messageMap; in GetMessageMap()
71 const AFX_MSGMAP CWnd ::messageMap = {
72 & CCmdTarget ::messageMap, & CWnd ::_messageEntries[0]
[all …]
/ndk/tests/device/test-stlport_shared-exception/jni/
Dp8155.cpp8 class CWnd;
12 typedef void (CWnd::*AFX_PMSGW)( void);
49 class CWnd : public CCmdTarget { class
51 CWnd();
62 CWnd :: CWnd() { in CWnd() function in CWnd
65 void CWnd :: OnPaint() { in OnPaint()
68 const AFX_MSGMAP* CWnd ::GetMessageMap() const { in GetMessageMap()
69 return & CWnd ::messageMap; in GetMessageMap()
71 const AFX_MSGMAP CWnd ::messageMap = {
72 & CCmdTarget ::messageMap, & CWnd ::_messageEntries[0]
[all …]