Home
last modified time | relevance | path

Searched refs:updateBatch (Results 1 – 25 of 90) sorted by relevance

1234

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/
H A Dcompactchangehelper.cpp143 UpdateBatch updateBatch; in addChangedItems() local
153 if (!updateBatch.collection.isValid()) { in addChangedItems()
154 updateBatch.collection = collection; in addChangedItems()
155 } else if (updateBatch.collection != collection) { in addChangedItems()
156 d->mPendingUpdates << updateBatch; in addChangedItems()
157 updateBatch.items.clear(); in addChangedItems()
158 updateBatch.collection = collection; in addChangedItems()
161 updateBatch.items << item; in addChangedItems()
164 if (updateBatch.collection.isValid()) { in addChangedItems()
165 d->mPendingUpdates << updateBatch; in addChangedItems()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGAnimatedLength.cpp301 mozAutoDocUpdate updateBatch(aSVGElement->GetComposedDoc(), true); in ConvertToSpecifiedUnits() local
303 aSVGElement->WillChangeLength(mAttrEnum, updateBatch); in ConvertToSpecifiedUnits()
309 updateBatch); in ConvertToSpecifiedUnits()
311 aSVGElement->DidChangeLength(mAttrEnum, emptyOrOldValue, updateBatch); in ConvertToSpecifiedUnits()
328 mozAutoDocUpdate updateBatch(aSVGElement->GetComposedDoc(), true); in NewValueSpecifiedUnits() local
330 aSVGElement->WillChangeLength(mAttrEnum, updateBatch); in NewValueSpecifiedUnits()
370 Maybe<mozAutoDocUpdate> updateBatch; in SetBaseValueString() local
373 updateBatch.emplace(aSVGElement->GetComposedDoc(), true); in SetBaseValueString()
375 aSVGElement->WillChangeLength(mAttrEnum, updateBatch.ref()); in SetBaseValueString()
412 mozAutoDocUpdate updateBatch(aSVGElement->GetComposedDoc(), true); in SetBaseValue() local
[all …]
H A DSVGAnimatedPreserveAspectRatio.cpp92 Maybe<mozAutoDocUpdate> updateBatch; in SetBaseValueString() local
95 updateBatch.emplace(aSVGElement->GetComposedDoc(), true); in SetBaseValueString()
97 aSVGElement->WillChangePreserveAspectRatio(updateBatch.ref()); in SetBaseValueString()
108 updateBatch.ref()); in SetBaseValueString()
127 mozAutoDocUpdate updateBatch(aSVGElement->GetComposedDoc(), true); in SetBaseValue() local
129 aSVGElement->WillChangePreserveAspectRatio(updateBatch); in SetBaseValue()
136 aSVGElement->DidChangePreserveAspectRatio(emptyOrOldValue, updateBatch); in SetBaseValue()
H A DSVGAnimatedViewBox.cpp127 mozAutoDocUpdate updateBatch(aSVGElement->GetComposedDoc(), true); in SetBaseValue() local
128 nsAttrValue emptyOrOldValue = aSVGElement->WillChangeViewBox(updateBatch); in SetBaseValue()
133 aSVGElement->DidChangeViewBox(emptyOrOldValue, updateBatch); in SetBaseValue()
153 Maybe<mozAutoDocUpdate> updateBatch; in SetBaseValueString() local
156 updateBatch.emplace(aSVGElement->GetComposedDoc(), true); in SetBaseValueString()
157 emptyOrOldValue = aSVGElement->WillChangeViewBox(updateBatch.ref()); in SetBaseValueString()
163 aSVGElement->DidChangeViewBox(emptyOrOldValue, updateBatch.ref()); in SetBaseValueString()
H A DSVGAnimatedIntegerPair.cpp96 mozAutoDocUpdate updateBatch(aSVGElement->GetComposedDoc(), true); in SetBaseValue() local
98 aSVGElement->WillChangeIntegerPair(mAttrEnum, updateBatch); in SetBaseValue()
106 aSVGElement->DidChangeIntegerPair(mAttrEnum, emptyOrOldValue, updateBatch); in SetBaseValue()
115 mozAutoDocUpdate updateBatch(aSVGElement->GetComposedDoc(), true); in SetBaseValues() local
117 aSVGElement->WillChangeIntegerPair(mAttrEnum, updateBatch); in SetBaseValues()
127 aSVGElement->DidChangeIntegerPair(mAttrEnum, emptyOrOldValue, updateBatch); in SetBaseValues()
H A DDOMSVGLength.cpp293 mozAutoDocUpdate updateBatch(mSVGElement->GetComposedDoc(), true); in SetValueInSpecifiedUnits() local
294 mVal->SetBaseValueInSpecifiedUnits(aValue, mSVGElement, true, updateBatch); in SetValueInSpecifiedUnits()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoStyleSheet.cpp231 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in ReparseSheet() local
327 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in StyleSheetLoaded() local
368 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in InsertRuleInternal() local
393 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in DeleteRuleInternal() local
H A DCSSStyleSheet.cpp578 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in InsertRuleInternal() local
672 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in DeleteRuleInternal() local
752 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in StyleSheetLoaded() local
775 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in ReparseSheet() local
H A DMediaList.cpp50 mozAutoDocUpdate updateBatch(doc, UPDATE_STYLE, true); in DoMediaChange() local
H A DServoStyleRule.cpp68 mozAutoDocUpdate updateBatch(doc, UPDATE_STYLE, true); in SetCSSDeclaration() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsStyledElement.cpp102 mozAutoDocUpdate updateBatch(document, UPDATE_CONTENT_MODEL, aNotify); in SetInlineStyleDeclaration() local
106 document, updateBatch); in SetInlineStyleDeclaration()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsStyledElement.cpp124 mozAutoDocUpdate updateBatch(document, true); in SetInlineStyleDeclaration() local
128 kDontCallAfterSetAttr, document, updateBatch); in SetInlineStyleDeclaration()
H A DText.cpp30 mozAutoDocUpdate updateBatch(document, true); in SplitText() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsStyledElement.cpp123 mozAutoDocUpdate updateBatch(document, true); in SetInlineStyleDeclaration() local
127 kDontCallAfterSetAttr, document, updateBatch); in SetInlineStyleDeclaration()
H A DText.cpp31 mozAutoDocUpdate updateBatch(document, true); in SplitText() local
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsStyledElement.cpp124 mozAutoDocUpdate updateBatch(document, true); in SetInlineStyleDeclaration() local
128 kDontCallAfterSetAttr, document, updateBatch); in SetInlineStyleDeclaration()
H A DText.cpp30 mozAutoDocUpdate updateBatch(document, true); in SplitText() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsStyledElement.cpp124 mozAutoDocUpdate updateBatch(document, true); in SetInlineStyleDeclaration() local
128 kDontCallAfterSetAttr, document, updateBatch); in SetInlineStyleDeclaration()
H A DText.cpp30 mozAutoDocUpdate updateBatch(document, true); in SplitText() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcjx_source.h39 JSE_METHOD(updateBatch);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcjx_source.h39 JSE_METHOD(updateBatch);
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dreservationmanager.h94 void updateBatch(const QString &resId, const QVariant &newRes, const QVariant &oldRes);
H A Dreservationmanager.cpp250 updateBatch(resId, res, oldRes); in updateReservation()
381 updateBatch(resId, res, res); in initialBatchCreate()
385 void ReservationManager::updateBatch(const QString &resId, const QVariant &newRes, const QVariant &… in updateBatch() function in ReservationManager
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DCSSStyleSheet.cpp699 mozAutoDocUpdate updateBatch(doc, UPDATE_STYLE, true); \
1688 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in InsertRuleInternal() local
1785 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in DeleteRuleInternal() local
1828 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in DeleteRuleFromGroup() local
1869 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in InsertRuleIntoGroup() local
1930 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in StyleSheetLoaded() local
1958 mozAutoDocUpdate updateBatch(mDocument, UPDATE_STYLE, true); in ReparseSheet() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/pdfium/fuzzers/dicts/
H A Dpdf_xfa_js.dict119 "updateBatch"

1234