Searched refs:ExpandBuf (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp69 ExpandBuf(size - m_DataSize);
71 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) function in class:CFX_BinaryBuf
105 ExpandBuf(size - m_DataSize);
115 ExpandBuf(size);
123 ExpandBuf(size);
135 ExpandBuf(count);
188 ExpandBuf(sizeof(FX_WCHAR));
210 ExpandBuf(len * sizeof(FX_WCHAR));
225 ExpandBuf(len * sizeof(FX_WCHAR));
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h47 ExpandBuf(1);
88 void ExpandBuf(FX_STRSIZE size);

Completed in 83 milliseconds