Lines Matching refs:pOuter
50 CFWL_Widget* pOuter) in CFWL_Edit() argument
51 : CFWL_Widget(app, std::move(properties), pOuter), in CFWL_Edit()
265 void CFWL_Edit::SetOuter(CFWL_Widget* pOuter) { in SetOuter() argument
266 m_pOuter = pOuter; in SetOuter()
908 CFWL_Widget* pOuter = this; in ShowCaret() local
910 while (pOuter->GetOuter()) { in ShowCaret()
911 pOuter = pOuter->GetOuter(); in ShowCaret()
913 CFX_RectF rtOuter = pOuter->GetWidgetRect(); in ShowCaret()
917 CFWL_Widget::AdapterIface* pXFAWidget = pOuter->GetAdapterIface(); in ShowCaret()
932 CFWL_Widget* pOuter = this; in HideCaret() local
933 while (pOuter->GetOuter()) in HideCaret()
934 pOuter = pOuter->GetOuter(); in HideCaret()
936 CFWL_Widget::AdapterIface* pXFAWidget = pOuter->GetAdapterIface(); in HideCaret()