Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c675 OSType iconType; in Icn_SetIconFamilyData() local
682 PyMac_GetOSType, &iconType, in Icn_SetIconFamilyData()
686 iconType, in Icn_SetIconFamilyData()
699 OSType iconType; in Icn_GetIconFamilyData() local
706 PyMac_GetOSType, &iconType, in Icn_GetIconFamilyData()
710 iconType, in Icn_GetIconFamilyData()
803 OSType iconType; in Icn_GetIconRef() local
811 PyMac_GetOSType, &iconType)) in Icn_GetIconRef()
815 iconType, in Icn_GetIconRef()
860 OSType iconType; in Icn_RegisterIconRefFromIconFamily() local
[all …]
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp300 int iconType = in MsgBox() local
305 return m_pFormFillEnv->JS_appAlert(wsMessage, wsTitle, iButtonType, iconType); in MsgBox()