Searched defs:ExpandBuf (Results 1 - 1 of 1) 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));

Completed in 112 milliseconds