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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ComboBox.h 29 FX_BOOL OnCharWithExit(FX_WORD nChar, FX_BOOL& bExit, FX_DWORD nFlag);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 92 FX_BOOL CPWL_CBListBox::OnCharWithExit(FX_WORD nChar,
598 return m_pList->OnCharWithExit(nChar, bExit, nFlag) ? bExit : FALSE;

Completed in 986 milliseconds