Home
last modified time | relevance | path

Searched refs:GetParentWindow (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp139 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnKillFocus()
140 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in OnKillFocus()
164 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
188 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
485 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
502 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
719 if (CPWL_Wnd* pParent = GetParentWindow()) { in ResetSubjectName()
767 if (CPWL_Wnd* pParent = GetParentWindow()) { in GetParentNoteItem()
768 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in GetParentNoteItem()
871 if (CPWL_Wnd* pParent = pWnd->GetParentWindow()) { in GetFocusedNoteItem()
[all …]
DPWL_ComboBox.cpp31 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnLButtonUp()
101 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow()) { in OnCharWithExit()
183 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnLButtonDown()
DPWL_Wnd.cpp142 pParent = pParent->GetParentWindow(); in SetFocus()
167 pParent = pParent->GetParentWindow(); in SetCapture()
527 CPWL_Wnd* CPWL_Wnd::GetParentWindow() const { in GetParentWindow() function in CPWL_Wnd
957 pParent = pParent->GetParentWindow(); in GetChildToRoot()
DPWL_IconList.cpp152 if (CPWL_Wnd* pParent = GetParentWindow()) { in CreateChildWnd()
255 if (CPWL_Wnd* pParent = GetParentWindow()) { in ScrollToItem()
DPWL_ScrollBar.cpp537 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
549 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
561 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnMouseMove()
1059 if (CPWL_Wnd* pParent = GetParentWindow()) { in NotifyScrollWindow()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h353 CPWL_Wnd* GetParentWindow() const;