Home
last modified time | relevance | path

Searched refs:IsProceedtoOnChar (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.h107 bool IsProceedtoOnChar(uint16_t nKeyCode, uint32_t nFlag);
DPWL_Edit.cpp635 if (IsProceedtoOnChar(nChar, nFlag)) in OnKeyDown()
646 bool CPWL_Edit::IsProceedtoOnChar(uint16_t nKeyCode, uint32_t nFlag) { in IsProceedtoOnChar() function in CPWL_Edit