HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_ThisProxy (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_thisproxy.cpp 7 #include "xfa/fxfa/parser/cxfa_thisproxy.h"
13 CXFA_ThisProxy::CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode)
22 CXFA_ThisProxy::~CXFA_ThisProxy() {}
cxfa_thisproxy.h 14 class CXFA_ThisProxy : public CXFA_Object {
16 CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode);
17 ~CXFA_ThisProxy() override;

Completed in 53 milliseconds