Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.cpp854 void* pRawValue; in GetMapModuleString() local
856 if (!GetMapModuleBuffer(pKey, &pRawValue, &iBytes)) in GetMapModuleString()
861 return WideString(iChars ? static_cast<const wchar_t*>(pRawValue) : nullptr, in GetMapModuleString()