Home
last modified time | relevance | path

Searched refs:GetFocusHandler (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h382 IPWL_FocusHandler* GetFocusHandler() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp714 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnSetFocus()
732 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnKillFocus()
DPWL_Wnd.cpp1051 IPWL_FocusHandler* CPWL_Wnd::GetFocusHandler() const in GetFocusHandler() function in CPWL_Wnd