Home
last modified time | relevance | path

Searched refs:aShadowWrites (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp1089 bool aShadowWrites);
2699 explicit AutoWriteTransaction(bool aShadowWrites);
3541 Connection* aConnection, bool aShadowWrites) { in Perform() argument
3549 QM_TRY(PerformTruncate(aConnection, aShadowWrites)); in Perform()
3561 QM_TRY(PerformInsertOrUpdate(aConnection, aShadowWrites, in Perform()
3572 QM_TRY(PerformDelete(aConnection, aShadowWrites, in Perform()
3620 if (!aShadowWrites) { in PerformInsertOrUpdate()
3669 if (!aShadowWrites) { in PerformDelete()
3696 if (!aShadowWrites) { in PerformTruncate()
8801 AutoWriteTransaction::AutoWriteTransaction(bool aShadowWrites) in AutoWriteTransaction() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp1089 bool aShadowWrites);
2699 explicit AutoWriteTransaction(bool aShadowWrites);
3541 Connection* aConnection, bool aShadowWrites) { in Perform() argument
3549 QM_TRY(PerformTruncate(aConnection, aShadowWrites)); in Perform()
3561 QM_TRY(PerformInsertOrUpdate(aConnection, aShadowWrites, in Perform()
3572 QM_TRY(PerformDelete(aConnection, aShadowWrites, in Perform()
3620 if (!aShadowWrites) { in PerformInsertOrUpdate()
3669 if (!aShadowWrites) { in PerformDelete()
3696 if (!aShadowWrites) { in PerformTruncate()
8801 AutoWriteTransaction::AutoWriteTransaction(bool aShadowWrites) in AutoWriteTransaction() argument
[all …]
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp1103 bool aShadowWrites);
1115 nsresult PerformDelete(Connection* aConnection, bool aShadowWrites,
2720 explicit AutoWriteTransaction(bool aShadowWrites);
3617 Connection* aConnection, bool aShadowWrites) { in Perform() argument
3638 aConnection, aShadowWrites, insertItemInfo->GetKey(), in Perform()
3710 if (!aShadowWrites) { in PerformInsertOrUpdate()
3768 bool aShadowWrites, in PerformDelete() argument
3782 if (!aShadowWrites) { in PerformDelete()
3811 if (!aShadowWrites) { in PerformTruncate()
8946 AutoWriteTransaction::AutoWriteTransaction(bool aShadowWrites) in AutoWriteTransaction() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp1273 nsresult Perform(Connection* aConnection, bool aShadowWrites,
1286 nsresult PerformDelete(Connection* aConnection, bool aShadowWrites,
2880 explicit AutoWriteTransaction(bool aShadowWrites);
3709 bool aShadowWrites, in Perform() argument
3720 rv = PerformTruncate(aConnection, aShadowWrites); in Perform()
3734 rv = PerformInsertOrUpdate(aConnection, aShadowWrites, in Perform()
3850 if (!aShadowWrites) { in PerformInsertOrUpdate()
3931 if (!aShadowWrites) { in PerformDelete()
3980 if (!aShadowWrites) { in PerformTruncate()
9601 AutoWriteTransaction::AutoWriteTransaction(bool aShadowWrites) in AutoWriteTransaction() argument
[all …]