Searched refs:CXFA_Caption (Results 1 – 13 of 13) sorted by relevance
37 CXFA_Caption::CXFA_Caption(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Caption() function in CXFA_Caption48 CXFA_Caption::~CXFA_Caption() {} in ~CXFA_Caption()50 bool CXFA_Caption::IsVisible() { in IsVisible()57 bool CXFA_Caption::IsHidden() { in IsHidden()63 XFA_AttributeEnum CXFA_Caption::GetPlacementType() { in GetPlacementType()69 float CXFA_Caption::GetReserve() const { in GetReserve()73 CXFA_Margin* CXFA_Caption::GetMarginIfExists() { in GetMarginIfExists()77 CXFA_Font* CXFA_Caption::GetFontIfExists() { in GetFontIfExists()81 CXFA_Value* CXFA_Caption::GetValueIfExists() { in GetValueIfExists()
16 class CXFA_Caption : public CXFA_Node {21 CXFA_Caption(CXFA_Document* doc, XFA_PacketType packet);22 ~CXFA_Caption() override;
25 class CXFA_Caption; variable236 CXFA_Caption* GetCaptionIfExists() const;
1555 CXFA_Caption* CXFA_Node::GetCaptionIfExists() const { in GetCaptionIfExists()1556 return JSObject()->GetProperty<CXFA_Caption>(0, XFA_Element::Caption); in GetCaptionIfExists()1940 CXFA_Caption* caption = GetCaptionIfExists(); in GetValidateCaptionName()
1479 node = pdfium::MakeUnique<CXFA_Caption>(doc, packet); in Create()
80 CXFA_Caption* pCaptionNode = in GetTextNode()81 m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>(0, XFA_Element::Caption, in GetTextNode()123 CXFA_Caption* pNode = m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>( in GetParaIfExists()132 CXFA_Caption* pNode = m_pWidgetAcc->GetNode()->GetChild<CXFA_Caption>( in GetFontIfExists()
109 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout()140 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in LoadHighlightCaption()176 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderHighlightCaption()
39 class CXFA_Caption; variable
273 CXFA_Caption* caption = pAcc->GetNode()->GetCaptionIfExists(); in LoadCaption()639 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalcCaptionSize()706 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalculateFieldAutoSize()708 : CXFA_Caption::kDefaultPlacementType; in CalculateFieldAutoSize()810 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CalculateTextEditAutoSize()812 : CXFA_Caption::kDefaultPlacementType; in CalculateTextEditAutoSize()1146 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in FindSplitPos()
194 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CapPlacement()605 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderCaption()
101 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout()
12 class CXFA_Caption; variable16 explicit CJX_Caption(CXFA_Caption* node);
11 CJX_Caption::CJX_Caption(CXFA_Caption* node) : CJX_Node(node) {} in CJX_Caption()