Home
last modified time | relevance | path

Searched refs:anchorFrame (Results 1 – 18 of 18) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DAccessibleCaretManager.cpp1289 nsIFrame* anchorFrame = nullptr; in StartSelectionAutoScrollTimer() local
1290 selection->GetPrimaryFrameForAnchorNode(&anchorFrame); in StartSelectionAutoScrollTimer()
1291 if (!anchorFrame) { in StartSelectionAutoScrollTimer()
1296 anchorFrame, nsLayoutUtils::SCROLLABLE_SAME_DOC | in StartSelectionAutoScrollTimer()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DAccessibleCaretManager.cpp1361 nsIFrame* anchorFrame = nullptr; in StartSelectionAutoScrollTimer() local
1362 selection->GetPrimaryFrameForAnchorNode(&anchorFrame); in StartSelectionAutoScrollTimer()
1363 if (!anchorFrame) { in StartSelectionAutoScrollTimer()
1368 anchorFrame, nsLayoutUtils::SCROLLABLE_SAME_DOC | in StartSelectionAutoScrollTimer()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DAccessibleCaretManager.cpp1239 nsIFrame* anchorFrame = nullptr; in DragCaretInternal() local
1240 selection->GetPrimaryFrameForAnchorNode(&anchorFrame); in DragCaretInternal()
1243 nsLayoutUtils::GetClosestFrameOfType(anchorFrame, nsGkAtoms::scrollFrame); in DragCaretInternal()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DAccessibleCaretManager.cpp1389 nsIFrame* anchorFrame = selection->GetPrimaryFrameForAnchorNode(); in StartSelectionAutoScrollTimer() local
1390 if (!anchorFrame) { in StartSelectionAutoScrollTimer()
1395 anchorFrame, nsLayoutUtils::SCROLLABLE_SAME_DOC | in StartSelectionAutoScrollTimer()
/dports/www/firefox/firefox-99.0/layout/base/
H A DAccessibleCaretManager.cpp1395 nsIFrame* anchorFrame = selection->GetPrimaryFrameForAnchorNode(); in StartSelectionAutoScrollTimer() local
1396 if (!anchorFrame) { in StartSelectionAutoScrollTimer()
1401 anchorFrame, nsLayoutUtils::SCROLLABLE_SAME_DOC | in StartSelectionAutoScrollTimer()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DAccessibleCaretManager.cpp1389 nsIFrame* anchorFrame = selection->GetPrimaryFrameForAnchorNode(); in StartSelectionAutoScrollTimer() local
1390 if (!anchorFrame) { in StartSelectionAutoScrollTimer()
1395 anchorFrame, nsLayoutUtils::SCROLLABLE_SAME_DOC | in StartSelectionAutoScrollTimer()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_decode_av1.cpp499 …PDDI_MEDIA_SURFACE anchorFrame = DdiMedia_GetSurfaceFromVASurfaceID(m_ddiDecodeCtx->pMediaCtx, anc… in SetDecodeParams() local
501 DdiMedia_MediaSurfaceToMosResource(anchorFrame, &(anchorFrameList[i].OsResource)); in SetDecodeParams()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DSelection.cpp2809 nsIFrame* anchorFrame = GetSelectionEndPointGeometry( in GetSelectionAnchorGeometry() local
2811 if (!anchorFrame) return nullptr; in GetSelectionAnchorGeometry()
2818 NS_ASSERTION(anchorFrame->PresContext() == focusFrame->PresContext(), in GetSelectionAnchorGeometry()
2821 focusRect += focusFrame->GetOffsetTo(anchorFrame); in GetSelectionAnchorGeometry()
2824 return anchorFrame; in GetSelectionAnchorGeometry()
/dports/www/firefox/firefox-99.0/dom/base/
H A DSelection.cpp2858 nsIFrame* anchorFrame = GetSelectionEndPointGeometry( in GetSelectionAnchorGeometry() local
2860 if (!anchorFrame) return nullptr; in GetSelectionAnchorGeometry()
2867 NS_ASSERTION(anchorFrame->PresContext() == focusFrame->PresContext(), in GetSelectionAnchorGeometry()
2870 focusRect += focusFrame->GetOffsetTo(anchorFrame); in GetSelectionAnchorGeometry()
2873 return anchorFrame; in GetSelectionAnchorGeometry()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DSelection.cpp2790 nsIFrame* anchorFrame = GetSelectionEndPointGeometry( in GetSelectionAnchorGeometry() local
2792 if (!anchorFrame) return nullptr; in GetSelectionAnchorGeometry()
2799 NS_ASSERTION(anchorFrame->PresContext() == focusFrame->PresContext(), in GetSelectionAnchorGeometry()
2802 focusRect += focusFrame->GetOffsetTo(anchorFrame); in GetSelectionAnchorGeometry()
2805 return anchorFrame; in GetSelectionAnchorGeometry()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DSelection.cpp2790 nsIFrame* anchorFrame = GetSelectionEndPointGeometry( in GetSelectionAnchorGeometry() local
2792 if (!anchorFrame) return nullptr; in GetSelectionAnchorGeometry()
2799 NS_ASSERTION(anchorFrame->PresContext() == focusFrame->PresContext(), in GetSelectionAnchorGeometry()
2802 focusRect += focusFrame->GetOffsetTo(anchorFrame); in GetSelectionAnchorGeometry()
2805 return anchorFrame; in GetSelectionAnchorGeometry()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DSelection.cpp3161 nsIFrame* anchorFrame = GetSelectionEndPointGeometry( in GetSelectionAnchorGeometry() local
3163 if (!anchorFrame) return nullptr; in GetSelectionAnchorGeometry()
3170 NS_ASSERTION(anchorFrame->PresContext() == focusFrame->PresContext(), in GetSelectionAnchorGeometry()
3173 focusRect += focusFrame->GetOffsetTo(anchorFrame); in GetSelectionAnchorGeometry()
3176 return anchorFrame; in GetSelectionAnchorGeometry()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/
H A DnsMenuPopupFrame.cpp2457 nsIFrame* anchorFrame = mAnchorContent->GetPrimaryFrame(); in ShouldFollowAnchor() local
2458 if (anchorFrame) { in ShouldFollowAnchor()
2461 aRect = ComputeAnchorRect(rootPresContext, anchorFrame); in ShouldFollowAnchor()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/
H A DnsMenuPopupFrame.cpp2474 nsIFrame* anchorFrame = mAnchorContent->GetPrimaryFrame(); in ShouldFollowAnchor() local
2475 if (anchorFrame) { in ShouldFollowAnchor()
2478 aRect = ComputeAnchorRect(rootPresContext, anchorFrame); in ShouldFollowAnchor()
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/
H A DnsMenuPopupFrame.cpp2565 nsIFrame* anchorFrame = mAnchorContent->GetPrimaryFrame(); in ShouldFollowAnchor() local
2566 if (anchorFrame) { in ShouldFollowAnchor()
2569 aRect = ComputeAnchorRect(rootPresContext, anchorFrame); in ShouldFollowAnchor()
/dports/www/firefox/firefox-99.0/layout/xul/
H A DnsMenuPopupFrame.cpp2559 nsIFrame* anchorFrame = mAnchorContent->GetPrimaryFrame(); in ShouldFollowAnchor() local
2560 if (anchorFrame) { in ShouldFollowAnchor()
2563 aRect = ComputeAnchorRect(rootPresContext, anchorFrame); in ShouldFollowAnchor()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/
H A DnsMenuPopupFrame.cpp2565 nsIFrame* anchorFrame = mAnchorContent->GetPrimaryFrame(); in ShouldFollowAnchor() local
2566 if (anchorFrame) { in ShouldFollowAnchor()
2569 aRect = ComputeAnchorRect(rootPresContext, anchorFrame); in ShouldFollowAnchor()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsSelection.cpp5967 nsIFrame* anchorFrame = GetSelectionEndPointGeometry( in GetSelectionAnchorGeometry() local
5969 if (!anchorFrame) in GetSelectionAnchorGeometry()
5978 NS_ASSERTION(anchorFrame->PresContext() == focusFrame->PresContext(), in GetSelectionAnchorGeometry()
5981 focusRect += focusFrame->GetOffsetTo(anchorFrame); in GetSelectionAnchorGeometry()
5984 return anchorFrame; in GetSelectionAnchorGeometry()