Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h369 IPWL_FocusHandler* GetFocusHandler() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp678 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnSetFocus()
694 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler()) in OnKillFocus()
DPWL_Wnd.cpp810 IPWL_FocusHandler* CPWL_Wnd::GetFocusHandler() const { in GetFocusHandler() function in CPWL_Wnd