• Home
  • Raw
  • Download

Lines Matching refs:pParent

139   if (CPWL_Wnd* pParent = GetParentWindow()) {  in OnKillFocus()  local
140 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in OnKillFocus()
164 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local
165 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in OnNotify()
188 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local
189 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify()
485 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local
486 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in OnNotify()
502 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local
503 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify()
719 if (CPWL_Wnd* pParent = GetParentWindow()) { in ResetSubjectName() local
720 ASSERT(pParent->GetClassName() == "CPWL_Note_Contents"); in ResetSubjectName()
722 CPWL_Note_Contents* pContents = (CPWL_Note_Contents*)pParent; in ResetSubjectName()
767 if (CPWL_Wnd* pParent = GetParentWindow()) { in GetParentNoteItem() local
768 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in GetParentNoteItem()
871 if (CPWL_Wnd* pParent = pWnd->GetParentWindow()) { in GetFocusedNoteItem() local
872 ASSERT(pParent->GetClassName() == "CPWL_Note_Contents"); in GetFocusedNoteItem()
874 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in GetFocusedNoteItem()
941 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local
942 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0); in OnNotify()
952 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify() local
953 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify()