Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_thisproxy.h25 CXFA_Script* GetScriptNode() const { return m_pScriptNode; } in GetScriptNode() function
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_engine.cpp594 return pProxy ? pProxy->GetScriptNode() : pObject; in GetVariablesScript()