HomeSort by relevance Sort by last modified time
    Searched refs:IPWL_FocusHandler (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.h 22 class CFFL_ComboBox : public CFFL_FormFiller, public IPWL_FocusHandler {
48 // IPWL_FocusHandler:
cffl_textfield.h 28 class CFFL_TextField : public CFFL_FormFiller, public IPWL_FocusHandler {
54 // IPWL_FocusHandler:
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.h 160 class IPWL_FocusHandler {
162 virtual ~IPWL_FocusHandler() {}
198 IPWL_FocusHandler* pFocusHandler; // optional
278 void InvalidateFocusHandler(IPWL_FocusHandler* handler);
330 IPWL_FocusHandler* GetFocusHandler() const;
PWL_Wnd.cpp 243 void CPWL_Wnd::InvalidateFocusHandler(IPWL_FocusHandler* handler) {
782 IPWL_FocusHandler* CPWL_Wnd::GetFocusHandler() const {
PWL_Edit.cpp 452 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler())

Completed in 3447 milliseconds