Home
last modified time | relevance | path

Searched refs:GetUIChildNode (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp104 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
113 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
122 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
147 CXFA_Node* child = pNode->GetUIChildNode(); in OnCreateContentLayoutItem()
Dcxfa_fftextedit.cpp305 nDataLen = static_cast<CXFA_Barcode*>(m_pNode->GetUIChildNode()) in UpdateFWLData()
Dcxfa_fffield.cpp360 CXFA_Node* pUiNode = m_pNode->GetUIChildNode(); in UpdateUIProperty()
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp261 if (xfaNode->GetUIChildNode()->GetElementType() == XFA_Element::NumericEdit) in defaultValue()
282 if (xfaNode->GetUIChildNode()->GetElementType() == in defaultValue()
Dcjx_node.cpp560 if (GetXFANode()->GetUIChildNode()->GetElementType() != in execSingleEventByName()
570 if (GetXFANode()->GetUIChildNode()->GetElementType() != in execSingleEventByName()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2931 CXFA_Node* CXFA_Node::GetUIChildNode() { in GetUIChildNode() function in CXFA_Node
2951 GetUIChildNode(); in GetFFWidgetType()
2956 CXFA_Node* pUIChild = GetUIChildNode(); in GetUIBorder()
2963 CXFA_Node* pUIChild = GetUIChildNode(); in GetUIMargin()
3945 CXFA_Node* pUIChild = GetUIChildNode(); in GetCheckButtonSize()
4125 CXFA_Node* pUIChild = GetUIChildNode(); in IsChoiceListCommitOnSelect()
4134 CXFA_Node* pUIChild = GetUIChildNode(); in IsChoiceListAllowTextEntry()
4139 CXFA_Node* pUIChild = GetUIChildNode(); in IsChoiceListMultiSelect()
4148 CXFA_Node* pUIChild = GetUIChildNode(); in IsListBox()
4557 CXFA_Node* pUIChild = GetUIChildNode(); in IsHorizontalScrollPolicyOff()
[all …]
Dcxfa_node.h271 CXFA_Node* GetUIChildNode();
Dcxfa_document.cpp74 pFormNode->GetUIChildNode(); in FormValueNode_MatchNoneCreateChild()