Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_object.h223 void SetMapModuleString(void* pKey, const WideStringView& wsValue);
Dcjx_object.cpp248 void CJX_Object::SetMapModuleString(void* pKey, const WideStringView& wsValue) { in SetMapModuleString() function in CJX_Object
261 SetMapModuleString(pKey, wsValue); in SetAttribute()
461 SetMapModuleString(pKey, wsValue.AsStringView()); in SetCData()