Home
last modified time | relevance | path

Searched defs:nWordIndex (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcsection.cpp36 int32_t nWordIndex = pdfium::clamp( in AddWord() local
216 void CSection::ClearLeftWords(int32_t nWordIndex) { in ClearLeftWords()
223 void CSection::ClearRightWords(int32_t nWordIndex) { in ClearRightWords()
Dcpvt_wordplace.h70 int32_t nWordIndex; member
Dcpdf_variabletext.cpp91 void CPDF_VariableText::Iterator::SetAt(int32_t nWordIndex) { in SetAt()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp105 void CPWL_EditImpl_Iterator::SetAt(int32_t nWordIndex) { in SetAt()
/external/pdfium/fxjs/
Dcjs_document.cpp1358 WideString Document::GetObjWordStr(CPDF_TextObject* pTextObj, int nWordIndex) { in GetObjWordStr()