Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h605 FX_BOOL GetMapModuleString(void* pKey, CFX_WideStringC& wsValue);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp3883 if (GetMapModuleString(pKey, wsValueC)) { in GetAttribute()
4098 if (GetMapModuleString(pKey, wsValueC)) { in TryCData()
4129 if (GetMapModuleString(pKey, wsValue)) { in TryCData()
5059 FX_BOOL CXFA_Node::GetMapModuleString(void* pKey, CFX_WideStringC& wsValue) { in GetMapModuleString() function in CXFA_Node