HomeSort by relevance Sort by last modified time
    Searched refs:wsCondition (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_resolveprocessor.cpp 87 CFX_WideString wsCondition = rnd.m_wsCondition;
100 if (wsCondition.IsEmpty()) {
106 XFA_ResolveNode_FilterCondition(rnd, wsCondition);
113 CFX_WideString wsCondition = rnd.m_wsCondition;
133 XFA_ResolveNode_FilterCondition(rnd, wsCondition);
166 CFX_WideString wsCondition = rnd.m_wsCondition;
180 rndFind.m_wsCondition = wsCondition;
184 if (wsCondition.GetLength() == 0 && rndFind.m_Nodes.Find(curNode) >= 0) {
221 CFX_WideString& wsCondition = rnd.m_wsCondition;
270 XFA_ResolveNode_FilterCondition(rnd, wsCondition);
    [all...]
xfa_script_resolveprocessor.h 51 CFX_WideString wsCondition,
55 CFX_WideString wsCondition,
62 CFX_WideString wsCondition);
xfa_script_nodehelper.h 50 CFX_WideString wsCondition,
53 FX_BOOL XFA_CreateNode_ForCondition(CFX_WideString& wsCondition);
xfa_script_nodehelper.cpp 306 CFX_WideString& wsCondition) {
307 int32_t iLen = wsCondition.GetLength();
315 if (wsCondition.GetAt(0) == '[') {
318 FX_WCHAR ch = wsCondition[i];
336 wsIndex = wsCondition.Mid(i, iLen - 1 - i);
346 CFX_WideString wsCondition,
364 XFA_CreateNode_ForCondition(wsCondition);

Completed in 64 milliseconds