Home
last modified time | relevance | path

Searched refs:blobChild (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBDatabase.cpp923 BlobChild* blobChild = remoteBlob->GetBlobChild(); in GetOrCreateFileActorForBlob() local
924 MOZ_ASSERT(blobChild); in GetOrCreateFileActorForBlob()
928 PBackgroundChild* backgroundManager = blobChild->GetBackgroundManager(); in GetOrCreateFileActorForBlob()
941 blobChild); in GetOrCreateFileActorForBlob()
952 auto* blobChild = in GetOrCreateFileActorForBlob() local
955 MOZ_ASSERT(blobChild); in GetOrCreateFileActorForBlob()
961 blobChild); in GetOrCreateFileActorForBlob()
1009 BlobChild* blobChild = remoteBlob->GetBlobChild(); in NoteReceivedBlob() local
1010 MOZ_ASSERT(blobChild); in NoteReceivedBlob()
1012 PBackgroundChild* backgroundManager = blobChild->GetBackgroundManager(); in NoteReceivedBlob()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/messagechannel/
H A DSharedMessagePortMessage.cpp46 PBlobChild* blobChild = in FromSharedToMessagesChild() local
49 message->blobsChild().AppendElement(blobChild); in FromSharedToMessagesChild()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/broadcastchannel/
H A DBroadcastChannel.cpp172 PBlobChild* blobChild = in Run() local
175 MOZ_ASSERT(blobChild); in Run()
177 message.blobsChild().AppendElement(blobChild); in Run()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/filesystem/
H A DGetFileOrDirectoryTask.cpp101 static_cast<BlobChild*>(r.blobChild())->GetBlobImpl(); in SetSuccessRequestResult()
H A DGetFilesTask.cpp126 static_cast<BlobChild*>(data.blobChild())->GetBlobImpl(); in SetSuccessRequestResult()
H A DGetDirectoryListingTask.cpp134 static_cast<BlobChild*>(d.blobChild())->GetBlobImpl(); in SetSuccessRequestResult()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/url/
H A DURL.cpp806 if (BlobChild* blobChild = remoteBlob->GetBlobChild()) { in MainThreadRun() local
807 if (PBackgroundChild* blobManager = blobChild->GetBackgroundManager()) { in MainThreadRun()
815 blobChild = BlobChild::GetOrCreate(backgroundManager, mBlobImpl); in MainThreadRun()
816 MOZ_ASSERT(blobChild); in MainThreadRun()
818 newBlobImplHolder = blobChild->GetBlobImpl(); in MainThreadRun()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DStructuredCloneHolder.cpp526 BlobChild* blobChild = BlobChild::GetOrCreate(aManager, blobImpl); in EnsureBlobForBackgroundManager() local
527 MOZ_ASSERT(blobChild); in EnsureBlobForBackgroundManager()
529 blobImpl = blobChild->GetBlobImpl(); in EnsureBlobForBackgroundManager()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/filehandle/
H A DFileHandleBase.cpp562 blobData.blobChild() = blobActor; in WriteOrAppend()
H A DActorsParent.cpp1778 if (NS_WARN_IF(data.blobChild())) { in VerifyRequestData()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DContentChild.cpp2492 static_cast<BlobChild*>(registration.blobChild())->GetBlobImpl(); in RecvInitBlobURLs()