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

  /external/pdfium/fxjs/xfa/
cjx_border.h 14 class CJX_Border : public CJX_Node {
16 explicit CJX_Border(CXFA_Border* node);
17 ~CJX_Border() override;
cjx_border.cpp 7 #include "fxjs/xfa/cjx_border.h"
11 CJX_Border::CJX_Border(CXFA_Border* node) : CJX_Node(node) {}
13 CJX_Border::~CJX_Border() = default;
15 void CJX_Border::breakValue(CFXJSE_Value* pValue,
21 void CJX_Border::hand(CFXJSE_Value* pValue,
27 void CJX_Border::presence(CFXJSE_Value* pValue,
33 void CJX_Border::relevant(CFXJSE_Value* pValue,
39 void CJX_Border::use(CFXJSE_Value* pValue
    [all...]

Completed in 72 milliseconds