Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.cpp124 #define FX_MEMSTREAM_TakeOver 0x02 macro
168 FX_MEMSTREAM_TakeOver | (bConsecutive ? FX_MEMSTREAM_Consecutive : 0); in CFX_MemoryStream()
180 FX_MEMSTREAM_Consecutive | (bTakeOver ? FX_MEMSTREAM_TakeOver : 0); in CFX_MemoryStream()
184 if (m_dwFlags & FX_MEMSTREAM_TakeOver) { in ~CFX_MemoryStream()
344 FX_MEMSTREAM_Consecutive | (bTakeOver ? FX_MEMSTREAM_TakeOver : 0); in AttachBuffer()
353 m_dwFlags = FX_MEMSTREAM_TakeOver; in DetachBuffer()