HomeSort by relevance Sort by last modified time
    Searched refs:CJX_Map (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_map.h 14 class CJX_Map : public CJX_Node {
16 explicit CJX_Map(CXFA_Map* node);
17 ~CJX_Map() override;
cjx_map.cpp 7 #include "fxjs/xfa/cjx_map.h"
11 CJX_Map::CJX_Map(CXFA_Map* node) : CJX_Node(node) {}
13 CJX_Map::~CJX_Map() = default;
15 void CJX_Map::use(CFXJSE_Value* pValue,
21 void CJX_Map::bind(CFXJSE_Value* pValue,
27 void CJX_Map::usehref(CFXJSE_Value* pValue,
33 void CJX_Map::from(CFXJSE_Value* pValue,
  /external/pdfium/xfa/fxfa/parser/
cxfa_map.cpp 9 #include "fxjs/xfa/cjx_map.h"
38 pdfium::MakeUnique<CJX_Map>(this)) {}
xfa_basic_data_element_script.cpp 81 #include "fxjs/xfa/cjx_map.h"
693 {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,
    [all...]

Completed in 6769 milliseconds