Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp370 WideString wsTemp; in GetPDFNamedImage() local
371 CPDF_Object* pTempObject = nametree.LookupValueAndName(i, &wsTemp); in GetPDFNamedImage()
372 if (wsTemp == wsName) { in GetPDFNamedImage()
Dcxfa_fflistbox.cpp174 WideString wsTemp(wsLabel); in InsertItem() local
175 ToListBox(m_pNormalWidget.get())->AddString(wsTemp.AsStringView()); in InsertItem()