Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffdocview.cpp184 m_NullTestMsgArray.push_back(msg); in AddNullTestMsg()
188 int32_t iCount = fxcrt::CollectionSize<int32_t>(m_NullTestMsgArray); in ShowNullTestMsg()
196 wsMsg += m_NullTestMsgArray[i] + L"\n"; in ShowNullTestMsg()
208 m_NullTestMsgArray.clear(); in ShowNullTestMsg()
H A Dcxfa_ffdocview.h130 std::vector<WideString> m_NullTestMsgArray; variable