Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp49 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
100 if (auto* pComboBox = static_cast<CPWL_ComboBox*>(GetParentWindow())) in OnCharNotify()
151 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
Dcpwl_scroll_bar.cpp272 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
284 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
296 if (CPWL_Wnd* pParent = GetParentWindow()) in OnMouseMove()
786 CPWL_Wnd* pParent = GetParentWindow(); in NotifyScrollWindow()
Dcpwl_wnd.cpp63 pParent = pParent->GetParentWindow(); in SetFocus()
87 pParent = pParent->GetParentWindow(); in SetCapture()
734 pParent = pParent->GetParentWindow(); in GetChildToRoot()
Dcpwl_wnd.h222 CPWL_Wnd* GetParentWindow() const { return m_pParent.Get(); } in GetParentWindow() function