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 11 m_pWidgetDict = pWidgetDict;
16 return m_pWidgetDict->GetRect("Rect");
22 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");
120 CFX_ByteString csAS = m_pWidgetDict->GetString("AS");
138 CFX_ByteString csOldAS = m_pWidgetDict->GetString("AS", "Off");
146 m_pWidgetDict->SetAtName("AS", csAS);
153 if (m_pWidgetDict->GetInteger("F") & ANNOTFLAG_HIDDEN) {
    [all...]
doc_formfield.cpp 429 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict;
735 FPDF_GenerateAP(m_pForm->m_pDocument, pControl->m_pWidgetDict);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1366 return m_pWidgetDict;
1549 CPDF_Dictionary* m_pWidgetDict;
    [all...]

Completed in 390 milliseconds