Searched refs:CJX_Rectangle (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_rectangle.cpp | 11 CJX_Rectangle::CJX_Rectangle(CXFA_Rectangle* node) : CJX_Node(node) {} in CJX_Rectangle() function in CJX_Rectangle 13 CJX_Rectangle::~CJX_Rectangle() = default; 15 void CJX_Rectangle::use(CFXJSE_Value* pValue, in use() 21 void CJX_Rectangle::usehref(CFXJSE_Value* pValue, in usehref() 27 void CJX_Rectangle::hand(CFXJSE_Value* pValue, in hand()
|
D | cjx_rectangle.h | 14 class CJX_Rectangle : public CJX_Node { 16 explicit CJX_Rectangle(CXFA_Rectangle* node); 17 ~CJX_Rectangle() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 43 pdfium::MakeUnique<CJX_Rectangle>(this)) {} in CXFA_Rectangle()
|
D | xfa_basic_data_element_script.cpp | 2963 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Rectangle::use, 2965 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Rectangle::usehref, 2967 {0xd996fa9b, L"hand", (XFA_ATTRIBUTE_CALLBACK)&CJX_Rectangle::hand,
|