Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.h259 bool GetMapModuleString(void* pKey, WideStringView& wsValue);
Dcjx_object.cpp319 if (!GetMapModuleString(pKey, wsValueC)) in TryAttribute()
588 if (GetMapModuleString(pKey, wsValueC)) in TryCData()
990 bool CJX_Object::GetMapModuleString(void* pKey, WideStringView& wsValue) { in GetMapModuleString() function in CJX_Object