Home
last modified time | relevance | path

Searched refs:pUINode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_node.cpp510 CXFA_Node* pUINode = pWidgetAcc->GetUIChild(); in execSingleEventByName() local
511 if (pUINode->GetElementType() != XFA_Element::Signature) in execSingleEventByName()
522 CXFA_Node* pUINode = pWidgetAcc->GetUIChild(); in execSingleEventByName() local
523 if (pUINode->GetElementType() != XFA_Element::ChoiceList || in execSingleEventByName()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1432 CXFA_Node* pUINode = pEditNode->GetParent(); in SendAttributeChangeMessage() local
1433 if (pUINode) { in SendAttributeChangeMessage()
1434 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage()
1435 pUINode->GetParent()); in SendAttributeChangeMessage()
1447 CXFA_Node* pUINode = GetParent(); in SendAttributeChangeMessage() local
1448 if (pUINode) { in SendAttributeChangeMessage()
1449 pNotify->OnValueChanged(this, eAttribute, pUINode, in SendAttributeChangeMessage()
1450 pUINode->GetParent()); in SendAttributeChangeMessage()
1456 CXFA_Node* pUINode = GetParent(); in SendAttributeChangeMessage() local
1457 if (pUINode) { in SendAttributeChangeMessage()
[all …]