Home
last modified time | relevance | path

Searched refs:wsExpression (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp113 WideString wsExpression = GetAttribute(XFA_Attribute::Name) + L"[*]"; in all() local
114 ResolveNodeList(pValue, wsExpression, dwFlag, nullptr); in all()
125 WideString wsExpression = L"#" + GetXFAObject()->GetClassName() + L"[*]"; in classAll() local
126 ResolveNodeList(pValue, wsExpression, in classAll()
204 WideString wsExpression, in ResolveNodeList() argument
214 pScriptContext->ResolveObjects(refNode, wsExpression.AsStringView(), in ResolveNodeList()
Dcjx_tree.h35 WideString wsExpression,
Dcjx_hostpseudomodel.cpp23 int32_t FilterName(const WideStringView& wsExpression, in FilterName() argument
27 int32_t iLength = wsExpression.GetLength(); in FilterName()
33 const wchar_t* pSrc = wsExpression.unterminated_c_str(); in FilterName()
/external/pdfium/fxjs/
Dcfxjse_engine.cpp535 const WideStringView& wsExpression, in ResolveObjects() argument
539 if (wsExpression.IsEmpty()) in ResolveObjects()
570 nStart = m_ResolveProcessor->GetFilter(wsExpression, nStart, rndFind); in ResolveObjects()
601 pdfium::base::checked_cast<int32_t>(wsExpression.GetLength()), in ResolveObjects()
616 m_ResolveProcessor->GetFilter(wsExpression, nStart, rndBind); in ResolveObjects()
629 pdfium::base::checked_cast<int32_t>(wsExpression.GetLength())) { in ResolveObjects()
659 wsExpression.GetLength()), in ResolveObjects()
Dcfxjse_resolveprocessor.cpp491 int32_t CFXJSE_ResolveProcessor::GetFilter(const WideStringView& wsExpression, in GetFilter() argument
496 int32_t iLength = wsExpression.GetLength(); in GetFilter()
508 const wchar_t* pSrc = wsExpression.unterminated_c_str(); in GetFilter()
630 WideString wsExpression; in DoPredicateFilter() local
640 wsExpression = wsCondition.Mid(2, wsCondition.GetLength() - 3); in DoPredicateFilter()
643 bool bRet = pContext->RunScript(eLangType, wsExpression.AsStringView(), in DoPredicateFilter()
Dcfxjse_resolveprocessor.h41 int32_t GetFilter(const WideStringView& wsExpression,
Dcfxjse_engine.h63 const WideStringView& wsExpression,
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp507 WideString wsExpression; in GetWidgetAccByName() local
517 wsExpression = wsName; in GetWidgetAccByName()
519 wsExpression = L"$form." + wsName; in GetWidgetAccByName()
523 if (!pScriptContext->ResolveObjects(refNode, wsExpression.AsStringView(), in GetWidgetAccByName()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1991 WideString wsExpression = script->GetExpression(); in ExecuteBoolScript() local
1992 if (wsExpression.IsEmpty()) in ExecuteBoolScript()
2015 bRet = pContext->RunScript(eScriptType, wsExpression.AsStringView(), in ExecuteBoolScript()
Dcxfa_layoutpagemgr.cpp242 WideString wsExpression = pTestScript->JSObject()->GetContent(false); in RunBreakTestScript() local
243 if (wsExpression.IsEmpty()) in RunBreakTestScript()