Searched refs:wsCondition (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_resolveprocessor.cpp | 100 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 …]
|
D | cfxjse_nodehelper.cpp | 22 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()
|
D | cfxjse_resolveprocessor.h | 60 WideString wsCondition, 64 WideString wsCondition, 67 WideString wsCondition,
|
D | cfxjse_nodehelper.h | 23 const WideString& wsCondition, 26 bool CreateNodeForCondition(const WideString& wsCondition);
|