Searched refs:bConsecutive (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp139 IFX_MemoryStream* FX_CreateMemoryStream(FX_BOOL bConsecutive, IFX_Allocator* pAllocator) argument
142 return FX_NewAtAllocator(pAllocator)CFX_MemoryStream(bConsecutive, pAllocator);
144 return FX_NEW CFX_MemoryStream(bConsecutive, NULL);
H A Dextension.h128 CFX_MemoryStream(FX_BOOL bConsecutive, IFX_Allocator* pAllocator) argument
137 m_dwFlags = FX_MEMSTREAM_TakeOver | (bConsecutive ? FX_MEMSTREAM_Consecutive : 0);
/external/pdfium/core/include/fxcrt/
H A Dfx_stream.h179 IFX_MemoryStream* FX_CreateMemoryStream(FX_BOOL bConsecutive = FALSE, IFX_Allocator* pAllocator = NULL);

Completed in 219 milliseconds