Home
last modified time | relevance | path

Searched refs:m_pWidgetDict (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp32 m_pWidgetDict(pWidgetDict), in CPDF_FormControl()
39 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP"); in GetOnStateName()
63 CFX_ByteString csAS = m_pWidgetDict->GetStringFor("AS", "Off"); in SetOnStateName()
65 m_pWidgetDict->SetNewFor<CPDF_Name>("AS", csValue); in SetOnStateName()
67 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP"); in SetOnStateName()
133 CFX_ByteString csAS = m_pWidgetDict->GetStringFor("AS"); in IsChecked()
153 CFX_ByteString csOldAS = m_pWidgetDict->GetStringFor("AS", "Off"); in CheckControl()
159 m_pWidgetDict->SetNewFor<CPDF_Name>("AS", csAS); in CheckControl()
167 if (m_pWidgetDict->GetIntegerFor("F") & ANNOTFLAG_HIDDEN) in DrawControl()
170 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(m_pWidgetDict, mode); in DrawControl()
[all …]
Dcpdf_formcontrol.h54 CPDF_Dictionary* GetWidget() const { return m_pWidgetDict; } in GetWidget()
55 CFX_FloatRect GetRect() const { return m_pWidgetDict->GetRectFor("Rect"); } in GetRect()
130 CPDF_Dictionary* const m_pWidgetDict; variable
Dcpdf_formfield.cpp413 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict; in GetMaxLen()