Home
last modified time | relevance | path

Searched refs:CFWL_EventCheckWord (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventcheckword.cpp9 CFWL_EventCheckWord::CFWL_EventCheckWord(CFWL_Widget* pSrcTarget) in CFWL_EventCheckWord() function in CFWL_EventCheckWord
12 CFWL_EventCheckWord::~CFWL_EventCheckWord() {} in ~CFWL_EventCheckWord()
Dcfwl_eventcheckword.h12 class CFWL_EventCheckWord : public CFWL_Event {
14 explicit CFWL_EventCheckWord(CFWL_Widget* pSrcTarget);
15 ~CFWL_EventCheckWord() override;
DREADME.md47 * CFWL_EventCheckWord
Dcfwl_edit.cpp191 CFWL_EventCheckWord checkWordEvent(this); in DrawSpellCheck()
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp353 CFWL_EventCheckWord* event = static_cast<CFWL_EventCheckWord*>(pEvent); in OnProcessEvent()