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

  /external/pdfium/xfa/fxfa/
cxfa_eventparam.cpp 7 #include "xfa/fxfa/cxfa_eventparam.h"
11 CXFA_EventParam::CXFA_EventParam()
24 CXFA_EventParam::~CXFA_EventParam() {}
26 CXFA_EventParam::CXFA_EventParam(const CXFA_EventParam& other) = default;
28 void CXFA_EventParam::Reset() {
cxfa_eventparam.h 48 class CXFA_EventParam {
50 CXFA_EventParam();
51 ~CXFA_EventParam();
52 CXFA_EventParam(const CXFA_EventParam& other);

Completed in 1616 milliseconds