Searched refs:OSType (Results 26 - 50 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h1882 OSType creator,
1883 OSType fileType);
1921 OSType creator,
1922 OSType fileType);
H A DFSpCompat.c327 OSType creator,
328 OSType fileType,
893 OSType creator,
894 OSType fileType,
H A DMoreFilesExtras.c2273 OSType creator,
2274 OSType fileType)
2293 if ( creator != (OSType)0x00000000 )
2299 if ( fileType != (OSType)0x00000000 )
2332 OSType creator,
2333 OSType fileType)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutilsexc.cpp57 OSType fndrCreator;
H A Dfiledlg.cpp221 myData->filtermactypes.Add( (OSType)fileType );
231 static Boolean CheckFile( const wxString &filename , OSType type , OpenUserDataRecPtr data)
244 if ( type == (OSType)data->filtermactypes[i] )
H A Dcursor.cpp323 OSType theType ;
336 OSType theType ;
H A Dnotebmac.cpp462 // in order not to pollute the icon registry we put every icon into (OSType) 1 and immediately
481 err = RegisterIconRefFromIconFamily( 'WXNG' , (OSType) 1, iconFamily, &iconRef ) ;
490 UnregisterIconRef( 'WXNG' , (OSType) 1 ) ;
H A Dclipbrd.cpp251 OSType mactype = 0 ;
H A Dutils.cpp351 OSType folderType,
370 OSType folderType,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Dmactext.h105 OSType m_valueTag ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Duma.h115 OSStatus UMAPutScrap( Size size , OSType type , void *data ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.h119 wxString OSType; member in class:CamuleAppCommon
281 const wxString& GetOSType() const { return OSType; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DFSpCompat.c327 OSType creator,
328 OSType fileType,
893 OSType creator,
894 OSType fileType,
H A DMoreFilesExtras.c2273 OSType creator,
2274 OSType fileType)
2293 if ( creator != (OSType)0x00000000 )
2299 if ( fileType != (OSType)0x00000000 )
2332 OSType creator,
2333 OSType fileType)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dsound.cpp270 OSType dataRefType;
H A Dcursor.cpp482 OSType theType ;
497 OSType theType ;
H A Dbitmap.cpp358 (**iconFamily).resourceSize = sizeof(OSType) + sizeof(Size);
369 OSType dataType = 0 ;
370 OSType maskType = 0 ;
952 OSType maskType = 0;
953 OSType dataType = 0;
H A Dmimetmac.cpp164 OSErr FindApplication(OSType appCreator, Boolean includeRemote, Str255 appName, FSSpec* appSpec)
784 OSType *pProcessType,
785 OSType *pCreator)
1693 OSType processType, creator;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.h921 OSType fileCreator,
922 OSType fileType);
H A DMoreFilesX.c1174 OSType fileCreator,
1175 OSType fileType)
1189 if ( fileType != (OSType)0x00000000 )
1195 if ( fileCreator != (OSType)0x00000000 )
H A DMoreFilesX.cpp1170 OSType fileCreator,
1171 OSType fileType)
1185 if ( fileType != (OSType)0x00000000 )
1191 if ( fileCreator != (OSType)0x00000000 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilename.cpp2440 MacDefaultExtensionRecord( const wxChar * extension , OSType type , OSType creator )
2448 OSType m_type ;
2449 OSType m_creator ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dpathname.c68 OSType folderType, /* Folder type taken by FindFolder. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dpathname.c68 OSType folderType, /* Folder type taken by FindFolder. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl.cpp1593 #define OSType unsigned long macro
1605 const OSType URLDataHandlerSubType = 1970433056;
1606 const OSType VisualMediaCharacteristic = 1702454643;
1608 const OSType URLDataHandlerSubType = 'url ';
1609 const OSType VisualMediaCharacteristic = 'eyes';
1739 Handle dataRef, OSType dataRefType),
1745 (Movie m, long index, OSType type, long flags),

Completed in 170 milliseconds

123