Home
last modified time | relevance | path

Searched refs:bScriptNode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.h91 CXFA_Object* GetVariablesThis(CXFA_Object* pObject, bool bScriptNode = false);
Dcxfa_scriptcontext.cpp462 bool bScriptNode) { in GetVariablesThis() argument
467 return bScriptNode ? pProxy->GetScriptNode() : pProxy->GetThisNode(); in GetVariablesThis()