Home
last modified time | relevance | path

Searched refs:m_arrNullTestMsg (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dxfa_ffdocview.h102 std::vector<CFX_WideString> m_arrNullTestMsg; variable
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdocview.cpp150 int32_t iCount = pdfium::CollectionSize<int32_t>(m_arrNullTestMsg); in ShowNullTestMsg()
158 wsMsg += m_arrNullTestMsg[i] + L"\n"; in ShowNullTestMsg()
171 m_arrNullTestMsg.clear(); in ShowNullTestMsg()
Dxfa_ffwidgetacc.cpp478 m_pDocView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()