Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp27 pFocusHandler(nullptr), in PWL_CREATEPARAM()
244 if (m_sPrivateParam.pFocusHandler == handler) in InvalidateFocusHandler()
245 m_sPrivateParam.pFocusHandler = nullptr; in InvalidateFocusHandler()
783 return m_sPrivateParam.pFocusHandler; in GetFocusHandler()
DPWL_Wnd.h176 pFocusHandler = nullptr; in Reset()
198 IPWL_FocusHandler* pFocusHandler; // optional member
DPWL_Edit.cpp452 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnSetFocus() local
453 pFocusHandler->OnSetFocus(this); in OnSetFocus()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp80 cp.pFocusHandler = this; in GetCreateParam()
Dcffl_combobox.cpp47 cp.pFocusHandler = this; in GetCreateParam()