Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp161 int32_t iCount = pdfium::CollectionSize<int32_t>(m_arrNullTestMsg); in ShowNullTestMsg()
169 wsMsg += m_arrNullTestMsg[i] + L"\n"; in ShowNullTestMsg()
180 m_arrNullTestMsg.clear(); in ShowNullTestMsg()
Dcxfa_ffdocview.h113 std::vector<WideString> m_arrNullTestMsg; variable
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1839 docView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()