Home
last modified time | relevance | path

Searched refs:aOldItem (Results 1 – 25 of 45) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/providers/memory/
H A DCalMemoryCalendar.jsm190 modifyItem(aNewItem, aOldItem, aListener) {
223 if (!aOldItem) {
224 aOldItem = this.mItems[aNewItem.id];
230 if (!aOldItem) {
231 aOldItem = modifiedItem;
233 aOldItem = aOldItem.parentItem;
235 if (!aOldItem || !this.mItems[aNewItem.id]) {
243 if (aOldItem.id != modifiedItem.id) {
247 aOldItem = aOldItem.parentItem;
248 let storedOldItem = this.mItems[aOldItem.id];
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp187 static bool MergeFrameRects(nsDisplayLayerEventRegions* aOldItem, in MergeFrameRects() argument
196 nsDisplayLayerEventRegions::FrameRects& oldRects = aOldItem->*aRectList; in MergeFrameRects()
203 MOZ_ASSERT(f != aOldItem->Frame()); in MergeFrameRects()
204 f->RemoveDisplayItem(aOldItem); in MergeFrameRects()
218 nsDisplayItem* destItem = aOldItem; in MergeFrameRects()
219 nsDisplayLayerEventRegions::FrameRects* destRects = &(aOldItem->*aRectList); in MergeFrameRects()
233 MOZ_ASSERT(f != aOldItem->Frame()); in MergeFrameRects()
241 bool MergeLayerEventRegions(nsDisplayItem* aOldItem, nsDisplayItem* aNewItem) { in MergeLayerEventRegions() argument
243 static_cast<nsDisplayLayerEventRegions*>(aOldItem); in MergeLayerEventRegions()
272 if (!f->HasDisplayItem(aOldItem)) { in MergeLayerEventRegions()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_index.cpp64 void INDEX::Replace( ITEM* aOldItem, ITEM* aNewItem ) in Replace() argument
66 Remove( aOldItem ); in Replace()
H A Dpns_index.h67 void Replace( ITEM* aOldItem, ITEM* aNewItem );
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_index.cpp117 void INDEX::Replace( ITEM* aOldItem, ITEM* aNewItem ) in Replace() argument
119 Remove( aOldItem ); in Replace()
H A Dpns_index.h75 void Replace( ITEM* aOldItem, ITEM* aNewItem );
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/src/
H A DCalTransactionManager.jsm27 createAndCommitTxn(aAction, aItem, aCalendar, aOldItem, aListener, aExtResponse) {
28 let txn = new CalTransaction(aAction, aItem, aCalendar, aOldItem, aListener, aExtResponse);
81 function CalTransaction(aAction, aItem, aCalendar, aOldItem, aListener, aExtResponse) {
86 this.mOldItem = aOldItem;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/utils/
H A DcalItemUtils.jsm527 * @param aOldItem The Item to be modified
531 moveToDate(aOldItem, aNewDate) {
532 let newItem = aOldItem.clone();
534 aOldItem[cal.dtz.startDateProp(aOldItem)] || aOldItem[cal.dtz.endDateProp(aOldItem)]
549 let oldDuration = aOldItem.duration;
551 let oldEnd = aOldItem[cal.dtz.endDateProp(aOldItem)];
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/public/
H A DcalITransactionManager.idl32 * @param aOldItem The Item in its original form. Only needed for
43 in calIItemBase aOldItem,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/providers/composite/
H A DCalCompositeCalendar.jsm37 onModifyItem(aNewItem, aOldItem) {
337 …// void modifyItem( in calIItemBase aNewItem, in calIItemBase aOldItem, in calIOperationListener a…
338 modifyItem(aNewItem, aOldItem, aListener) {
342 return aNewItem.calendar.modifyItem(aNewItem, aOldItem, aListener);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/providers/storage/
H A DCalStorageCalendar.jsm415 modifyItem(aNewItem, aOldItem, aListener) {
480 if (!aOldItem) {
481 aOldItem = await this.getItemById(aNewItem.id);
487 if (!aOldItem) {
488 aOldItem = aNewItem;
490 aOldItem = aOldItem.parentItem;
493 if (aOldItem) {
496 if (!aOldItem || !storedOldItem) {
500 aOldItem = aOldItem.parentItem;
509 if (aOldItem.generation == modifiedItem.generation) {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-6.C328 ::boost::optional< std::size_t > aOldItem(getitem());
330 if (aOldItem != aNewItem) return 1;

12