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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 207 pFocusHandler(NULL),
232 IPWL_FocusHandler* pFocusHandler; //optional
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 69 cp.pFocusHandler = this;
FFL_TextField.cpp 128 cp.pFocusHandler = this;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 710 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler())
711 pFocusHandler->OnSetFocus(this);
728 if (IPWL_FocusHandler* pFocusHandler = GetFocusHandler())
729 pFocusHandler->OnKillFocus(this);
PWL_Wnd.cpp 1048 return m_sPrivateParam.pFocusHandler;

Completed in 263 milliseconds