Home
last modified time | relevance | path

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

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