Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp32 m_pWidgetDict(pWidgetDict), in CPDF_FormControl()
41 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP"); in GetOnStateName()
65 ByteString csAS = m_pWidgetDict->GetStringFor("AS", "Off"); in SetOnStateName()
67 m_pWidgetDict->SetNewFor<CPDF_Name>("AS", csValue); in SetOnStateName()
69 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP"); in SetOnStateName()
133 ByteString csAS = m_pWidgetDict->GetStringFor("AS"); in IsChecked()
153 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.Get(), mode); in DrawControl()
[all …]
Dcpdf_formcontrol.h50 CPDF_Dictionary* GetWidget() const { return m_pWidgetDict.Get(); } in GetWidget()
51 CFX_FloatRect GetRect() const { return m_pWidgetDict->GetRectFor("Rect"); } in GetRect()
124 UnownedPtr<CPDF_Dictionary> const m_pWidgetDict; variable