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.cpp239 uint32_t iconType = 0; in MsgBox() local
243 iconType |= 0; in MsgBox()
246 iconType |= 1; in MsgBox()
249 iconType |= 2; in MsgBox()
252 iconType |= 3; in MsgBox()
270 iButtonType, iconType); in MsgBox()