Searched refs:CJX_Tree (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_tree.cpp | 22 const CJX_MethodSpec CJX_Tree::MethodSpecs[] = { 26 CJX_Tree::CJX_Tree(CXFA_Object* obj) : CJX_Object(obj) { in CJX_Tree() function in CJX_Tree 30 CJX_Tree::~CJX_Tree() {} in ~CJX_Tree() 32 bool CJX_Tree::DynamicTypeIs(TypeTag eType) const { in DynamicTypeIs() 36 CJS_Result CJX_Tree::resolveNode( in resolveNode() 80 CJS_Result CJX_Tree::resolveNodes( in resolveNodes() 101 void CJX_Tree::all(CFXJSE_Value* pValue, in all() 114 void CJX_Tree::classAll(CFXJSE_Value* pValue, in classAll() 128 void CJX_Tree::nodes(CFXJSE_Value* pValue, in nodes() 143 void CJX_Tree::parent(CFXJSE_Value* pValue, in parent() [all …]
|
D | cjx_tree.h | 16 class CJX_Tree : public CJX_Object { 18 explicit CJX_Tree(CXFA_Object* obj); 19 ~CJX_Tree() override; 36 using Type__ = CJX_Tree;
|
D | cjx_node.h | 17 class CJX_Node : public CJX_Tree { 51 using ParentType__ = CJX_Tree;
|
D | cjx_node.cpp | 146 CJX_Node::CJX_Node(CXFA_Node* node) : CJX_Tree(node) { in CJX_Node()
|
/external/pdfium/xfa/fxfa/parser/ |
D | element_attributes.inc | 532 ELEM_ATTR____(Tree, All, CJX_Tree::all) 533 ELEM_ATTR____(Tree, Nodes, CJX_Tree::nodes) 534 ELEM_ATTR____(Tree, ClassAll, CJX_Tree::classAll) 535 ELEM_ATTR____(Tree, Parent, CJX_Tree::parent) 536 ELEM_ATTR____(Tree, Index, CJX_Tree::index) 537 ELEM_ATTR____(Tree, ClassIndex, CJX_Tree::classIndex) 538 ELEM_ATTR____(Tree, SomExpression, CJX_Tree::somExpression)
|