Searched refs:wsExpression (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_tree.cpp | 110 WideString wsExpression = GetAttribute(XFA_Attribute::Name) + L"[*]"; in all() local 111 ResolveNodeList(pValue, wsExpression, dwFlag, nullptr); in all() 122 WideString wsExpression = in classAll() local 124 ResolveNodeList(pValue, wsExpression, in classAll() 200 WideString wsExpression, in ResolveNodeList() argument 208 pScriptContext->ResolveObjects(refNode, wsExpression.AsStringView(), in ResolveNodeList()
|
D | cfxjse_engine.cpp | 601 WideStringView wsExpression, in ResolveObjects() argument 605 if (wsExpression.IsEmpty()) in ResolveObjects() 637 nStart = m_ResolveProcessor->GetFilter(wsExpression, nStart, rndFind); in ResolveObjects() 664 pdfium::base::checked_cast<int32_t>(wsExpression.GetLength()); in ResolveObjects() 678 m_ResolveProcessor->GetFilter(wsExpression, nStart, rndBind); in ResolveObjects() 691 pdfium::base::checked_cast<int32_t>(wsExpression.GetLength())) { in ResolveObjects() 718 pdfium::base::checked_cast<int32_t>(wsExpression.GetLength()); in ResolveObjects()
|
D | cjx_tree.h | 43 WideString wsExpression,
|
D | cfxjse_resolveprocessor.cpp | 34 WideString wsExpression; in DoPredicateFilter() local 43 wsExpression = wsCondition.Substr(2, wsCondition.GetLength() - 3); in DoPredicateFilter() 48 pRnd->m_pSC->RunScript(eLangType, wsExpression.AsStringView(), in DoPredicateFilter() 516 int32_t CFXJSE_ResolveProcessor::GetFilter(WideStringView wsExpression, in GetFilter() argument 521 int32_t iLength = wsExpression.GetLength(); in GetFilter() 534 pdfium::span<const wchar_t> pSrc = wsExpression.span(); in GetFilter()
|
D | cfxjse_resolveprocessor.h | 44 int32_t GetFilter(WideStringView wsExpression,
|
D | cjx_hostpseudomodel.cpp | 23 int32_t FilterName(WideStringView wsExpression, in FilterName() argument 27 int32_t iLength = wsExpression.GetLength(); in FilterName() 35 const wchar_t* pSrc = wsExpression.unterminated_c_str(); in FilterName()
|
D | cfxjse_engine.h | 79 WideStringView wsExpression,
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdocview.cpp | 440 WideString wsExpression = (!pRefNode ? L"$form." : L"") + wsName; in GetWidgetByName() local 446 if (!pScriptContext->ResolveObjects(pRefNode, wsExpression.AsStringView(), in GetWidgetByName()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 261 WideString wsExpression = pTestScript->JSObject()->GetContent(false); in RunBreakTestScript() local 262 if (wsExpression.IsEmpty()) in RunBreakTestScript()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2721 WideString wsExpression = script->GetExpression(); in ExecuteBoolScript() local 2722 if (wsExpression.IsEmpty()) in ExecuteBoolScript() 2745 bRet = pContext->RunScript(eScriptType, wsExpression.AsStringView(), in ExecuteBoolScript()
|