Home
last modified time | relevance | path

Searched refs:aEndBoundary (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DAbstractRange.cpp35 const RawRangeBoundary& aEndBoundary, nsRange* aRange);
47 const RawRangeBoundary& aEndBoundary, StaticRange* aRange);
143 NS_WARN_IF(!aEndBoundary.IsSet())) { in SetStartAndEndInternal()
156 if (aStartBoundary.Container() == aEndBoundary.Container()) { in SetStartAndEndInternal()
157 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
165 *aEndBoundary.Offset( in SetStartAndEndInternal()
167 aRange->DoSetRange(aEndBoundary, aEndBoundary, newStartRoot); in SetStartAndEndInternal()
178 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
184 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
199 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
[all …]
H A DStaticRange.cpp14 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary,
17 const RangeBoundary& aStartBoundary, const RawRangeBoundary& aEndBoundary,
24 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
26 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary);
33 const RawRangeBoundary& aEndBoundary);
35 const RangeBoundary& aEndBoundary,
38 const RawRangeBoundary& aEndBoundary,
41 const RangeBoundary& aEndBoundary,
85 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv) { in Create() argument
88 staticRange->DoSetRange(aStartBoundary, aEndBoundary, nullptr); in Create()
[all …]
H A DRangeUtils.cpp20 const RangeBoundary& aEndBoundary);
22 const RawRangeBoundary& aEndBoundary);
24 const RangeBoundary& aEndBoundary);
26 const RawRangeBoundary& aEndBoundary);
72 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in IsValidPoints() argument
75 NS_WARN_IF(!aEndBoundary.IsSetAndValid())) { in IsValidPoints()
84 ComputeRootNode(aEndBoundary.Container())) { in IsValidPoints()
89 nsContentUtils::ComparePoints(aStartBoundary, aEndBoundary); in IsValidPoints()
H A DStaticRange.h61 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv);
90 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
91 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
107 const RangeBoundaryBase<EPT, ERT>& aEndBoundary,
H A DnsRange.h83 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
162 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
163 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
283 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
386 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
H A DnsRange.cpp62 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
72 const RawRangeBoundary& aEndBoundary);
75 const RangeBoundary& aEndBoundary,
81 const RangeBoundary& aEndBoundary,
165 aRv = range->SetStartAndEnd(aStartBoundary, aEndBoundary); in Create()
852 MOZ_ASSERT(!aEndBoundary.IsSet()); in AssertIfMismatchRootAndRangeBoundaries()
857 MOZ_ASSERT(aEndBoundary.IsSet()); in AssertIfMismatchRootAndRangeBoundaries()
894 aEndBoundary.IsSetAndValid() && aRootNode; in DoSetRange()
896 MOZ_ASSERT_IF(!mIsPositioned, !aEndBoundary.IsSet()); in DoSetRange()
912 mEnd.Container() != aEndBoundary.Container()) && in DoSetRange()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DAbstractRange.cpp35 const RawRangeBoundary& aEndBoundary, nsRange* aRange);
47 const RawRangeBoundary& aEndBoundary, StaticRange* aRange);
141 NS_WARN_IF(!aEndBoundary.IsSet())) { in SetStartAndEndInternal()
154 if (aStartBoundary.Container() == aEndBoundary.Container()) { in SetStartAndEndInternal()
155 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
163 *aEndBoundary.Offset( in SetStartAndEndInternal()
165 aRange->DoSetRange(aEndBoundary, aEndBoundary, newStartRoot); in SetStartAndEndInternal()
176 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
182 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
197 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
[all …]
H A DStaticRange.cpp15 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary,
18 const RangeBoundary& aStartBoundary, const RawRangeBoundary& aEndBoundary,
25 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
27 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary);
34 const RawRangeBoundary& aEndBoundary);
36 const RangeBoundary& aEndBoundary,
39 const RawRangeBoundary& aEndBoundary,
42 const RangeBoundary& aEndBoundary,
86 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv) { in Create() argument
89 staticRange->DoSetRange(aStartBoundary, aEndBoundary, nullptr); in Create()
[all …]
H A DRangeUtils.cpp19 const RangeBoundary& aEndBoundary);
21 const RawRangeBoundary& aEndBoundary);
23 const RangeBoundary& aEndBoundary);
25 const RawRangeBoundary& aEndBoundary);
71 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in IsValidPoints() argument
74 NS_WARN_IF(!aEndBoundary.IsSetAndValid())) { in IsValidPoints()
83 ComputeRootNode(aEndBoundary.Container())) { in IsValidPoints()
88 nsContentUtils::ComparePoints(aStartBoundary, aEndBoundary); in IsValidPoints()
H A DStaticRange.h60 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv);
89 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
90 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
106 const RangeBoundaryBase<EPT, ERT>& aEndBoundary,
H A DnsRange.cpp61 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
71 const RawRangeBoundary& aEndBoundary);
74 const RangeBoundary& aEndBoundary,
77 const RawRangeBoundary& aEndBoundary,
80 const RangeBoundary& aEndBoundary,
83 const RawRangeBoundary& aEndBoundary,
164 aRv = range->SetStartAndEnd(aStartBoundary, aEndBoundary); in Create()
842 aEndBoundary.IsSetAndValid() && aRootNode; in DoSetRange()
858 aEndBoundary.Container()->IsContent() && in DoSetRange()
880 mEnd.Container() != aEndBoundary.Container()) && in DoSetRange()
[all …]
H A DnsRange.h83 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
162 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
163 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
380 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
/dports/www/firefox/firefox-99.0/dom/base/
H A DAbstractRange.cpp35 const RawRangeBoundary& aEndBoundary, nsRange* aRange);
47 const RawRangeBoundary& aEndBoundary, StaticRange* aRange);
143 NS_WARN_IF(!aEndBoundary.IsSet())) { in SetStartAndEndInternal()
156 if (aStartBoundary.Container() == aEndBoundary.Container()) { in SetStartAndEndInternal()
157 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
165 *aEndBoundary.Offset( in SetStartAndEndInternal()
167 aRange->DoSetRange(aEndBoundary, aEndBoundary, newStartRoot); in SetStartAndEndInternal()
178 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
184 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
199 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
[all …]
H A DStaticRange.cpp14 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary,
17 const RangeBoundary& aStartBoundary, const RawRangeBoundary& aEndBoundary,
24 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
26 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary);
33 const RawRangeBoundary& aEndBoundary);
35 const RangeBoundary& aEndBoundary,
38 const RawRangeBoundary& aEndBoundary,
41 const RangeBoundary& aEndBoundary,
85 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv) { in Create() argument
88 staticRange->DoSetRange(aStartBoundary, aEndBoundary, nullptr); in Create()
[all …]
H A DRangeUtils.cpp20 const RangeBoundary& aEndBoundary);
22 const RawRangeBoundary& aEndBoundary);
24 const RangeBoundary& aEndBoundary);
26 const RawRangeBoundary& aEndBoundary);
72 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in IsValidPoints() argument
75 NS_WARN_IF(!aEndBoundary.IsSetAndValid())) { in IsValidPoints()
84 ComputeRootNode(aEndBoundary.Container())) { in IsValidPoints()
89 nsContentUtils::ComparePoints(aStartBoundary, aEndBoundary); in IsValidPoints()
H A DStaticRange.h61 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv);
90 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
91 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
107 const RangeBoundaryBase<EPT, ERT>& aEndBoundary,
H A DnsRange.h83 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
162 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
163 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
283 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
386 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
H A DnsRange.cpp62 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
72 const RawRangeBoundary& aEndBoundary);
75 const RangeBoundary& aEndBoundary,
81 const RangeBoundary& aEndBoundary,
165 aRv = range->SetStartAndEnd(aStartBoundary, aEndBoundary); in Create()
855 MOZ_ASSERT(!aEndBoundary.IsSet()); in AssertIfMismatchRootAndRangeBoundaries()
860 MOZ_ASSERT(aEndBoundary.IsSet()); in AssertIfMismatchRootAndRangeBoundaries()
897 aEndBoundary.IsSetAndValid() && aRootNode; in DoSetRange()
899 MOZ_ASSERT_IF(!mIsPositioned, !aEndBoundary.IsSet()); in DoSetRange()
915 mEnd.Container() != aEndBoundary.Container()) && in DoSetRange()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DAbstractRange.cpp35 const RawRangeBoundary& aEndBoundary, nsRange* aRange);
47 const RawRangeBoundary& aEndBoundary, StaticRange* aRange);
143 NS_WARN_IF(!aEndBoundary.IsSet())) { in SetStartAndEndInternal()
156 if (aStartBoundary.Container() == aEndBoundary.Container()) { in SetStartAndEndInternal()
157 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
165 *aEndBoundary.Offset( in SetStartAndEndInternal()
167 aRange->DoSetRange(aEndBoundary, aEndBoundary, newStartRoot); in SetStartAndEndInternal()
178 if (!aEndBoundary.IsSetAndValid()) { in SetStartAndEndInternal()
184 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
199 aRange->DoSetRange(aEndBoundary, aEndBoundary, newEndRoot); in SetStartAndEndInternal()
[all …]
H A DStaticRange.cpp14 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary,
17 const RangeBoundary& aStartBoundary, const RawRangeBoundary& aEndBoundary,
24 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
26 const RangeBoundary& aStartBoundary, const RangeBoundary& aEndBoundary);
33 const RawRangeBoundary& aEndBoundary);
35 const RangeBoundary& aEndBoundary,
38 const RawRangeBoundary& aEndBoundary,
41 const RangeBoundary& aEndBoundary,
85 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv) { in Create() argument
88 staticRange->DoSetRange(aStartBoundary, aEndBoundary, nullptr); in Create()
[all …]
H A DRangeUtils.cpp20 const RangeBoundary& aEndBoundary);
22 const RawRangeBoundary& aEndBoundary);
24 const RangeBoundary& aEndBoundary);
26 const RawRangeBoundary& aEndBoundary);
72 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in IsValidPoints() argument
75 NS_WARN_IF(!aEndBoundary.IsSetAndValid())) { in IsValidPoints()
84 ComputeRootNode(aEndBoundary.Container())) { in IsValidPoints()
89 nsContentUtils::ComparePoints(aStartBoundary, aEndBoundary); in IsValidPoints()
H A DStaticRange.h61 const RangeBoundaryBase<EPT, ERT>& aEndBoundary, ErrorResult& aRv);
90 const RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
91 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
107 const RangeBoundaryBase<EPT, ERT>& aEndBoundary,
H A DnsRange.h83 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
162 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary) { in SetStartAndEnd() argument
163 return AbstractRange::SetStartAndEndInternal(aStartBoundary, aEndBoundary, in SetStartAndEnd()
283 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
386 const mozilla::RangeBoundaryBase<EPT, ERT>& aEndBoundary,
H A DnsRange.cpp62 const RawRangeBoundary& aEndBoundary, ErrorResult& aRv);
72 const RawRangeBoundary& aEndBoundary);
75 const RangeBoundary& aEndBoundary,
81 const RangeBoundary& aEndBoundary,
165 aRv = range->SetStartAndEnd(aStartBoundary, aEndBoundary); in Create()
852 MOZ_ASSERT(!aEndBoundary.IsSet()); in AssertIfMismatchRootAndRangeBoundaries()
857 MOZ_ASSERT(aEndBoundary.IsSet()); in AssertIfMismatchRootAndRangeBoundaries()
894 aEndBoundary.IsSetAndValid() && aRootNode; in DoSetRange()
896 MOZ_ASSERT_IF(!mIsPositioned, !aEndBoundary.IsSet()); in DoSetRange()
912 mEnd.Container() != aEndBoundary.Container()) && in DoSetRange()
[all …]
/dports/www/firefox/firefox-99.0/editor/spellchecker/
H A DFilteredContentIterator.cpp85 const RawRangeBoundary& aEndBoundary) { in Init() argument
87 nsRange::Create(aStartBoundary, aEndBoundary, IgnoreErrors()); in Init()
93 MOZ_ASSERT(range->EndRef() == aEndBoundary); in Init()

12