Home | History | Annotate | Download | only in parser

Lines Matching defs:caption

1393     case XFA_Element::Caption:
1401 if (pParentNode->GetElementType() == XFA_Element::Caption) {
1415 } else if (eParentType == XFA_Element::Caption) {
1556 return JSObject()->GetProperty<CXFA_Caption>(0, XFA_Element::Caption);
1940 CXFA_Caption* caption = GetCaptionIfExists();
1941 if (caption) {
1942 CXFA_Value* capValue = caption->GetValueIfExists();