Home
last modified time | relevance | path

Searched refs:m_bNewBuf (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_stream_acc.cpp15 if (m_bNewBuf) in ~CPDF_StreamAcc()
56 m_bNewBuf = m_pData != m_pStream->GetRawData(); in LoadAllData()
80 if (m_bNewBuf) in GetSize()
86 if (m_bNewBuf) { in DetachData()
98 if (m_bNewBuf) in GetDataHelper()
Dcpdf_stream_acc.h49 bool m_bNewBuf = false; variable
/external/pdfium/core/fpdfapi/edit/
Dcpdf_encryptor.cpp14 : m_pData(nullptr), m_dwSize(0), m_bNewBuf(false) { in CPDF_Encryptor()
26 m_bNewBuf = true; in CPDF_Encryptor()
30 if (m_bNewBuf) in ~CPDF_Encryptor()
Dcpdf_encryptor.h28 bool m_bNewBuf; variable