Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formcontrol.cpp63 CPDF_Dictionary* pSubDict = pObjDirect1->AsDictionary(); in SetOnStateName() local
64 if (!pSubDict) in SetOnStateName()
67 auto subdict_it = pSubDict->begin(); in SetOnStateName()
68 while (subdict_it != pSubDict->end()) { in SetOnStateName()
76 pSubDict->ReplaceKey(csKey2, csValue); in SetOnStateName()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp490 if (CPDF_Dictionary* pSubDict = psub->AsDictionary()) { in IsWidgetAppearanceValid() local
491 return pSubDict->GetStream(GetAppState()) != NULL; in IsWidgetAppearanceValid()