Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_map.cpp11 CJX_Map::CJX_Map(CXFA_Map* node) : CJX_Node(node) {} in CJX_Map() function in CJX_Map
13 CJX_Map::~CJX_Map() = default;
15 void CJX_Map::use(CFXJSE_Value* pValue, in use()
21 void CJX_Map::bind(CFXJSE_Value* pValue, in bind()
27 void CJX_Map::usehref(CFXJSE_Value* pValue, in usehref()
33 void CJX_Map::from(CFXJSE_Value* pValue, in from()
Dcjx_map.h14 class CJX_Map : public CJX_Node {
16 explicit CJX_Map(CXFA_Map* node);
17 ~CJX_Map() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_map.cpp38 pdfium::MakeUnique<CJX_Map>(this)) {} in CXFA_Map()
Dxfa_basic_data_element_script.cpp693 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Map::use,
695 {0xb0e5485d, L"bind", (XFA_ATTRIBUTE_CALLBACK)&CJX_Map::bind,
697 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Map::usehref,
702 {0xcd7f7b54, L"from", (XFA_ATTRIBUTE_CALLBACK)&CJX_Map::from,