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

  /external/pdfium/fxjs/xfa/
cjx_line.h 14 class CJX_Line : public CJX_Node {
16 explicit CJX_Line(CXFA_Line* node);
17 ~CJX_Line() override;
cjx_line.cpp 7 #include "fxjs/xfa/cjx_line.h"
11 CJX_Line::CJX_Line(CXFA_Line* node) : CJX_Node(node) {}
13 CJX_Line::~CJX_Line() = default;
15 void CJX_Line::use(CFXJSE_Value* pValue,
21 void CJX_Line::slope(CFXJSE_Value* pValue,
27 void CJX_Line::usehref(CFXJSE_Value* pValue,
33 void CJX_Line::hand(CFXJSE_Value* pValue,

Completed in 60 milliseconds