Lines Matching defs:ioExtension

718 	BMessage* ioExtension, uint32 hintType, const char* hintMIME,
727 if (ioExtension != NULL)
728 baseExtension = *ioExtension;
751 if (ioExtension != NULL)
752 *ioExtension = extension;
772 BMessage* ioExtension, uint32 hintType, const char* hintMIME,
803 if (translator.Identify(source, format, ioExtension, &info, wantType)
1363 \param ioExtension the configuration data for the translator
1376 BTranslatorRoster::Identify(BPositionIO* source, BMessage* ioExtension,
1383 return fPrivate->Identify(source, ioExtension, hintType, hintMIME, wantType,
1396 \param ioExtension the configuration data for the translator
1412 BTranslatorRoster::GetTranslators(BPositionIO* source, BMessage* ioExtension,
1419 return fPrivate->GetTranslators(source, ioExtension, hintType, hintMIME,
1548 \param ioExtension the configuration data for the translator
1564 BMessage* ioExtension, BPositionIO* destination, uint32 wantOutType,
1574 status_t status = fPrivate->Identify(source, ioExtension, hintType,
1602 status = translator->Translate(source, info, ioExtension, wantOutType,
1619 \param ioExtension the configuration data for the translator
1629 BMessage* ioExtension, BPositionIO* destination, uint32 wantOutType)
1653 status = translator->Identify(source, NULL, ioExtension, &info,
1660 status = translator->Translate(source, &info, ioExtension,
1677 \param ioExtension the configuration data for the translator
1687 BMessage* ioExtension, BView** _view, BRect* _extent)
1698 return translator->MakeConfigurationView(ioExtension, _view, _extent);
1718 specified by \a id and puts them into \a ioExtension.
1721 \param ioExtension the configuration data for the translator
1724 B_BAD_VALUE, if \a ioExtension is NULL
1729 BMessage* ioExtension)
1731 if (!ioExtension)
1740 return translator->GetConfigurationMessage(ioExtension);