Home
last modified time | relevance | path

Searched refs:aBackgroundActor (Results 1 – 25 of 78) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DIDBCursor.cpp32 : mBackgroundActor(aBackgroundActor), in IDBCursor()
50 MOZ_ASSERT(aBackgroundActor); in IDBCursor()
51 aBackgroundActor->AssertIsOnOwningThread(); in IDBCursor()
85 MOZ_ASSERT(aBackgroundActor); in Create()
88 MOZ_ASSERT(!aBackgroundActor->GetIndex()); in Create()
102 MOZ_ASSERT(aBackgroundActor); in Create()
105 MOZ_ASSERT(!aBackgroundActor->GetIndex()); in Create()
119 MOZ_ASSERT(aBackgroundActor); in Create()
121 MOZ_ASSERT(aBackgroundActor->GetIndex()); in Create()
139 MOZ_ASSERT(aBackgroundActor); in Create()
[all …]
H A DIDBCursor.h92 indexedDB::BackgroundCursorChild* aBackgroundActor, const Key& aKey,
96 indexedDB::BackgroundCursorChild* aBackgroundActor, const Key& aKey);
99 indexedDB::BackgroundCursorChild* aBackgroundActor, const Key& aKey,
104 indexedDB::BackgroundCursorChild* aBackgroundActor, const Key& aKey,
170 IDBCursor(Type aType, indexedDB::BackgroundCursorChild* aBackgroundActor,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBCursor.cpp33 : mBackgroundActor(aBackgroundActor) in IDBCursor()
34 , mRequest(aBackgroundActor->GetRequest()) in IDBCursor()
36 , mSourceIndex(aBackgroundActor->GetIndex()) in IDBCursor()
52 MOZ_ASSERT(aBackgroundActor); in IDBCursor()
53 aBackgroundActor->AssertIsOnOwningThread(); in IDBCursor()
94 MOZ_ASSERT(aBackgroundActor); in Create()
97 MOZ_ASSERT(!aBackgroundActor->GetIndex()); in Create()
113 MOZ_ASSERT(aBackgroundActor); in Create()
133 MOZ_ASSERT(aBackgroundActor); in Create()
135 MOZ_ASSERT(aBackgroundActor->GetIndex()); in Create()
[all …]
H A DIDBCursor.h97 Create(indexedDB::BackgroundCursorChild* aBackgroundActor,
102 Create(indexedDB::BackgroundCursorChild* aBackgroundActor,
106 Create(indexedDB::BackgroundCursorChild* aBackgroundActor,
113 Create(indexedDB::BackgroundCursorChild* aBackgroundActor,
203 indexedDB::BackgroundCursorChild* aBackgroundActor,
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundImpl.cpp182 PBackgroundParent* aBackgroundActor);
186 PBackgroundParent* aBackgroundActor);
557 PBackgroundParent* aBackgroundActor) { in IsOtherProcessActor() argument
563 PBackgroundParent* aBackgroundActor) { in GetContentParent() argument
580 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
658 MOZ_ASSERT(aBackgroundActor); in IsOtherProcessActor()
667 MOZ_ASSERT(aBackgroundActor); in GetContentParent()
693 MOZ_ASSERT(aBackgroundActor); in GetRawContentParentForComparison()
709 MOZ_ASSERT(aBackgroundActor); in GetChildID()
726 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
[all …]
H A DBackgroundParent.h47 static bool IsOtherProcessActor(PBackgroundParent* aBackgroundActor);
58 PBackgroundParent* aBackgroundActor);
65 PBackgroundParent* aBackgroundActor);
67 static uint64_t GetChildID(PBackgroundParent* aBackgroundActor);
69 static bool GetLiveActorArray(PBackgroundParent* aBackgroundActor,
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIDBCursor.cpp32 mRequest(aBackgroundActor->GetRequest()), in IDBCursor()
44 MOZ_ASSERT(aBackgroundActor); in IDBCursor()
45 aBackgroundActor->AssertIsOnOwningThread(); in IDBCursor()
69 MOZ_ASSERT(aBackgroundActor); in Create()
70 aBackgroundActor->AssertIsOnOwningThread(); in Create()
81 MOZ_ASSERT(aBackgroundActor); in Create()
82 aBackgroundActor->AssertIsOnOwningThread(); in Create()
92 MOZ_ASSERT(aBackgroundActor); in Create()
93 aBackgroundActor->AssertIsOnOwningThread(); in Create()
106 MOZ_ASSERT(aBackgroundActor); in Create()
[all …]
H A DIDBCursor.h82 indexedDB::BackgroundCursorChild<Type::ObjectStore>* aBackgroundActor,
86 indexedDB::BackgroundCursorChild<Type::ObjectStoreKey>* aBackgroundActor,
90 indexedDB::BackgroundCursorChild<Type::Index>* aBackgroundActor, Key aKey,
94 indexedDB::BackgroundCursorChild<Type::IndexKey>* aBackgroundActor,
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
171 indexedDB::BackgroundCursorChild<CursorType>* aBackgroundActor,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIDBCursor.cpp32 mRequest(aBackgroundActor->GetRequest()), in IDBCursor()
44 MOZ_ASSERT(aBackgroundActor); in IDBCursor()
45 aBackgroundActor->AssertIsOnOwningThread(); in IDBCursor()
69 MOZ_ASSERT(aBackgroundActor); in Create()
70 aBackgroundActor->AssertIsOnOwningThread(); in Create()
81 MOZ_ASSERT(aBackgroundActor); in Create()
82 aBackgroundActor->AssertIsOnOwningThread(); in Create()
92 MOZ_ASSERT(aBackgroundActor); in Create()
93 aBackgroundActor->AssertIsOnOwningThread(); in Create()
106 MOZ_ASSERT(aBackgroundActor); in Create()
[all …]
H A DIDBCursor.h82 indexedDB::BackgroundCursorChild<Type::ObjectStore>* aBackgroundActor,
86 indexedDB::BackgroundCursorChild<Type::ObjectStoreKey>* aBackgroundActor,
90 indexedDB::BackgroundCursorChild<Type::Index>* aBackgroundActor, Key aKey,
94 indexedDB::BackgroundCursorChild<Type::IndexKey>* aBackgroundActor,
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
171 indexedDB::BackgroundCursorChild<CursorType>* aBackgroundActor,
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DIDBCursor.cpp32 mRequest(aBackgroundActor->GetRequest()), in IDBCursor()
44 MOZ_ASSERT(aBackgroundActor); in IDBCursor()
45 aBackgroundActor->AssertIsOnOwningThread(); in IDBCursor()
69 MOZ_ASSERT(aBackgroundActor); in Create()
70 aBackgroundActor->AssertIsOnOwningThread(); in Create()
81 MOZ_ASSERT(aBackgroundActor); in Create()
82 aBackgroundActor->AssertIsOnOwningThread(); in Create()
92 MOZ_ASSERT(aBackgroundActor); in Create()
93 aBackgroundActor->AssertIsOnOwningThread(); in Create()
106 MOZ_ASSERT(aBackgroundActor); in Create()
[all …]
H A DIDBCursor.h82 indexedDB::BackgroundCursorChild<Type::ObjectStore>* aBackgroundActor,
86 indexedDB::BackgroundCursorChild<Type::ObjectStoreKey>* aBackgroundActor,
90 indexedDB::BackgroundCursorChild<Type::Index>* aBackgroundActor, Key aKey,
94 indexedDB::BackgroundCursorChild<Type::IndexKey>* aBackgroundActor,
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
171 indexedDB::BackgroundCursorChild<CursorType>* aBackgroundActor,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DIDBCursor.cpp32 mRequest(aBackgroundActor->GetRequest()), in IDBCursor()
44 MOZ_ASSERT(aBackgroundActor); in IDBCursor()
45 aBackgroundActor->AssertIsOnOwningThread(); in IDBCursor()
69 MOZ_ASSERT(aBackgroundActor); in Create()
70 aBackgroundActor->AssertIsOnOwningThread(); in Create()
81 MOZ_ASSERT(aBackgroundActor); in Create()
82 aBackgroundActor->AssertIsOnOwningThread(); in Create()
92 MOZ_ASSERT(aBackgroundActor); in Create()
93 aBackgroundActor->AssertIsOnOwningThread(); in Create()
106 MOZ_ASSERT(aBackgroundActor); in Create()
[all …]
H A DIDBCursor.h82 indexedDB::BackgroundCursorChild<Type::ObjectStore>* aBackgroundActor,
86 indexedDB::BackgroundCursorChild<Type::ObjectStoreKey>* aBackgroundActor,
90 indexedDB::BackgroundCursorChild<Type::Index>* aBackgroundActor, Key aKey,
94 indexedDB::BackgroundCursorChild<Type::IndexKey>* aBackgroundActor,
158 IDBCursor(indexedDB::BackgroundCursorChildBase* aBackgroundActor);
171 indexedDB::BackgroundCursorChild<CursorType>* aBackgroundActor,
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp189 PBackgroundParent* aBackgroundActor);
193 PBackgroundParent* aBackgroundActor);
660 PBackgroundParent* aBackgroundActor) { in IsOtherProcessActor() argument
666 PBackgroundParent* aBackgroundActor) { in GetContentParent() argument
683 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
1005 MOZ_ASSERT(aBackgroundActor); in IsOtherProcessActor()
1014 MOZ_ASSERT(aBackgroundActor); in GetContentParent()
1040 MOZ_ASSERT(aBackgroundActor); in GetRawContentParentForComparison()
1056 MOZ_ASSERT(aBackgroundActor); in GetChildID()
1073 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
[all …]
H A DBackgroundParent.h62 static bool IsOtherProcessActor(PBackgroundParent* aBackgroundActor);
73 PBackgroundParent* aBackgroundActor);
80 PBackgroundParent* aBackgroundActor);
82 static uint64_t GetChildID(PBackgroundParent* aBackgroundActor);
84 static bool GetLiveActorArray(PBackgroundParent* aBackgroundActor,
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp189 PBackgroundParent* aBackgroundActor);
193 PBackgroundParent* aBackgroundActor);
660 PBackgroundParent* aBackgroundActor) { in IsOtherProcessActor() argument
666 PBackgroundParent* aBackgroundActor) { in GetContentParent() argument
683 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
1005 MOZ_ASSERT(aBackgroundActor); in IsOtherProcessActor()
1014 MOZ_ASSERT(aBackgroundActor); in GetContentParent()
1040 MOZ_ASSERT(aBackgroundActor); in GetRawContentParentForComparison()
1056 MOZ_ASSERT(aBackgroundActor); in GetChildID()
1073 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
[all …]
H A DBackgroundParent.h62 static bool IsOtherProcessActor(PBackgroundParent* aBackgroundActor);
73 PBackgroundParent* aBackgroundActor);
80 PBackgroundParent* aBackgroundActor);
82 static uint64_t GetChildID(PBackgroundParent* aBackgroundActor);
84 static bool GetLiveActorArray(PBackgroundParent* aBackgroundActor,
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBackgroundParent.h57 static bool IsOtherProcessActor(PBackgroundParent* aBackgroundActor);
68 PBackgroundParent* aBackgroundActor);
75 PBackgroundParent* aBackgroundActor);
77 static uint64_t GetChildID(PBackgroundParent* aBackgroundActor);
79 static bool GetLiveActorArray(PBackgroundParent* aBackgroundActor,
H A DBackgroundImpl.cpp184 PBackgroundParent* aBackgroundActor);
188 PBackgroundParent* aBackgroundActor);
654 PBackgroundParent* aBackgroundActor) { in IsOtherProcessActor() argument
660 PBackgroundParent* aBackgroundActor) { in GetContentParent() argument
677 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
1000 MOZ_ASSERT(aBackgroundActor); in IsOtherProcessActor()
1009 MOZ_ASSERT(aBackgroundActor); in GetContentParent()
1035 MOZ_ASSERT(aBackgroundActor); in GetRawContentParentForComparison()
1051 MOZ_ASSERT(aBackgroundActor); in GetChildID()
1068 PBackgroundParent* aBackgroundActor, in GetLiveActorArray() argument
[all …]
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DBackgroundImpl.cpp188 PBackgroundParent* aBackgroundActor);
192 PBackgroundParent* aBackgroundActor);
673 PBackgroundParent* aBackgroundActor) { in IsOtherProcessActor() argument
679 PBackgroundParent* aBackgroundActor) { in GetContentParent() argument
685 PBackgroundParent* aBackgroundActor) { in GetRawContentParentForComparison() argument
796 MOZ_ASSERT(aBackgroundActor); in IsOtherProcessActor()
803 PBackgroundParent* aBackgroundActor) { in GetContentParent() argument
805 MOZ_ASSERT(aBackgroundActor); in GetContentParent()
831 PBackgroundParent* aBackgroundActor) { in GetRawContentParentForComparison() argument
833 MOZ_ASSERT(aBackgroundActor); in GetRawContentParentForComparison()
[all …]
H A DBackgroundParent.h63 static bool IsOtherProcessActor(PBackgroundParent* aBackgroundActor);
74 PBackgroundParent* aBackgroundActor);
81 PBackgroundParent* aBackgroundActor);
83 static uint64_t GetChildID(PBackgroundParent* aBackgroundActor);
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DBackgroundParent.h46 IsOtherProcessActor(PBackgroundParent* aBackgroundActor);
57 GetContentParent(PBackgroundParent* aBackgroundActor);
60 GetOrCreateActorForBlobImpl(PBackgroundParent* aBackgroundActor,
68 GetRawContentParentForComparison(PBackgroundParent* aBackgroundActor);
H A DBackgroundImpl.cpp208 IsOtherProcessActor(PBackgroundParent* aBackgroundActor);
212 GetContentParent(PBackgroundParent* aBackgroundActor);
807 return ParentImpl::GetContentParent(aBackgroundActor); in GetContentParent()
817 MOZ_ASSERT(aBackgroundActor); in GetOrCreateActorForBlobImpl()
903 MOZ_ASSERT(aBackgroundActor); in GetOrCreateActorForBlobImpl()
907 MOZ_ASSERT(aBackgroundActor == GetForCurrentThread(), in GetOrCreateActorForBlobImpl()
978 MOZ_ASSERT(aBackgroundActor); in IsOtherProcessActor()
988 MOZ_ASSERT(aBackgroundActor); in GetContentParent()
990 auto actor = static_cast<ParentImpl*>(aBackgroundActor); in GetContentParent()
1016 MOZ_ASSERT(aBackgroundActor); in GetRawContentParentForComparison()
[all …]
H A DBackgroundChild.h75 GetOrCreateActorForBlob(PBackgroundChild* aBackgroundActor,
79 GetOrCreateActorForBlobImpl(PBackgroundChild* aBackgroundActor,

1234