Lines Matching refs:CPWL_Wnd
30 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
40 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonUp()
99 CPWL_Wnd::DrawThisAppearance(pDevice, mtUser2Device); in DrawThisAppearance()
101 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance()
133 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
137 if (CPWL_Wnd* pParent = GetParentWindow()) in OnLButtonDown()
144 CPWL_Wnd::OnLButtonUp(point, nFlag); in OnLButtonUp()
172 CPWL_Wnd::OnDestroy(); in OnDestroy()
184 CPWL_Wnd::KillFocus(); in KillFocus()
331 CFX_FloatRect rcList = CPWL_Wnd::GetWindowRect(); in RePosChildWnd()
448 m_rcOldWindow = CPWL_Wnd::GetWindowRect(); in SetPopup()
545 void CPWL_ComboBox::NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonDown()
553 void CPWL_ComboBox::NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonUp()