Home
last modified time | relevance | path

Searched refs:writeAndNotifyInfo (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DLSSnapshot.cpp796 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in EnsureAllKeys() local
799 switch (writeAndNotifyInfo.type()) { in EnsureAllKeys()
802 writeAndNotifyInfo.get_LSSetItemAndNotifyInfo().key(), in EnsureAllKeys()
808 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo().key()); in EnsureAllKeys()
H A DActorsParent.cpp5614 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in RecvCheckpointAndNotify() local
5617 switch (writeAndNotifyInfo.type()) { in RecvCheckpointAndNotify()
5620 writeAndNotifyInfo.get_LSSetItemAndNotifyInfo(); in RecvCheckpointAndNotify()
5632 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo(); in RecvCheckpointAndNotify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DLSSnapshot.cpp796 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in EnsureAllKeys() local
799 switch (writeAndNotifyInfo.type()) { in EnsureAllKeys()
802 writeAndNotifyInfo.get_LSSetItemAndNotifyInfo().key(), in EnsureAllKeys()
808 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo().key()); in EnsureAllKeys()
H A DActorsParent.cpp5614 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in RecvCheckpointAndNotify() local
5617 switch (writeAndNotifyInfo.type()) { in RecvCheckpointAndNotify()
5620 writeAndNotifyInfo.get_LSSetItemAndNotifyInfo(); in RecvCheckpointAndNotify()
5632 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo(); in RecvCheckpointAndNotify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DLSSnapshot.cpp767 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in EnsureAllKeys() local
770 switch (writeAndNotifyInfo.type()) { in EnsureAllKeys()
772 newValues.Put(writeAndNotifyInfo.get_LSSetItemAndNotifyInfo().key(), in EnsureAllKeys()
778 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo().key()); in EnsureAllKeys()
H A DActorsParent.cpp6065 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in RecvCheckpointAndNotify() local
6068 switch (writeAndNotifyInfo.type()) { in RecvCheckpointAndNotify()
6071 writeAndNotifyInfo.get_LSSetItemAndNotifyInfo(); in RecvCheckpointAndNotify()
6083 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo(); in RecvCheckpointAndNotify()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DLSSnapshot.cpp807 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in EnsureAllKeys() local
810 switch (writeAndNotifyInfo.type()) { in EnsureAllKeys()
813 writeAndNotifyInfo.get_LSSetItemAndNotifyInfo().key(), in EnsureAllKeys()
819 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo().key()); in EnsureAllKeys()
H A DActorsParent.cpp5770 const LSWriteAndNotifyInfo& writeAndNotifyInfo = in RecvAsyncCheckpointAndNotify() local
5773 switch (writeAndNotifyInfo.type()) { in RecvAsyncCheckpointAndNotify()
5776 writeAndNotifyInfo.get_LSSetItemAndNotifyInfo(); in RecvAsyncCheckpointAndNotify()
5788 writeAndNotifyInfo.get_LSRemoveItemAndNotifyInfo(); in RecvAsyncCheckpointAndNotify()