Home
last modified time | relevance | path

Searched refs:CJX_Rectangle (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_rectangle.cpp11 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()
Dcjx_rectangle.h14 class CJX_Rectangle : public CJX_Node {
16 explicit CJX_Rectangle(CXFA_Rectangle* node);
17 ~CJX_Rectangle() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp43 pdfium::MakeUnique<CJX_Rectangle>(this)) {} in CXFA_Rectangle()
Dxfa_basic_data_element_script.cpp2963 {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,