Home
last modified time | relevance | path

Searched refs:aNotify (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLOptGroupElement.cpp67 bool aNotify) { in InsertChildBefore() argument
71 nsGenericHTMLElement::InsertChildBefore(aKid, aBeforeThis, aNotify); in InsertChildBefore()
80 bool aNotify) { in InsertChildAt_Deprecated() argument
91 bool aNotify) { in RemoveChildAt_Deprecated() argument
93 aNotify); in RemoveChildAt_Deprecated()
94 nsGenericHTMLElement::RemoveChildAt_Deprecated(aIndex, aNotify); in RemoveChildAt_Deprecated()
99 ComputeIndexOf(aKid), aNotify); in RemoveChildNode()
100 nsGenericHTMLElement::RemoveChildNode(aKid, aNotify); in RemoveChildNode()
107 bool aNotify) { in AfterSetAttr() argument
120 ToggleStates(changedStates, aNotify); in AfterSetAttr()
[all …]
H A DHTMLSelectElement.cpp59 mNotify(aNotify), in NS_IMPL_ISUPPORTS()
190 aKid, aBeforeThis, aNotify); in InsertChildBefore()
202 aKid, aIndex, aNotify); in InsertChildAt_Deprecated()
367 UpdateState(aNotify); in RemoveOptionsFromList()
652 if (aNotify) { in SetSelectedIndexInternal()
701 UpdateState(aNotify); in OnOptionSelected()
1025 UpdateState(aNotify); in SelectSomething()
1071 if (aNotify) { in BeforeSetAttr()
1117 if (!aValue && aNotify) { in AfterSetAttr()
1610 UpdateState(aNotify); in FieldSetDisabledChanged()
[all …]
H A DHTMLFieldSetElement.cpp70 bool aNotify) { in AfterSetAttr() argument
74 UpdateDisabledState(aNotify); in AfterSetAttr()
85 ->FieldSetDisabledChanged(aNotify); in AfterSetAttr()
128 bool aNotify) { in InsertChildBefore() argument
152 NotifyElementsForFirstLegendChange(aNotify); in InsertChildBefore()
178 aChild, aIndex, aNotify); in InsertChildAt_Deprecated()
182 NotifyElementsForFirstLegendChange(aNotify); in InsertChildAt_Deprecated()
209 NotifyElementsForFirstLegendChange(aNotify); in RemoveChildAt_Deprecated()
230 nsGenericHTMLFormElement::RemoveChildNode(aKid, aNotify); in RemoveChildNode()
233 NotifyElementsForFirstLegendChange(aNotify); in RemoveChildNode()
[all …]
H A DHTMLSelectElement.h244 bool aNotify) override;
257 virtual void FieldSetDisabledChanged(bool aNotify) override;
283 bool aNotify);
319 bool aNotify) override;
324 bool aNotify) override;
394 void FindSelectedIndex(int32_t aStartIndex, bool aNotify);
399 bool SelectSomething(bool aNotify);
405 bool CheckSelectSomething(bool aNotify);
433 int32_t aDepth, bool aNotify);
494 void RebuildOptionsArray(bool aNotify);
[all …]
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLSelectElement.cpp55 mNotify(aNotify) { in SafeOptionListMutation()
274 CheckSelectSomething(aNotify); in InsertOptionsIntoList()
347 UpdateState(aNotify); in RemoveOptionsFromList()
627 if (aNotify) { in SetSelectedIndexInternal()
673 UpdateState(aNotify); in OnOptionSelected()
996 UpdateState(aNotify); in SelectSomething()
1040 if (aNotify) { in BeforeSetAttr()
1086 if (!aValue && aNotify) { in AfterSetAttr()
1455 FindSelectedIndex(0, aNotify); in RebuildOptionsArray()
1546 UpdateState(aNotify); in FieldSetDisabledChanged()
[all …]
H A DHTMLOptGroupElement.cpp61 bool aNotify, ErrorResult& aRv) { in InsertChildBefore() argument
64 SafeOptionListMutation safeMutation(GetSelect(), this, aKid, index, aNotify); in InsertChildBefore()
65 nsGenericHTMLElement::InsertChildBefore(aKid, aBeforeThis, aNotify, aRv); in InsertChildBefore()
71 void HTMLOptGroupElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in RemoveChildNode() argument
73 *ComputeIndexOf(aKid), aNotify); in RemoveChildNode()
74 nsGenericHTMLElement::RemoveChildNode(aKid, aNotify); in RemoveChildNode()
81 bool aNotify) { in AfterSetAttr() argument
94 ToggleStates(changedStates, aNotify); in AfterSetAttr()
108 aNameSpaceID, aName, aValue, aOldValue, aSubjectPrincipal, aNotify); in AfterSetAttr()
H A DHTMLSelectElement.h214 virtual void FieldSetDisabledChanged(bool aNotify) override;
240 bool aNotify);
274 bool aNotify) override;
279 bool aNotify) override;
348 void FindSelectedIndex(int32_t aStartIndex, bool aNotify);
353 bool SelectSomething(bool aNotify);
359 bool CheckSelectSomething(bool aNotify);
387 int32_t aDepth, bool aNotify);
448 void RebuildOptionsArray(bool aNotify);
454 void SetSelectedIndexInternal(int32_t aIndex, bool aNotify);
[all …]
H A DHTMLEmbedElement.cpp92 bool aNotify) { in AfterSetAttr() argument
94 nsresult rv = AfterMaybeChangeAttr(aNamespaceID, aName, aNotify); in AfterSetAttr()
106 aNamespaceID, aName, aValue, aOldValue, aSubjectPrincipal, aNotify); in AfterSetAttr()
111 bool aNotify) { in OnAttrSetButNotChanged() argument
112 nsresult rv = AfterMaybeChangeAttr(aNamespaceID, aName, aNotify); in OnAttrSetButNotChanged()
116 aValue, aNotify); in OnAttrSetButNotChanged()
120 nsAtom* aName, bool aNotify) { in AfterMaybeChangeAttr() argument
133 [self = RefPtr<HTMLEmbedElement>(this), aNotify]() { in AfterMaybeChangeAttr()
135 self->LoadObject(aNotify, true); in AfterMaybeChangeAttr()
225 void HTMLEmbedElement::StartObjectLoad(bool aNotify, bool aForceLoad) { in StartObjectLoad() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLSelectElement.cpp55 mNotify(aNotify), in SafeOptionListMutation()
273 CheckSelectSomething(aNotify); in InsertOptionsIntoList()
346 UpdateState(aNotify); in RemoveOptionsFromList()
626 if (aNotify) { in SetSelectedIndexInternal()
672 UpdateState(aNotify); in OnOptionSelected()
995 UpdateState(aNotify); in SelectSomething()
1039 if (aNotify) { in BeforeSetAttr()
1085 if (!aValue && aNotify) { in AfterSetAttr()
1472 FindSelectedIndex(0, aNotify); in RebuildOptionsArray()
1562 UpdateState(aNotify); in FieldSetDisabledChanged()
[all …]
H A DHTMLOptGroupElement.cpp60 bool aNotify, ErrorResult& aRv) { in InsertChildBefore() argument
62 SafeOptionListMutation safeMutation(GetSelect(), this, aKid, index, aNotify); in InsertChildBefore()
63 nsGenericHTMLElement::InsertChildBefore(aKid, aBeforeThis, aNotify, aRv); in InsertChildBefore()
69 void HTMLOptGroupElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in RemoveChildNode() argument
71 ComputeIndexOf(aKid), aNotify); in RemoveChildNode()
72 nsGenericHTMLElement::RemoveChildNode(aKid, aNotify); in RemoveChildNode()
79 bool aNotify) { in AfterSetAttr() argument
92 ToggleStates(changedStates, aNotify); in AfterSetAttr()
106 aNameSpaceID, aName, aValue, aOldValue, aSubjectPrincipal, aNotify); in AfterSetAttr()
H A DHTMLSelectElement.h213 virtual void FieldSetDisabledChanged(bool aNotify) override;
239 bool aNotify);
273 bool aNotify) override;
278 bool aNotify) override;
347 void FindSelectedIndex(int32_t aStartIndex, bool aNotify);
352 bool SelectSomething(bool aNotify);
358 bool CheckSelectSomething(bool aNotify);
386 int32_t aDepth, bool aNotify);
447 void RebuildOptionsArray(bool aNotify);
453 void SetSelectedIndexInternal(int32_t aIndex, bool aNotify);
[all …]
H A DHTMLEmbedElement.cpp92 bool aNotify) { in AfterSetAttr() argument
94 nsresult rv = AfterMaybeChangeAttr(aNamespaceID, aName, aNotify); in AfterSetAttr()
106 aNamespaceID, aName, aValue, aOldValue, aSubjectPrincipal, aNotify); in AfterSetAttr()
111 bool aNotify) { in OnAttrSetButNotChanged() argument
112 nsresult rv = AfterMaybeChangeAttr(aNamespaceID, aName, aNotify); in OnAttrSetButNotChanged()
116 aValue, aNotify); in OnAttrSetButNotChanged()
120 nsAtom* aName, bool aNotify) { in AfterMaybeChangeAttr() argument
133 [self = RefPtr<HTMLEmbedElement>(this), aNotify]() { in AfterMaybeChangeAttr()
135 self->LoadObject(aNotify, true); in AfterMaybeChangeAttr()
225 void HTMLEmbedElement::StartObjectLoad(bool aNotify, bool aForceLoad) { in StartObjectLoad() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLSelectElement.cpp56 mNotify(aNotify), in SafeOptionListMutation()
189 aKid, aBeforeThis, aNotify); in InsertChildBefore()
275 CheckSelectSomething(aNotify); in InsertOptionsIntoList()
348 UpdateState(aNotify); in RemoveOptionsFromList()
628 if (aNotify) { in SetSelectedIndexInternal()
674 UpdateState(aNotify); in OnOptionSelected()
997 UpdateState(aNotify); in SelectSomething()
1041 if (aNotify) { in BeforeSetAttr()
1087 if (!aValue && aNotify) { in AfterSetAttr()
1573 UpdateState(aNotify); in FieldSetDisabledChanged()
[all …]
H A DHTMLOptGroupElement.cpp61 bool aNotify) { in InsertChildBefore() argument
63 SafeOptionListMutation safeMutation(GetSelect(), this, aKid, index, aNotify); in InsertChildBefore()
65 nsGenericHTMLElement::InsertChildBefore(aKid, aBeforeThis, aNotify); in InsertChildBefore()
72 void HTMLOptGroupElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in RemoveChildNode() argument
74 ComputeIndexOf(aKid), aNotify); in RemoveChildNode()
75 nsGenericHTMLElement::RemoveChildNode(aKid, aNotify); in RemoveChildNode()
82 bool aNotify) { in AfterSetAttr() argument
95 ToggleStates(changedStates, aNotify); in AfterSetAttr()
109 aNameSpaceID, aName, aValue, aOldValue, aSubjectPrincipal, aNotify); in AfterSetAttr()
H A DHTMLSelectElement.h203 bool aNotify) override;
213 virtual void FieldSetDisabledChanged(bool aNotify) override;
239 bool aNotify);
273 bool aNotify) override;
278 bool aNotify) override;
347 void FindSelectedIndex(int32_t aStartIndex, bool aNotify);
352 bool SelectSomething(bool aNotify);
358 bool CheckSelectSomething(bool aNotify);
386 int32_t aDepth, bool aNotify);
447 void RebuildOptionsArray(bool aNotify);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLSelectElement.cpp55 mNotify(aNotify), in SafeOptionListMutation()
273 CheckSelectSomething(aNotify); in InsertOptionsIntoList()
346 UpdateState(aNotify); in RemoveOptionsFromList()
626 if (aNotify) { in SetSelectedIndexInternal()
672 UpdateState(aNotify); in OnOptionSelected()
995 UpdateState(aNotify); in SelectSomething()
1039 if (aNotify) { in BeforeSetAttr()
1085 if (!aValue && aNotify) { in AfterSetAttr()
1472 FindSelectedIndex(0, aNotify); in RebuildOptionsArray()
1562 UpdateState(aNotify); in FieldSetDisabledChanged()
[all …]
H A DHTMLOptGroupElement.cpp60 bool aNotify, ErrorResult& aRv) { in InsertChildBefore() argument
62 SafeOptionListMutation safeMutation(GetSelect(), this, aKid, index, aNotify); in InsertChildBefore()
63 nsGenericHTMLElement::InsertChildBefore(aKid, aBeforeThis, aNotify, aRv); in InsertChildBefore()
69 void HTMLOptGroupElement::RemoveChildNode(nsIContent* aKid, bool aNotify) { in RemoveChildNode() argument
71 ComputeIndexOf(aKid), aNotify); in RemoveChildNode()
72 nsGenericHTMLElement::RemoveChildNode(aKid, aNotify); in RemoveChildNode()
79 bool aNotify) { in AfterSetAttr() argument
92 ToggleStates(changedStates, aNotify); in AfterSetAttr()
106 aNameSpaceID, aName, aValue, aOldValue, aSubjectPrincipal, aNotify); in AfterSetAttr()
H A DHTMLSelectElement.h213 virtual void FieldSetDisabledChanged(bool aNotify) override;
239 bool aNotify);
273 bool aNotify) override;
278 bool aNotify) override;
347 void FindSelectedIndex(int32_t aStartIndex, bool aNotify);
352 bool SelectSomething(bool aNotify);
358 bool CheckSelectSomething(bool aNotify);
386 int32_t aDepth, bool aNotify);
447 void RebuildOptionsArray(bool aNotify);
453 void SetSelectedIndexInternal(int32_t aIndex, bool aNotify);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/addrbook/src/
H A DnsAbOSXCard.mm29 bool aNotify, nsIAbManager* aAbManager) {
34 if (!aNotify) {
46 SetStringProperty(aCard, value, aMemberName, aNotify, aAbManager);
82 bool aNotify, nsIAbManager* aAbManager) {
173 nsresult nsAbOSXCard::Update(bool aNotify) {
184 if (aNotify) {
231 SET_STRING(company, DisplayName, aNotify, abManager);
261 SET_STRING(displayName, DisplayName, aNotify, abManager);
310 SET_STRING(imValue, _AimScreenName, aNotify, abManager);
325 if (date) MAP_DATE(date, Birth, aNotify, abManager);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLSelectElement.cpp299 CheckSelectSomething(aNotify); in InsertOptionsIntoList()
375 UpdateState(aNotify); in RemoveOptionsFromList()
779 if (aNotify) { in SetSelectedIndexInternal()
791 SetSelectionChanged(true, aNotify); in SetSelectedIndexInternal()
848 UpdateState(aNotify); in OnOptionSelected()
855 SetSelectionChanged(true, aNotify); in FindSelectedIndex()
1230 UpdateState(aNotify); in SelectSomething()
1303 UpdateState(aNotify); in AfterSetAttr()
1335 CheckSelectSomething(aNotify); in UnsetAttr()
1763 FindSelectedIndex(0, aNotify); in RebuildOptionsArray()
[all …]
H A DHTMLSelectElement.h287 bool aNotify) override;
315 bool aNotify);
327 bool aNotify);
382 bool aNotify) override;
460 bool SelectSomething(bool aNotify);
466 bool CheckSelectSomething(bool aNotify);
482 bool aNotify);
499 bool aNotify);
509 bool aNotify);
563 void RebuildOptionsArray(bool aNotify);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDirectionalityUtils.cpp478 aElement->SetDirectionality(textNodeDir, aNotify); in WalkDescendantsSetDirectionFromText()
484 aElement->SetDirectionality(eDir_LTR, aNotify); in WalkDescendantsSetDirectionFromText()
701 aElement->SetDirectionality(dir, aNotify); in RecomputeDirectionality()
745 element->SetDirectionality(aDir, aNotify); in SetDirectionalityOnDescendantsInternal()
753 bool aNotify) { in SetDirectionalityOnDescendants() argument
777 aNotify); in ResetAutoDirection()
1066 bool aNotify) { in TextNodeChangedDirection() argument
1122 bool aNotify) { in SetDirectionalityFromValue() argument
1129 aElement->SetDirectionality(dir, aNotify); in SetDirectionalityFromValue()
1170 WalkDescendantsSetDirAuto(aElement, aNotify); in OnSetDirAttr()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDirectionalityUtils.cpp478 aElement->SetDirectionality(textNodeDir, aNotify); in WalkDescendantsSetDirectionFromText()
484 aElement->SetDirectionality(eDir_LTR, aNotify); in WalkDescendantsSetDirectionFromText()
701 aElement->SetDirectionality(dir, aNotify); in RecomputeDirectionality()
745 element->SetDirectionality(aDir, aNotify); in SetDirectionalityOnDescendantsInternal()
753 bool aNotify) { in SetDirectionalityOnDescendants() argument
777 aNotify); in ResetAutoDirection()
1100 bool aNotify) { in TextNodeChangedDirection() argument
1156 bool aNotify) { in SetDirectionalityFromValue() argument
1163 aElement->SetDirectionality(dir, aNotify); in SetDirectionalityFromValue()
1204 WalkDescendantsSetDirAuto(aElement, aNotify); in OnSetDirAttr()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDirectionalityUtils.cpp478 aElement->SetDirectionality(textNodeDir, aNotify); in WalkDescendantsSetDirectionFromText()
484 aElement->SetDirectionality(eDir_LTR, aNotify); in WalkDescendantsSetDirectionFromText()
701 aElement->SetDirectionality(dir, aNotify); in RecomputeDirectionality()
745 element->SetDirectionality(aDir, aNotify); in SetDirectionalityOnDescendantsInternal()
753 bool aNotify) { in SetDirectionalityOnDescendants() argument
777 aNotify); in ResetAutoDirection()
1100 bool aNotify) { in TextNodeChangedDirection() argument
1156 bool aNotify) { in SetDirectionalityFromValue() argument
1163 aElement->SetDirectionality(dir, aNotify); in SetDirectionalityFromValue()
1204 WalkDescendantsSetDirAuto(aElement, aNotify); in OnSetDirAttr()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DDirectionalityUtils.cpp479 aElement->SetDirectionality(textNodeDir, aNotify); in WalkDescendantsSetDirectionFromText()
485 aElement->SetDirectionality(eDir_LTR, aNotify); in WalkDescendantsSetDirectionFromText()
702 aElement->SetDirectionality(dir, aNotify); in RecomputeDirectionality()
746 element->SetDirectionality(aDir, aNotify); in SetDirectionalityOnDescendantsInternal()
754 bool aNotify) { in SetDirectionalityOnDescendants() argument
778 aNotify); in ResetAutoDirection()
1101 bool aNotify) { in TextNodeChangedDirection() argument
1157 bool aNotify) { in SetDirectionalityFromValue() argument
1164 aElement->SetDirectionality(dir, aNotify); in SetDirectionalityFromValue()
1205 WalkDescendantsSetDirAuto(aElement, aNotify); in OnSetDirAttr()
[all …]

12345678910>>...39