Home
last modified time | relevance | path

Searched refs:m_pSpellCheck (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp20 : m_pFillerNotify(NULL), m_pSpellCheck(NULL), m_bFocus(FALSE) { in CPWL_Edit()
246 m_pSpellCheck = GetCreationParam().pSpellCheck; in SetParamByFlag()
349 m_pEdit, m_pSpellCheck, ptOffset, &wrVisible); in GetThisAppearanceStream()
527 if (m_pSpellCheck) { in OnRButtonUp()
530 if (!m_pSpellCheck->CheckWord(sLatin)) { in OnRButtonUp()
531 m_pSpellCheck->SuggestWords(sLatin, sSuggestWords); in OnRButtonUp()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Edit.h160 IPWL_SpellCheck* m_pSpellCheck; variable