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

  /external/pdfium/fxjs/xfa/
cjx_instancemanager.cpp 36 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists();
49 int32_t iCount = GetXFANode()->GetCount();
62 ? GetXFANode()
63 : GetXFANode()->GetItemIfExists(iDesired - 1);
81 GetXFANode()->RemoveItem(pRemoveInstance, true);
87 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(true);
91 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false);
111 int32_t iCount = GetXFANode()->GetCount();
119 CXFA_Node* pMoveInstance = GetXFANode()->GetItemIfExists(iFrom);
125 GetXFANode()->RemoveItem(pMoveInstance, false)
    [all...]
cjx_node.cpp 106 CXFA_Node* CJX_Node::GetXFANode() {
110 const CXFA_Node* CJX_Node::GetXFANode() const {
138 CXFA_Node* pCloneNode = GetXFANode()->Clone(runtime->ToBoolean(params[0]));
193 if (!bHas && bParent && GetXFANode()->GetParent()) {
195 auto* jsnode = GetXFANode()->GetParent()->JSObject();
233 CXFA_Node* pFakeRoot = GetXFANode()->Clone(false);
242 CFX_XMLNode* pThisXMLRoot = GetXFANode()->GetXMLMappingNode();
247 WideString(GetXFANode()->GetClassName()));
273 CXFA_Node* pChild = GetXFANode()->GetFirstChild();
279 GetXFANode()->InsertChild(index++, pNewChild)
    [all...]
cjx_node.h 41 CXFA_Node* GetXFANode();
42 const CXFA_Node* GetXFANode() const;
cjx_form.cpp 72 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize);
92 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate);
93 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate);
94 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Ready, true);
106 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate);
121 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate);
cjx_packet.cpp 33 CFX_XMLNode* pXMLNode = GetXFANode()->GetXMLMappingNode();
48 CFX_XMLNode* pXMLNode = GetXFANode()->GetXMLMappingNode();
62 CFX_XMLNode* pXMLNode = GetXFANode()->GetXMLMappingNode();
75 CFX_XMLNode* pXMLNode = GetXFANode()->GetXMLMappingNode();
cjx_occur.cpp 21 CXFA_Occur* occur = static_cast<CXFA_Occur*>(GetXFANode());
32 CXFA_Occur* occur = static_cast<CXFA_Occur*>(GetXFANode());
cjx_subform.cpp 50 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize);
62 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate);
77 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate);
89 WideString wsLocaleName = GetXFANode()->GetLocaleName().value_or(L"");
cjx_exclgroup.cpp 52 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize);
64 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate);
78 int32_t iRet = notify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate);
113 CXFA_WidgetAcc* pWidgetAcc = GetXFANode()->GetWidgetAcc();
cjx_field.cpp 73 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false,
151 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false,
230 int32_t iRet = pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate,
238 CXFA_Node* xfaNode = GetXFANode();
300 CXFA_WidgetAcc* pWidgetAcc = GetXFANode()->GetWidgetAcc();
321 CXFA_WidgetAcc* pWidgetAcc = GetXFANode()->GetWidgetAcc();
347 CXFA_WidgetAcc* pWidgetAcc = GetXFANode()->GetWidgetAcc();
cjx_model.cpp 50 CXFA_Node* pNewNode = GetXFANode()->CreateSamePacketNode(eType);
cjx_draw.cpp 123 XFA_Element uiType = GetXFANode()->GetWidgetAcc()->GetUIType();

Completed in 393 milliseconds