Searched refs:parentToken (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/os/package/hpkg/
H A DPackageContentHandler.h37 void* parentToken, void*& _token) = 0;
41 void* parentToken, void* token) = 0;
/haiku/headers/os/package/hpkg/v1/
H A DPackageContentHandler.h42 void* parentToken, void*& _token) = 0;
46 void* parentToken, void* token) = 0;
/haiku/src/bin/package/
H A Dcommand_dump.cpp75 const BPackageAttributeValue& value, void* parentToken, void*& _token)
90 const BPackageAttributeValue& value, void* parentToken, void* token)
74 HandleAttribute(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void*& _token) argument
89 HandleAttributeDone(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void* token) argument
H A Dcommand_extract.cpp421 Token* parentToken = (Token*)entry->Parent()->UserToken(); local
422 if (parentToken == NULL) {
427 parentFilterEntry = parentToken->filterEntry;
428 implicit = parentToken->implicit;
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h154 const BPackageAttributeValue& value, void* parentToken,
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp180 const BPackageAttributeValue& value, void* parentToken, void*& _token)
185 Attribute* parentAttribute = parentToken != NULL
186 ? (Attribute*)parentToken : fRootAttribute;
235 const BPackageAttributeValue& value, void* parentToken, void* token)
179 HandleAttribute(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void*& _token) argument
234 HandleAttributeDone(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void* token) argument
H A DReaderImplBase.cpp713 const BPackageAttributeValue& value, void* parentToken, void* token)
712 LowLevelAttributeHandler(uint8 id, const BPackageAttributeValue& value, void* parentToken, void* token) argument
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h410 void* parentToken, void* token);
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp485 const BPackageAttributeValue& value, void* parentToken, void* token)
484 LowLevelAttributeHandler(uint8 id, const BPackageAttributeValue& value, void* parentToken, void* token) argument
/haiku/src/servers/app/
H A DServerWindow.cpp511 int32 parentToken; local
526 link.Read<int32>(&parentToken);
579 if (App()->ViewTokens().GetToken(parentToken, B_HANDLER_TOKEN,

Completed in 121 milliseconds