Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_thisproxy.h21 CXFA_Node* GetScriptNode() const { return m_pScriptNode.Get(); } in GetScriptNode() function
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp515 return bScriptNode ? pProxy->GetScriptNode() : pProxy->GetThisNode(); in GetVariablesThis()