Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_nodehelper.cpp22 bool CFXJSE_NodeHelper::CreateNodeForCondition(const WideString& wsCondition) { in CreateNodeForCondition() function in CFXJSE_NodeHelper
81 CreateNodeForCondition(wsCondition); in CreateNode()
Dcfxjse_nodehelper.h26 bool CreateNodeForCondition(const WideString& wsCondition);
Dcfxjse_resolveprocessor.cpp705 if (m_pNodeHelper->CreateNodeForCondition(wsNextCondition) && in IndexForDataBind()
Dcfxjse_engine.cpp852 m_NodeHelper->CreateNodeForCondition(rndFind.m_wsCondition); in ResolveObjectsWithBindNode()