Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_caption.cpp37 CXFA_Caption::CXFA_Caption(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Caption() function in CXFA_Caption
47 CXFA_Caption::~CXFA_Caption() = default;
49 bool CXFA_Caption::IsVisible() { in IsVisible()
54 bool CXFA_Caption::IsHidden() { in IsHidden()
59 XFA_AttributeValue CXFA_Caption::GetPlacementType() { in GetPlacementType()
64 float CXFA_Caption::GetReserve() const { in GetReserve()
68 CXFA_Margin* CXFA_Caption::GetMarginIfExists() { in GetMarginIfExists()
72 CXFA_Font* CXFA_Caption::GetFontIfExists() { in GetFontIfExists()
76 CXFA_Value* CXFA_Caption::GetValueIfExists() { in GetValueIfExists()
Dcxfa_caption.h16 class CXFA_Caption final : public CXFA_Node {
21 CXFA_Caption(CXFA_Document* doc, XFA_PacketType packet);
22 ~CXFA_Caption() override;
Dcxfa_node.h30 class CXFA_Caption; variable
236 CXFA_Caption* GetCaptionIfExists() const;
Dcxfa_node.cpp893 CXFA_Caption* caption = pNode->GetCaptionIfExists(); in LoadCaption()
2221 CXFA_Caption* CXFA_Node::GetCaptionIfExists() const { in GetCaptionIfExists()
2222 return JSObject()->GetProperty<CXFA_Caption>(0, XFA_Element::Caption); in GetCaptionIfExists()
2674 CXFA_Caption* caption = GetCaptionIfExists(); in GetValidateCaptionName()
3123 CXFA_Caption* caption = GetCaptionIfExists(); in CalcCaptionSize()
3188 CXFA_Caption* caption = GetCaptionIfExists(); in CalculateFieldAutoSize()
3191 : CXFA_Caption::kDefaultPlacementType; in CalculateFieldAutoSize()
3289 CXFA_Caption* caption = GetCaptionIfExists(); in CalculateTextEditAutoSize()
3291 : CXFA_Caption::kDefaultPlacementType; in CalculateTextEditAutoSize()
3610 CXFA_Caption* caption = GetCaptionIfExists(); in FindSplitPos()
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp74 CXFA_Caption* pCaptionNode = in GetTextNode()
75 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetTextNode()
120 CXFA_Caption* pNode = in GetParaIfExists()
121 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetParaIfExists()
129 CXFA_Caption* pNode = in GetFontIfExists()
130 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetFontIfExists()
Dcxfa_ffpushbutton.cpp101 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout()
131 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in LoadHighlightCaption()
166 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderHighlightCaption()
Dcxfa_ffcheckbutton.cpp103 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in PerformLayout()
Dcxfa_fffield.cpp210 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in CapPlacement()
620 CXFA_Caption* caption = m_pNode->GetCaptionIfExists(); in RenderCaption()