Searched refs:wsExpression (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_tree.cpp | 113 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()
|
D | cjx_tree.h | 35 WideString wsExpression,
|
D | cjx_hostpseudomodel.cpp | 23 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/ |
D | cfxjse_engine.cpp | 535 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()
|
D | cfxjse_resolveprocessor.cpp | 491 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()
|
D | cfxjse_resolveprocessor.h | 41 int32_t GetFilter(const WideStringView& wsExpression,
|
D | cfxjse_engine.h | 63 const WideStringView& wsExpression,
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdocview.cpp | 507 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/ |
D | cxfa_node.cpp | 1991 WideString wsExpression = script->GetExpression(); in ExecuteBoolScript() local 1992 if (wsExpression.IsEmpty()) in ExecuteBoolScript() 2015 bRet = pContext->RunScript(eScriptType, wsExpression.AsStringView(), in ExecuteBoolScript()
|
D | cxfa_layoutpagemgr.cpp | 242 WideString wsExpression = pTestScript->JSObject()->GetContent(false); in RunBreakTestScript() local 243 if (wsExpression.IsEmpty()) in RunBreakTestScript()
|