Home
last modified time | relevance | path

Searched refs:aTxn (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/dom/push/
H A DPushDB.jsm110 (aTxn, aStore) => {
138 (aTxn, aStore) => {
159 (aTxn, aStore) => {
193 (aTxn, aStore) => {
216 (aTxn, aStore) => {
249 (aTxn, aStore) => {
287 (aTxn, aStore) => {
309 (aTxn, aStore) => {
344 (aTxn, aStore) => {
365 (aTxn, aStore) => {
[all …]
/dports/www/firefox/firefox-99.0/dom/push/
H A DPushDB.jsm110 (aTxn, aStore) => {
138 (aTxn, aStore) => {
159 (aTxn, aStore) => {
193 (aTxn, aStore) => {
216 (aTxn, aStore) => {
249 (aTxn, aStore) => {
287 (aTxn, aStore) => {
309 (aTxn, aStore) => {
344 (aTxn, aStore) => {
365 (aTxn, aStore) => {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/push/
H A DPushDB.jsm110 (aTxn, aStore) => {
138 (aTxn, aStore) => {
159 (aTxn, aStore) => {
193 (aTxn, aStore) => {
216 (aTxn, aStore) => {
249 (aTxn, aStore) => {
287 (aTxn, aStore) => {
309 (aTxn, aStore) => {
344 (aTxn, aStore) => {
365 (aTxn, aStore) => {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/push/
H A DPushDB.jsm110 (aTxn, aStore) => {
138 (aTxn, aStore) => {
159 (aTxn, aStore) => {
193 (aTxn, aStore) => {
216 (aTxn, aStore) => {
249 (aTxn, aStore) => {
287 (aTxn, aStore) => {
309 (aTxn, aStore) => {
344 (aTxn, aStore) => {
365 (aTxn, aStore) => {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/push/
H A DPushDB.jsm100 (aTxn, aStore) => {
126 (aTxn, aStore) => {
147 (aTxn, aStore) => {
178 (aTxn, aStore) => {
201 (aTxn, aStore) => {
234 (aTxn, aStore) => {
270 (aTxn, aStore) => {
290 (aTxn, aStore) => {
324 (aTxn, aStore) => {
344 (aTxn, aStore) => {
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/push/
H A DPushDB.jsm102 (aTxn, aStore) => {
128 (aTxn, aStore) => {
149 (aTxn, aStore) => {
180 (aTxn, aStore) => {
203 (aTxn, aStore) => {
236 (aTxn, aStore) => {
272 (aTxn, aStore) => {
292 (aTxn, aStore) => {
326 (aTxn, aStore) => {
346 (aTxn, aStore) => {
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/network/
H A DNetworkStatsDB.jsm616 aTxn.abort();
938 if (!aTxn.result) {
939 aTxn.result = {};
946 aTxn.result.end = aEnd;
1046 if (!aTxn.result) {
1047 aTxn.result = [];
1065 if (!aTxn.result) {
1066 aTxn.result = false;
1073 aTxn.result = true;
1081 if (!aTxn.result) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp163 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn) { in RemoveAsyncImagePipeline() argument
172 aTxn.ClearDisplayList(epoch, aPipelineId); in RemoveAsyncImagePipeline()
174 aTxn.DeleteImage(key); in RemoveAsyncImagePipeline()
280 wr::TransactionBuilder& aTxn) { in UpdateWithoutExternalImage() argument
302 aTxn.UpdateImageBuffer(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
304 aTxn.AddImage(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
430 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in ApplyAsyncImageForPipeline() argument
443 pipeline->mImageHost->GetAsyncRef() ? aTxnForImageBridge : aTxn; in ApplyAsyncImageForPipeline()
452 auto& maybeFastTxn = pipeline->mImageHost->GetAsyncRef() ? fastTxn : aTxn; in ApplyAsyncImageForPipeline()
461 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in SetEmptyDisplayList() argument
[all …]
H A DAsyncImagePipelineManager.h94 wr::TransactionBuilder& aTxn);
105 wr::TransactionBuilder& aTxn,
109 wr::TransactionBuilder& aTxn,
216 wr::TransactionBuilder& aTxn);
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp173 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn) { in RemoveAsyncImagePipeline() argument
182 aTxn.ClearDisplayList(epoch, aPipelineId); in RemoveAsyncImagePipeline()
184 aTxn.DeleteImage(key); in RemoveAsyncImagePipeline()
292 wr::TransactionBuilder& aTxn) { in UpdateWithoutExternalImage() argument
314 aTxn.UpdateImageBuffer(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
316 aTxn.AddImage(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
470 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in ApplyAsyncImageForPipeline() argument
483 pipeline->mImageHost->GetAsyncRef() ? aTxnForImageBridge : aTxn; in ApplyAsyncImageForPipeline()
492 auto& maybeFastTxn = pipeline->mImageHost->GetAsyncRef() ? fastTxn : aTxn; in ApplyAsyncImageForPipeline()
501 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in SetEmptyDisplayList() argument
[all …]
H A DAsyncImagePipelineManager.h102 wr::TransactionBuilder& aTxn);
112 wr::TransactionBuilder& aTxn,
116 wr::TransactionBuilder& aTxn,
219 wr::TransactionBuilder& aTxn);
H A DOMTASampler.h63 static void Sample(const wr::WrWindowId& aWindowId, wr::Transaction* aTxn);
68 void Sample(wr::TransactionWrapper& aTxn);
/dports/www/firefox/firefox-99.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp176 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn) { in RemoveAsyncImagePipeline() argument
185 aTxn.ClearDisplayList(epoch, aPipelineId); in RemoveAsyncImagePipeline()
187 aTxn.DeleteImage(key); in RemoveAsyncImagePipeline()
295 wr::TransactionBuilder& aTxn) { in UpdateWithoutExternalImage() argument
317 aTxn.UpdateImageBuffer(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
319 aTxn.AddImage(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
481 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in ApplyAsyncImageForPipeline() argument
494 pipeline->mImageHost->GetAsyncRef() ? aTxnForImageBridge : aTxn; in ApplyAsyncImageForPipeline()
503 auto& maybeFastTxn = pipeline->mImageHost->GetAsyncRef() ? fastTxn : aTxn; in ApplyAsyncImageForPipeline()
512 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in SetEmptyDisplayList() argument
[all …]
H A DAsyncImagePipelineManager.h102 wr::TransactionBuilder& aTxn);
112 wr::TransactionBuilder& aTxn,
116 wr::TransactionBuilder& aTxn,
221 wr::TransactionBuilder& aTxn);
H A DOMTASampler.h64 static void Sample(const wr::WrWindowId& aWindowId, wr::Transaction* aTxn);
69 void Sample(wr::TransactionWrapper& aTxn);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp173 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn) { in RemoveAsyncImagePipeline() argument
182 aTxn.ClearDisplayList(epoch, aPipelineId); in RemoveAsyncImagePipeline()
184 aTxn.DeleteImage(key); in RemoveAsyncImagePipeline()
292 wr::TransactionBuilder& aTxn) { in UpdateWithoutExternalImage() argument
314 aTxn.UpdateImageBuffer(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
316 aTxn.AddImage(aKey, descriptor, bytes); in UpdateWithoutExternalImage()
470 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in ApplyAsyncImageForPipeline() argument
483 pipeline->mImageHost->GetAsyncRef() ? aTxnForImageBridge : aTxn; in ApplyAsyncImageForPipeline()
492 auto& maybeFastTxn = pipeline->mImageHost->GetAsyncRef() ? fastTxn : aTxn; in ApplyAsyncImageForPipeline()
501 const wr::PipelineId& aPipelineId, wr::TransactionBuilder& aTxn, in SetEmptyDisplayList() argument
[all …]
H A DAsyncImagePipelineManager.h102 wr::TransactionBuilder& aTxn);
112 wr::TransactionBuilder& aTxn,
116 wr::TransactionBuilder& aTxn,
219 wr::TransactionBuilder& aTxn);
H A DOMTASampler.h63 static void Sample(const wr::WrWindowId& aWindowId, wr::Transaction* aTxn);
68 void Sample(wr::TransactionWrapper& aTxn);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_bindings/
H A Dwebrender_ffi_generated.h1560 void wr_transaction_clear_display_list(Transaction *aTxn,
1566 void wr_transaction_delete(Transaction *aTxn)
1570 void wr_transaction_generate_frame(Transaction *aTxn)
1574 bool wr_transaction_is_empty(const Transaction *aTxn)
1582 void wr_transaction_remove_pipeline(Transaction *aTxn,
1587 void wr_transaction_scroll_layer(Transaction *aTxn,
1594 void wr_transaction_set_display_list(Transaction *aTxn,
1606 void wr_transaction_set_root_pipeline(Transaction *aTxn,
1611 void wr_transaction_set_window_parameters(Transaction *aTxn,
1625 void wr_transaction_update_epoch(Transaction *aTxn,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/public/
H A DAPZSampler.h61 const wr::WrWindowId& aWindowId, wr::Transaction* aTxn,
65 void SampleForWebRender(wr::TransactionWrapper& aTxn,
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DWindowContext.cpp100 const BaseTransaction& aTxn, in SendCommitTransaction() argument
102 Unused << aParent->SendCommitWindowContextTransaction(this, aTxn, aEpoch); in SendCommitTransaction()
106 const BaseTransaction& aTxn, in SendCommitTransaction() argument
108 aChild->SendCommitWindowContextTransaction(this, aTxn, aEpoch); in SendCommitTransaction()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DAPZSampler.cpp63 wr::TransactionBuilder& aTxn, const TimeStamp& aSampleTime, in PushStateToWR() argument
67 return mApz->PushStateToWR(aTxn, aSampleTime, aTransformArray); in PushStateToWR()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/mlgpu/
H A DRenderPassMLGPU.h289 bool AddItems(Txn& aTxn, const Info& aInfo, const RegionType& aDrawRegion) { in AddItems() argument
292 if (!AddItem(aTxn, aInfo, drawRect)) { in AddItems()
304 bool AddItem(Txn& aTxn, const Info& aInfo, const gfx::Rect& aDrawRect);
308 bool AddClippedItem(Txn& aTxn, const Info& aInfo, const gfx::Rect& aDrawRect);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/mlgpu/
H A DRenderPassMLGPU.h290 bool AddItems(Txn& aTxn, const Info& aInfo, const RegionType& aDrawRegion) { in AddItems() argument
293 if (!AddItem(aTxn, aInfo, drawRect)) { in AddItems()
305 bool AddItem(Txn& aTxn, const Info& aInfo, const gfx::Rect& aDrawRect);
309 bool AddClippedItem(Txn& aTxn, const Info& aInfo, const gfx::Rect& aDrawRect);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DShadowLayers.cpp163 explicit AutoTxnEnd(Transaction* aTxn) : mTxn(aTxn) {} in AutoTxnEnd()
243 CreatedLayer(Transaction* aTxn, ShadowableLayer* aLayer) in CreatedLayer() argument
245 aTxn->AddEdit(OpCreateT(nullptr, Shadow(aLayer))); in CreatedLayer()
479 AddOpDestroy(Transaction* aTxn, const OpDestroy& op, bool synchronously) in AddOpDestroy() argument
481 if (!aTxn->Opened()) { in AddOpDestroy()
485 aTxn->mDestroyedActors.AppendElement(op); in AddOpDestroy()
487 aTxn->MarkSyncTransaction(); in AddOpDestroy()

12345