HomeSort by relevance Sort by last modified time
    Searched refs:m_pWidgetDict (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 14 m_pWidgetDict = pWidgetDict;
18 return m_pWidgetDict->GetRect("Rect");
24 CPDF_Dictionary* pAP = m_pWidgetDict->GetDict("AP");
49 CFX_ByteString csAS = m_pWidgetDict->GetString("AS", "Off");
51 m_pWidgetDict->SetAtName("AS", csValue);
53 CPDF_Dictionary* pAP = m_pWidgetDict->GetDict("AP");
119 CFX_ByteString csAS = m_pWidgetDict->GetString("AS");
137 CFX_ByteString csOldAS = m_pWidgetDict->GetString("AS", "Off");
145 m_pWidgetDict->SetAtName("AS", csAS);
155 if (m_pWidgetDict->GetInteger("F") & ANNOTFLAG_HIDDEN)
    [all...]
doc_formfield.cpp 407 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict;
679 FPDF_GenerateAP(m_pForm->m_pDocument, pControl->m_pWidgetDict);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 906 CPDF_Dictionary* GetWidget() const { return m_pWidgetDict; }
1009 CPDF_Dictionary* m_pWidgetDict;

Completed in 236 milliseconds