Home
last modified time | relevance | path

Searched refs:CheckWord (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventcheckword.cpp10 : CFWL_Event(CFWL_Event::Type::CheckWord, pSrcTarget) {} in CFWL_EventCheckWord()
Dcfwl_event.h23 CheckWord, enumerator
/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.h36 bool CheckWord(const CFX_ByteStringC& sWord);
Dxfa_fftextedit.cpp316 bool CXFA_FFTextEdit::CheckWord(const CFX_ByteStringC& sWord) { in CheckWord() function in CXFA_FFTextEdit
340 case CFWL_Event::Type::CheckWord: { in OnProcessEvent()
343 event->bCheckWord = CheckWord(event->bsWord.AsStringC()); in OnProcessEvent()