Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h120 UnownedPtr<FocusHandlerIface> pFocusHandler; // optional variable
244 return m_CreationParams.pFocusHandler.Get(); in GetFocusHandler()
Dcpwl_edit.cpp294 if (CPWL_Wnd::FocusHandlerIface* pFocusHandler = GetFocusHandler()) { in OnSetFocus() local
295 pFocusHandler->OnSetFocus(this); in OnSetFocus()
Dcpwl_wnd.cpp156 if (m_CreationParams.pFocusHandler == handler) in InvalidateFocusHandler()
157 m_CreationParams.pFocusHandler = nullptr; in InvalidateFocusHandler()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp80 cp.pFocusHandler = this; in GetCreateParam()
Dcffl_combobox.cpp40 cp.pFocusHandler = this; in GetCreateParam()