Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet.cpp37 bool CFX_CSSStyleSheet::LoadBuffer(const wchar_t* pBuffer, int32_t iBufSize) { in LoadBuffer() argument
39 ASSERT(iBufSize > 0); in LoadBuffer()
41 auto pSyntax = pdfium::MakeUnique<CFX_CSSSyntaxParser>(pBuffer, iBufSize); in LoadBuffer()
Dcfx_cssstylesheet.h24 bool LoadBuffer(const wchar_t* pBuffer, int32_t iBufSize);