Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.h258 bool GetMapModuleValue(void* pKey, void*& pValue);
Dcjx_object.cpp334 if (GetMapModuleValue(pKey, pValue)) in TryBoolean()
372 if (GetMapModuleValue(pKey, pValue)) in TryInteger()
384 if (GetMapModuleValue(pKey, pValue)) { in TryEnum()
973 bool CJX_Object::GetMapModuleValue(void* pKey, void*& pValue) { in GetMapModuleValue() function in CJX_Object