Searched refs:m_pWidgetDict (Results 1 – 3 of 3) sorted by relevance
32 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 …]
54 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
413 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict; in GetMaxLen()