Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h210 pFocusHandler(NULL), in PWL_CREATEPARAM()
233 IPWL_FocusHandler* pFocusHandler; // optional member
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp678 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnSetFocus() local
679 pFocusHandler->OnSetFocus(this); in OnSetFocus()
694 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnKillFocus() local
695 pFocusHandler->OnKillFocus(this); in OnKillFocus()
DPWL_Wnd.cpp241 if (m_sPrivateParam.pFocusHandler == handler) in InvalidateFocusHandler()
242 m_sPrivateParam.pFocusHandler = nullptr; in InvalidateFocusHandler()
811 return m_sPrivateParam.pFocusHandler; in GetFocusHandler()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_TextField.cpp76 cp.pFocusHandler = this; in GetCreateParam()
DFFL_ComboBox.cpp40 cp.pFocusHandler = this; in GetCreateParam()