Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodehelper.cpp25 bool CXFA_NodeHelper::CreateNodeForCondition(const WideString& wsCondition) { in CreateNodeForCondition() function in CXFA_NodeHelper
84 CreateNodeForCondition(wsCondition); in CreateNode()
Dcxfa_nodehelper.h28 bool CreateNodeForCondition(const WideString& wsCondition);
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp751 pNodeHelper->CreateNodeForCondition(rndFind.m_wsCondition); in ResolveObjects()
Dcfxjse_resolveprocessor.cpp721 if (m_pNodeHelper->CreateNodeForCondition(wsNextCondition)) { in SetIndexDataBind()