Home
last modified time | relevance | path

Searched refs:aOffset1 (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.h552 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2,
572 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2,
592 const nsINode* aParent1, int64_t aOffset1, const nsINode* aParent2, in ComparePoints_AllowNegativeOffsets() argument
594 if (MOZ_UNLIKELY(aOffset1 < 0 || aOffset2 < 0)) { in ComparePoints_AllowNegativeOffsets()
598 aOffset1 == aOffset2 ? 0 : (aOffset1 < aOffset2 ? -1 : 1); in ComparePoints_AllowNegativeOffsets()
603 if (aOffset1 < 0 && aParent2->IsInclusiveDescendantOf(aParent1)) { in ComparePoints_AllowNegativeOffsets()
614 aParent1, aOffset1 < 0 ? UINT32_MAX : static_cast<uint32_t>(aOffset1), in ComparePoints_AllowNegativeOffsets()
618 return ComparePoints(aParent1, aOffset1, aParent2, aOffset2); in ComparePoints_AllowNegativeOffsets()
H A DnsContentUtils.cpp2641 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2646 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2656 const nsINode* aParent1, uint32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2659 return aOffset1 < aOffset2 ? -1 : aOffset1 > aOffset2 ? 1 : 0; in ComparePoints_Deprecated()
2718 return aOffset1 <= *child2Index ? -1 : 1; in ComparePoints_Deprecated()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/txtsvc/
H A DnsTextServicesDocument.h164 int32_t* aOffset1, nsIDOMNode** aParent2,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.h342 static int32_t ComparePoints(nsINode* aParent1, int32_t aOffset1,
345 static int32_t ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1,
H A DnsContentUtils.cpp2375 nsContentUtils::ComparePoints(nsINode* aParent1, int32_t aOffset1, in ComparePoints() argument
2380 return aOffset1 < aOffset2 ? -1 : in ComparePoints()
2381 aOffset1 > aOffset2 ? 1 : in ComparePoints()
2430 return aOffset1 <= parent->IndexOf(child2) ? -1 : 1; in ComparePoints()
2439 nsContentUtils::ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1, in ComparePoints() argument
2446 return ComparePoints(parent1, aOffset1, parent2, aOffset2); in ComparePoints()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.h496 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
523 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
H A DnsContentUtils.cpp2386 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2391 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2401 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2407 return aOffset1 < aOffset2 ? -1 : aOffset1 > aOffset2 ? 1 : 0; in ComparePoints_Deprecated()
2459 return aOffset1 <= parent->ComputeIndexOf(child2) ? -1 : 1; in ComparePoints_Deprecated()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h453 static int32_t ComparePoints(nsINode* aParent1, int32_t aOffset1,
456 static int32_t ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1,
H A DnsContentUtils.cpp2618 int32_t nsContentUtils::ComparePoints(nsINode* aParent1, int32_t aOffset1, in ComparePoints() argument
2625 return aOffset1 < aOffset2 ? -1 : aOffset1 > aOffset2 ? 1 : 0; in ComparePoints()
2676 return aOffset1 <= parent->ComputeIndexOf(child2) ? -1 : 1; in ComparePoints()
2686 int32_t nsContentUtils::ComparePoints(nsIDOMNode* aParent1, int32_t aOffset1, in ComparePoints() argument
2692 return ComparePoints(parent1, aOffset1, parent2, aOffset2); in ComparePoints()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.h552 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
579 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
H A DnsContentUtils.cpp2663 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2668 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2678 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2684 return aOffset1 < aOffset2 ? -1 : aOffset1 > aOffset2 ? 1 : 0; in ComparePoints_Deprecated()
2736 return aOffset1 <= parent->ComputeIndexOf(child2) ? -1 : 1; in ComparePoints_Deprecated()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.h552 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
579 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2,
H A DnsContentUtils.cpp2663 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints() argument
2668 aParent1, aOffset1, aParent2, aOffset2, &disconnected, aParent1Cache); in ComparePoints()
2678 const nsINode* aParent1, int32_t aOffset1, const nsINode* aParent2, in ComparePoints_Deprecated() argument
2684 return aOffset1 < aOffset2 ? -1 : aOffset1 > aOffset2 ? 1 : 0; in ComparePoints_Deprecated()
2736 return aOffset1 <= parent->ComputeIndexOf(child2) ? -1 : 1; in ComparePoints_Deprecated()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsPresContext.cpp2957 HasOverlap(const LayoutDeviceIntPoint& aOffset1, in HasOverlap() argument
2962 LayoutDeviceIntPoint offsetDelta = aOffset1 - aOffset2; in HasOverlap()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsPresContext.cpp2697 static bool HasOverlap(const LayoutDeviceIntPoint& aOffset1, in HasOverlap() argument
2701 LayoutDeviceIntPoint offsetDelta = aOffset1 - aOffset2; in HasOverlap()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsPresContext.cpp2911 static bool HasOverlap(const LayoutDeviceIntPoint& aOffset1, in HasOverlap() argument
2915 LayoutDeviceIntPoint offsetDelta = aOffset1 - aOffset2; in HasOverlap()