OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFWL_EventCheckWord
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/fwl/
cfwl_eventcheckword.cpp
7
#include "xfa/fwl/
cfwl_eventcheckword
.h"
9
CFWL_EventCheckWord
::
CFWL_EventCheckWord
(CFWL_Widget* pSrcTarget)
12
CFWL_EventCheckWord
::~
CFWL_EventCheckWord
() {}
cfwl_eventcheckword.h
12
class
CFWL_EventCheckWord
: public CFWL_Event {
14
explicit
CFWL_EventCheckWord
(CFWL_Widget* pSrcTarget);
15
~
CFWL_EventCheckWord
() override;
cfwl_edit.cpp
22
#include "xfa/fwl/
cfwl_eventcheckword
.h"
191
CFWL_EventCheckWord
checkWordEvent(this);
[
all
...]
/external/pdfium/xfa/fxfa/
cxfa_fftextedit.cpp
13
#include "xfa/fwl/
cfwl_eventcheckword
.h"
353
CFWL_EventCheckWord
* event = static_cast<
CFWL_EventCheckWord
*>(pEvent);
Completed in 107 milliseconds