Home
last modified time | relevance | path

Searched refs:mSnapshot (Results 1 – 25 of 122) sorted by relevance

12345

/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DLSDatabase.cpp67 mSnapshot(nullptr), in LSDatabase()
94 MOZ_ASSERT(!mSnapshot); in ~LSDatabase()
128 if (mSnapshot) { in RequestAllowToClose()
139 mSnapshot = nullptr; in NoteFinishedSnapshot()
293 MOZ_ASSERT(!mSnapshot); in BeginExplicitSnapshot()
307 MOZ_ASSERT(mSnapshot); in EndExplicitSnapshot()
323 return !!mSnapshot; in HasSnapshot()
330 MOZ_ASSERT(mSnapshot); in GetSnapshotUsage()
342 if (mSnapshot) { in EnsureSnapshot()
368 mSnapshot = snapshot; in EnsureSnapshot()
[all …]
H A DActorsChild.cpp278 LSSnapshotChild::LSSnapshotChild(LSSnapshot* aSnapshot) : mSnapshot(aSnapshot) { in LSSnapshotChild()
294 if (mSnapshot) { in SendDeleteMeInternal()
295 mSnapshot->ClearActor(); in SendDeleteMeInternal()
296 mSnapshot = nullptr; in SendDeleteMeInternal()
305 if (mSnapshot) { in ActorDestroy()
306 mSnapshot->ClearActor(); in ActorDestroy()
308 mSnapshot = nullptr; in ActorDestroy()
316 if (!mSnapshot) { in RecvMarkDirty()
320 mSnapshot->MarkDirty(); in RecvMarkDirty()
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DLSDatabase.cpp67 mSnapshot(nullptr), in LSDatabase()
94 MOZ_ASSERT(!mSnapshot); in ~LSDatabase()
128 if (mSnapshot) { in RequestAllowToClose()
129 mSnapshot->MarkDirty(); in RequestAllowToClose()
139 mSnapshot = nullptr; in NoteFinishedSnapshot()
216 rv = mSnapshot->GetKeys(aKeys); in GetKeys()
290 if (mSnapshot) { in BeginExplicitSnapshot()
308 if (!mSnapshot) { in EndExplicitSnapshot()
329 if (mSnapshot) { in EnsureSnapshot()
356 mSnapshot = snapshot; in EnsureSnapshot()
[all …]
H A DActorsChild.cpp278 LSSnapshotChild::LSSnapshotChild(LSSnapshot* aSnapshot) : mSnapshot(aSnapshot) { in LSSnapshotChild()
294 if (mSnapshot) { in SendDeleteMeInternal()
295 mSnapshot->ClearActor(); in SendDeleteMeInternal()
296 mSnapshot = nullptr; in SendDeleteMeInternal()
305 if (mSnapshot) { in ActorDestroy()
306 mSnapshot->ClearActor(); in ActorDestroy()
308 mSnapshot = nullptr; in ActorDestroy()
316 if (!mSnapshot) { in RecvMarkDirty()
320 mSnapshot->MarkDirty(); in RecvMarkDirty()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DLSDatabase.cpp67 mSnapshot(nullptr), in LSDatabase()
94 MOZ_ASSERT(!mSnapshot); in ~LSDatabase()
128 if (mSnapshot) { in RequestAllowToClose()
129 mSnapshot->MarkDirty(); in RequestAllowToClose()
139 mSnapshot = nullptr; in NoteFinishedSnapshot()
216 rv = mSnapshot->GetKeys(aKeys); in GetKeys()
290 if (mSnapshot) { in BeginExplicitSnapshot()
308 if (!mSnapshot) { in EndExplicitSnapshot()
329 if (mSnapshot) { in EnsureSnapshot()
356 mSnapshot = snapshot; in EnsureSnapshot()
[all …]
H A DActorsChild.cpp278 LSSnapshotChild::LSSnapshotChild(LSSnapshot* aSnapshot) : mSnapshot(aSnapshot) { in LSSnapshotChild()
294 if (mSnapshot) { in SendDeleteMeInternal()
295 mSnapshot->ClearActor(); in SendDeleteMeInternal()
296 mSnapshot = nullptr; in SendDeleteMeInternal()
305 if (mSnapshot) { in ActorDestroy()
306 mSnapshot->ClearActor(); in ActorDestroy()
308 mSnapshot = nullptr; in ActorDestroy()
316 if (!mSnapshot) { in RecvMarkDirty()
320 mSnapshot->MarkDirty(); in RecvMarkDirty()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DLSDatabase.cpp43 mSnapshot(nullptr), in LSDatabase()
69 MOZ_ASSERT(!mSnapshot); in ~LSDatabase()
103 if (mSnapshot) { in RequestAllowToClose()
104 mSnapshot->MarkDirty(); in RequestAllowToClose()
114 mSnapshot = nullptr; in NoteFinishedSnapshot()
191 rv = mSnapshot->GetKeys(aKeys); in GetKeys()
265 if (mSnapshot) { in BeginExplicitSnapshot()
283 if (!mSnapshot) { in EndExplicitSnapshot()
304 if (mSnapshot) { in EnsureSnapshot()
331 mSnapshot = snapshot; in EnsureSnapshot()
[all …]
H A DActorsChild.cpp275 LSSnapshotChild::LSSnapshotChild(LSSnapshot* aSnapshot) : mSnapshot(aSnapshot) { in LSSnapshotChild()
291 if (mSnapshot) { in SendDeleteMeInternal()
292 mSnapshot->ClearActor(); in SendDeleteMeInternal()
293 mSnapshot = nullptr; in SendDeleteMeInternal()
302 if (mSnapshot) { in ActorDestroy()
303 mSnapshot->ClearActor(); in ActorDestroy()
305 mSnapshot = nullptr; in ActorDestroy()
313 if (!mSnapshot) { in RecvMarkDirty()
317 mSnapshot->MarkDirty(); in RecvMarkDirty()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DPersistentBufferProvider.cpp37 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
56 mSnapshot = mDrawTarget->Snapshot(); in BorrowSnapshot()
65 mSnapshot = nullptr; in ReturnSnapshot()
69 mSnapshot = nullptr; in Destroy()
281 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
412 MOZ_ASSERT(!mSnapshot); in ReturnDrawTarget()
454 return do_AddRef(mSnapshot); in BorrowSnapshot()
461 return do_AddRef(mSnapshot); in BorrowSnapshot()
476 return do_AddRef(mSnapshot); in BorrowSnapshot()
484 mSnapshot = nullptr; in ReturnSnapshot()
[all …]
H A DPersistentBufferProvider.h120 RefPtr<gfx::SourceSurface> mSnapshot; variable
187 RefPtr<gfx::SourceSurface> mSnapshot; variable
194 RefPtr<gfx::SourceSurface>* mSnapshot; member
197 : mBufferProvider(aProvider), mSnapshot(nullptr) {} in mBufferProvider()
201 mBufferProvider->ReturnSnapshot(mSnapshot ? mSnapshot->forget() in ~AutoReturnSnapshot()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DPersistentBufferProvider.cpp39 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
67 mSnapshot = nullptr; in ReturnSnapshot()
71 mSnapshot = nullptr; in Destroy()
307 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
457 MOZ_ASSERT(!mSnapshot); in ReturnDrawTarget()
527 return do_AddRef(mSnapshot); in BorrowSnapshot()
534 return do_AddRef(mSnapshot); in BorrowSnapshot()
562 return do_AddRef(mSnapshot); in BorrowSnapshot()
571 return do_AddRef(mSnapshot); in BorrowSnapshot()
579 mSnapshot = nullptr; in ReturnSnapshot()
[all …]
/dports/www/firefox/firefox-99.0/gfx/layers/client/
H A DTextureRecorded.cpp71 mSnapshot = mDT->Snapshot(); in Unlock()
73 mCanvasChild->RecordEvent(RecordedCacheDataSurface(mSnapshot.get())); in Unlock()
81 mSnapshot = nullptr; in BorrowDrawTarget()
90 mSnapshot = mDT->Snapshot(); in EndDraw()
91 mCanvasChild->RecordEvent(RecordedCacheDataSurface(mSnapshot.get())); in EndDraw()
98 if (mSnapshot) { in BorrowSnapshot()
99 return mCanvasChild->WrapSurface(mSnapshot); in BorrowSnapshot()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DPersistentBufferProvider.cpp38 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
57 mSnapshot = mDrawTarget->Snapshot(); in BorrowSnapshot()
66 mSnapshot = nullptr; in ReturnSnapshot()
70 mSnapshot = nullptr; in Destroy()
281 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
416 MOZ_ASSERT(!mSnapshot); in ReturnDrawTarget()
470 return do_AddRef(mSnapshot); in BorrowSnapshot()
483 mSnapshot = front->BorrowSnapshot(); in BorrowSnapshot()
485 return do_AddRef(mSnapshot); in BorrowSnapshot()
493 mSnapshot = nullptr; in ReturnSnapshot()
[all …]
H A DPersistentBufferProvider.h122 RefPtr<gfx::SourceSurface> mSnapshot; variable
189 RefPtr<gfx::SourceSurface> mSnapshot; variable
195 RefPtr<gfx::SourceSurface>* mSnapshot; member
198 : mBufferProvider(aProvider), mSnapshot(nullptr) {} in mBufferProvider()
202 mBufferProvider->ReturnSnapshot(mSnapshot ? mSnapshot->forget() in ~AutoReturnSnapshot()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DPersistentBufferProvider.cpp38 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
57 mSnapshot = mDrawTarget->Snapshot(); in BorrowSnapshot()
66 mSnapshot = nullptr; in ReturnSnapshot()
70 mSnapshot = nullptr; in Destroy()
281 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
416 MOZ_ASSERT(!mSnapshot); in ReturnDrawTarget()
470 return do_AddRef(mSnapshot); in BorrowSnapshot()
483 mSnapshot = front->BorrowSnapshot(); in BorrowSnapshot()
485 return do_AddRef(mSnapshot); in BorrowSnapshot()
493 mSnapshot = nullptr; in ReturnSnapshot()
[all …]
H A DPersistentBufferProvider.h122 RefPtr<gfx::SourceSurface> mSnapshot; variable
189 RefPtr<gfx::SourceSurface> mSnapshot; variable
195 RefPtr<gfx::SourceSurface>* mSnapshot; member
198 : mBufferProvider(aProvider), mSnapshot(nullptr) {} in mBufferProvider()
202 mBufferProvider->ReturnSnapshot(mSnapshot ? mSnapshot->forget() in ~AutoReturnSnapshot()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawTargetCapture.cpp19 if (mSnapshot && !mSnapshot->hasOneRef()) { in ~DrawTargetCaptureImpl()
20 mSnapshot->DrawTargetWillDestroy(); in ~DrawTargetCaptureImpl()
21 mSnapshot = nullptr; in ~DrawTargetCaptureImpl()
27 : mSnapshot(nullptr), in DrawTargetCaptureImpl()
43 mSnapshot(nullptr), in DrawTargetCaptureImpl()
97 if (!mSnapshot) { in Snapshot()
335 if (!mSnapshot) { in MarkChanged()
339 if (mSnapshot->hasOneRef()) { in MarkChanged()
340 mSnapshot = nullptr; in MarkChanged()
344 mSnapshot->DrawTargetWillChange(); in MarkChanged()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawTargetCapture.cpp19 if (mSnapshot && !mSnapshot->hasOneRef()) { in ~DrawTargetCaptureImpl()
20 mSnapshot->DrawTargetWillDestroy(); in ~DrawTargetCaptureImpl()
21 mSnapshot = nullptr; in ~DrawTargetCaptureImpl()
27 : mSnapshot(nullptr), in DrawTargetCaptureImpl()
43 mSnapshot(nullptr), in DrawTargetCaptureImpl()
97 if (!mSnapshot) { in Snapshot()
335 if (!mSnapshot) { in MarkChanged()
339 if (mSnapshot->hasOneRef()) { in MarkChanged()
340 mSnapshot = nullptr; in MarkChanged()
344 mSnapshot->DrawTargetWillChange(); in MarkChanged()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawTargetCapture.cpp19 if (mSnapshot && !mSnapshot->hasOneRef()) { in ~DrawTargetCaptureImpl()
20 mSnapshot->DrawTargetWillDestroy(); in ~DrawTargetCaptureImpl()
21 mSnapshot = nullptr; in ~DrawTargetCaptureImpl()
27 : mSnapshot(nullptr), in DrawTargetCaptureImpl()
43 mSnapshot(nullptr), in DrawTargetCaptureImpl()
97 if (!mSnapshot) { in Snapshot()
335 if (!mSnapshot) { in MarkChanged()
339 if (mSnapshot->hasOneRef()) { in MarkChanged()
340 mSnapshot = nullptr; in MarkChanged()
344 mSnapshot->DrawTargetWillChange(); in MarkChanged()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DPersistentBufferProvider.cpp35 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
54 mSnapshot = mDrawTarget->Snapshot(); in BorrowSnapshot()
55 RefPtr<SourceSurface> snapshot = mSnapshot; in BorrowSnapshot()
62 MOZ_ASSERT(!snapshot || snapshot == mSnapshot); in ReturnSnapshot()
63 mSnapshot = nullptr; in ReturnSnapshot()
67 mSnapshot = nullptr; in Destroy()
242 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
351 MOZ_ASSERT(!mSnapshot); in ReturnDrawTarget()
399 mSnapshot = dt->Snapshot(); in BorrowSnapshot()
410 mSnapshot = nullptr; in ReturnSnapshot()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTargetCapture.cpp18 if (mSnapshot && !mSnapshot->hasOneRef()) { in ~DrawTargetCaptureImpl()
19 mSnapshot->DrawTargetWillDestroy(); in ~DrawTargetCaptureImpl()
20 mSnapshot = nullptr; in ~DrawTargetCaptureImpl()
74 if (!mSnapshot) { in Snapshot()
75 mSnapshot = new SourceSurfaceCapture(this); in Snapshot()
78 RefPtr<SourceSurface> surface = mSnapshot; in Snapshot()
335 if (!mSnapshot) { in MarkChanged()
339 if (mSnapshot->hasOneRef()) { in MarkChanged()
340 mSnapshot = nullptr; in MarkChanged()
344 mSnapshot->DrawTargetWillChange(); in MarkChanged()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DPersistentBufferProvider.cpp33 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
54 mSnapshot = mDrawTarget->Snapshot(); in BorrowSnapshot()
55 RefPtr<SourceSurface> snapshot = mSnapshot; in BorrowSnapshot()
63 MOZ_ASSERT(!snapshot || snapshot == mSnapshot); in ReturnSnapshot()
64 mSnapshot = nullptr; in ReturnSnapshot()
232 MOZ_ASSERT(!mSnapshot); in BorrowDrawTarget()
329 MOZ_ASSERT(!mSnapshot); in ReturnDrawTarget()
381 mSnapshot = dt->Snapshot(); in BorrowSnapshot()
383 RefPtr<SourceSurface> snapshot = mSnapshot; in BorrowSnapshot()
393 mSnapshot = nullptr; in ReturnSnapshot()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/client/
H A DTextureRecorded.cpp64 mSnapshot = nullptr; in Lock()
73 mSnapshot = mDT->Snapshot(); in Unlock()
88 if (mSnapshot) { in BorrowSnapshot()
89 return mCanvasChild->WrapSurface(mSnapshot); in BorrowSnapshot()
104 if (mSnapshot && mCanvasChild->ShouldCacheDataSurface()) { in OnForwardedToHost()
105 mCanvasChild->RecordEvent(RecordedCacheDataSurface(mSnapshot.get())); in OnForwardedToHost()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/client/
H A DTextureRecorded.cpp64 mSnapshot = nullptr; in Lock()
73 mSnapshot = mDT->Snapshot(); in Unlock()
88 if (mSnapshot) { in BorrowSnapshot()
89 return mCanvasChild->WrapSurface(mSnapshot); in BorrowSnapshot()
104 if (mSnapshot && mCanvasChild->ShouldCacheDataSurface()) { in OnForwardedToHost()
105 mCanvasChild->RecordEvent(RecordedCacheDataSurface(mSnapshot.get())); in OnForwardedToHost()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/client/
H A DTextureRecorded.cpp44 mSnapshot = nullptr; in Lock()
60 mSnapshot = mDT->Snapshot(); in BorrowSnapshot()
61 return mCanvasChild->WrapSurface(mSnapshot); in BorrowSnapshot()
75 if (mSnapshot && mCanvasChild->ShouldCacheDataSurface()) { in OnForwardedToHost()
76 mCanvasChild->RecordEvent(RecordedCacheDataSurface(mSnapshot.get())); in OnForwardedToHost()

12345