Home
last modified time | relevance | path

Searched refs:bCheckWord (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventcheckword.h18 bool bCheckWord; variable
Dcfwl_edit.cpp207 checkWordEvent.bCheckWord = true; in DrawSpellCheck()
210 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) { in DrawSpellCheck()
218 checkWordEvent.bCheckWord = true; in DrawSpellCheck()
221 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) { in DrawSpellCheck()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp354 event->bCheckWord = CheckWord(event->bsWord.AsStringView()); in OnProcessEvent()