Home
last modified time | relevance | path

Searched refs:XFA_ELEMENT_Caption (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp1625 m_pWidgetAcc->GetNode()->GetChild(0, XFA_ELEMENT_Caption); in GetTextNode()
1667 CXFA_Node* pNode = m_pWidgetAcc->GetNode()->GetChild(0, XFA_ELEMENT_Caption); in GetParaNode()
1674 CXFA_Node* pNode = m_pWidgetAcc->GetNode()->GetChild(0, XFA_ELEMENT_Caption); in GetFontNode()
Dxfa_ffnotify.cpp479 case XFA_ELEMENT_Caption: { in OnValueChanged()
Dxfa_ffwidgethandler.cpp362 CXFA_Node* pCaption = CreateCopyNode(XFA_ELEMENT_Caption, pField); in CreatePushButton()
/external/pdfium/xfa/include/fxfa/
Dfxfa_basic.h802 XFA_ELEMENT_Caption, enumerator
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_data.cpp1469 {0x8bcfe96e, L"caption", XFA_ELEMENT_Caption,
1929 {XFA_ELEMENT_Caption, 1, 0},
1951 {XFA_ELEMENT_Caption, 1, 0},
2117 {XFA_ELEMENT_Caption, 1, 0},
2418 XFA_ELEMENT_Caption,
Dxfa_object_imp.cpp1319 case XFA_ELEMENT_Caption: in Script_Attribute_SendAttributeChangeMessage()
1329 if (pParentNode->GetClassID() == XFA_ELEMENT_Caption) { in Script_Attribute_SendAttributeChangeMessage()
1345 } else if (eParentType == XFA_ELEMENT_Caption) { in Script_Attribute_SendAttributeChangeMessage()
Dxfa_objectacc_imp.cpp1539 return CXFA_Caption(m_pNode->GetProperty(0, XFA_ELEMENT_Caption, bModified)); in GetCaption()