Searched refs:pFocusHandler (Results 1 – 5 of 5) sorted by relevance
120 UnownedPtr<FocusHandlerIface> pFocusHandler; // optional variable244 return m_CreationParams.pFocusHandler.Get(); in GetFocusHandler()
294 if (CPWL_Wnd::FocusHandlerIface* pFocusHandler = GetFocusHandler()) { in OnSetFocus() local295 pFocusHandler->OnSetFocus(this); in OnSetFocus()
156 if (m_CreationParams.pFocusHandler == handler) in InvalidateFocusHandler()157 m_CreationParams.pFocusHandler = nullptr; in InvalidateFocusHandler()
80 cp.pFocusHandler = this; in GetCreateParam()
40 cp.pFocusHandler = this; in GetCreateParam()