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

  /external/pdfium/fxjs/xfa/
cjx_overflow.h 14 class CJX_Overflow : public CJX_Node {
16 explicit CJX_Overflow(CXFA_Overflow* node);
17 ~CJX_Overflow() override;
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...]

Completed in 77 milliseconds