Home
last modified time | relevance | path

Searched refs:InvalidateFocusHandler (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_TextField.cpp20 it.second->InvalidateFocusHandler(this); in ~CFFL_TextField()
DFFL_ComboBox.cpp25 it.second->InvalidateFocusHandler(this); in ~CFFL_ComboBox()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h291 void InvalidateFocusHandler(IPWL_FocusHandler* handler);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp240 void CPWL_Wnd::InvalidateFocusHandler(IPWL_FocusHandler* handler) { in InvalidateFocusHandler() function in CPWL_Wnd