Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.h102 std::vector<WideString> m_arrNullTestMsg; variable
Dcxfa_ffdocview.cpp146 int32_t iCount = pdfium::CollectionSize<int32_t>(m_arrNullTestMsg); in ShowNullTestMsg()
154 wsMsg += m_arrNullTestMsg[i] + L"\n"; in ShowNullTestMsg()
166 m_arrNullTestMsg.clear(); in ShowNullTestMsg()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2575 pDocView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()