Home
last modified time | relevance | path

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

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