OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSpellCheck
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp
20
: m_pFillerNotify(NULL),
m_pSpellCheck
(NULL), m_bFocus(FALSE) {
246
m_pSpellCheck
= GetCreationParam().pSpellCheck;
349
m_pEdit,
m_pSpellCheck
, ptOffset, &wrVisible);
527
if (
m_pSpellCheck
) {
530
if (!
m_pSpellCheck
->CheckWord(sLatin)) {
531
m_pSpellCheck
->SuggestWords(sLatin, sSuggestWords);
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h
160
IPWL_SpellCheck*
m_pSpellCheck
;
Completed in 181 milliseconds