Searched refs:CJX_Line (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_line.cpp | 11 CJX_Line::CJX_Line(CXFA_Line* node) : CJX_Node(node) {} in CJX_Line() function in CJX_Line 13 CJX_Line::~CJX_Line() = default; 15 void CJX_Line::use(CFXJSE_Value* pValue, in use() 21 void CJX_Line::slope(CFXJSE_Value* pValue, in slope() 27 void CJX_Line::usehref(CFXJSE_Value* pValue, in usehref() 33 void CJX_Line::hand(CFXJSE_Value* pValue, in hand()
|
D | cjx_line.h | 14 class CJX_Line : public CJX_Node { 16 explicit CJX_Line(CXFA_Line* node); 17 ~CJX_Line() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_line.cpp | 41 pdfium::MakeUnique<CJX_Line>(this)) {} in CXFA_Line()
|
D | xfa_basic_data_element_script.cpp | 3646 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Line::use, 3648 {0xabef37e3, L"slope", (XFA_ATTRIBUTE_CALLBACK)&CJX_Line::slope, 3650 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Line::usehref, 3652 {0xd996fa9b, L"hand", (XFA_ATTRIBUTE_CALLBACK)&CJX_Line::hand,
|