Home
last modified time | relevance | path

Searched refs:pFocusHandler (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp29 pFocusHandler(nullptr), in CreateParams()
173 if (m_CreationParams.pFocusHandler == handler) in InvalidateFocusHandler()
174 m_CreationParams.pFocusHandler = nullptr; in InvalidateFocusHandler()
687 return m_CreationParams.pFocusHandler.Get(); in GetFocusHandler()
Dcpwl_edit.cpp341 if (CPWL_Wnd::FocusHandlerIface* pFocusHandler = GetFocusHandler()) { in OnSetFocus() local
342 pFocusHandler->OnSetFocus(this); in OnSetFocus()
Dcpwl_wnd.h132 UnownedPtr<FocusHandlerIface> pFocusHandler; // optional variable
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp66 cp.pFocusHandler = this; in GetCreateParam()
Dcffl_combobox.cpp41 cp.pFocusHandler = this; in GetCreateParam()