Home
last modified time | relevance | path

Searched refs:wsCondition (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp100 WideString wsCondition = rnd.m_wsCondition; in ResolveAnyChild() local
109 if (wsCondition.IsEmpty()) { in ResolveAnyChild()
122 FilterCondition(pIsolate, wsCondition, &rnd); in ResolveAnyChild()
129 WideString wsCondition = rnd.m_wsCondition; in ResolveDollar() local
149 FilterCondition(pIsolate, wsCondition, &rnd); in ResolveDollar()
182 WideString wsCondition = rnd.m_wsCondition; in ResolveNumberSign() local
195 rndFind.m_wsCondition = wsCondition; in ResolveNumberSign()
201 if (wsCondition.IsEmpty() && in ResolveNumberSign()
237 WideString& wsCondition = rnd.m_wsCondition; in ResolveNormal() local
279 FilterCondition(pIsolate, wsCondition, &rnd); in ResolveNormal()
[all …]
Dcfxjse_nodehelper.cpp22 bool CFXJSE_NodeHelper::CreateNodeForCondition(const WideString& wsCondition) { in CreateNodeForCondition() argument
23 size_t szLen = wsCondition.GetLength(); in CreateNodeForCondition()
30 if (wsCondition[0] != '[') in CreateNodeForCondition()
35 wchar_t ch = wsCondition[i]; in CreateNodeForCondition()
48 wsIndex = wsCondition.Substr(i, szLen - 1 - i); in CreateNodeForCondition()
59 const WideString& wsCondition, in CreateNode() argument
81 CreateNodeForCondition(wsCondition); in CreateNode()
Dcfxjse_resolveprocessor.h60 WideString wsCondition,
64 WideString wsCondition,
67 WideString wsCondition,
Dcfxjse_nodehelper.h23 const WideString& wsCondition,
26 bool CreateNodeForCondition(const WideString& wsCondition);