HomeSort by relevance Sort by last modified time
    Searched refs:CJX_Overflow (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_overflow.cpp 7 #include "fxjs/xfa/cjx_overflow.h"
11 CJX_Overflow::CJX_Overflow(CXFA_Overflow* node) : CJX_Node(node) {}
13 CJX_Overflow::~CJX_Overflow() = default;
15 void CJX_Overflow::use(CFXJSE_Value* pValue,
21 void CJX_Overflow::trailer(CFXJSE_Value* pValue,
27 void CJX_Overflow::usehref(CFXJSE_Value* pValue,
33 void CJX_Overflow::target(CFXJSE_Value* pValue,
39 void CJX_Overflow::leader(CFXJSE_Value* pValue
    [all...]
cjx_overflow.h 14 class CJX_Overflow : public CJX_Node {
16 explicit CJX_Overflow(CXFA_Overflow* node);
17 ~CJX_Overflow() override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_overflow.cpp 9 #include "fxjs/xfa/cjx_overflow.h"
36 pdfium::MakeUnique<CJX_Overflow>(this)) {}
xfa_basic_data_element_script.cpp 92 #include "fxjs/xfa/cjx_overflow.h"
    [all...]

Completed in 256 milliseconds