Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h111 static bool IsProceedtoOnChar(uint16_t nKeyCode, uint32_t nFlag);
Dcpwl_edit.cpp504 if (IsProceedtoOnChar(nChar, nFlag)) in OnKeyDown()
511 bool CPWL_Edit::IsProceedtoOnChar(uint16_t nKeyCode, uint32_t nFlag) { in IsProceedtoOnChar() function in CPWL_Edit