Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp1506 WideStringView wsSOM; in DoProtoMerge() local
1519 wsSOM = WideStringView(wsUseVal.c_str() + uSharpPos.value() + 5, in DoProtoMerge()
1532 wsSOM = WideStringView(wsUseVal.c_str(), wsUseVal.GetLength()); in DoProtoMerge()
1539 if (!wsSOM.IsEmpty()) { in DoProtoMerge()
1544 if (m_pScriptContext->ResolveObjects(pUseHrefNode, wsSOM, &resolveNodeRS, in DoProtoMerge()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1100 WideString wsSOM; in ScriptAttributeString() local
1105 wsSOM = std::move(wsValue); in ScriptAttributeString()
1109 if (!wsSOM.IsEmpty()) { in ScriptAttributeString()
1112 pProtoRoot, wsSOM.AsStringView(), &resolveNodeRS, in ScriptAttributeString()