Home
last modified time | relevance | path

Searched refs:caretFrame (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DHyperTextAccessible.cpp1398 nsIFrame* caretFrame = frameSelection->GetFrameForNodeOffset( in CaretLineNumber() local
1400 NS_ENSURE_TRUE(caretFrame, -1); in CaretLineNumber()
1405 while (caretFrame) { in CaretLineNumber()
1406 if (hyperTextContent == caretFrame->GetContent()) { in CaretLineNumber()
1410 nsContainerFrame* parentFrame = caretFrame->GetParent(); in CaretLineNumber()
1415 while (sibling && sibling != caretFrame) { in CaretLineNumber()
1430 int32_t addLines = lineIterForCaret->FindLineContaining(caretFrame); in CaretLineNumber()
1435 caretFrame = parentFrame; in CaretLineNumber()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DHyperTextAccessible.cpp1373 nsIFrame* caretFrame = frameSelection->GetFrameForNodeOffset( in CaretLineNumber() local
1375 NS_ENSURE_TRUE(caretFrame, -1); in CaretLineNumber()
1380 while (caretFrame) { in CaretLineNumber()
1381 if (hyperTextContent == caretFrame->GetContent()) { in CaretLineNumber()
1385 nsContainerFrame* parentFrame = caretFrame->GetParent(); in CaretLineNumber()
1390 while (sibling && sibling != caretFrame) { in CaretLineNumber()
1405 int32_t addLines = lineIterForCaret->FindLineContaining(caretFrame); in CaretLineNumber()
1410 caretFrame = parentFrame; in CaretLineNumber()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DHyperTextAccessible.cpp1461 nsIFrame *caretFrame = frameSelection->GetFrameForNodeOffset(caretContent, caretOffset, in CaretLineNumber() local
1463 NS_ENSURE_TRUE(caretFrame, -1); in CaretLineNumber()
1468 while (caretFrame) { in CaretLineNumber()
1469 if (hyperTextContent == caretFrame->GetContent()) { in CaretLineNumber()
1472 nsContainerFrame *parentFrame = caretFrame->GetParent(); in CaretLineNumber()
1478 while (sibling && sibling != caretFrame) { in CaretLineNumber()
1493 int32_t addLines = lineIterForCaret->FindLineContaining(caretFrame); in CaretLineNumber()
1498 caretFrame = parentFrame; in CaretLineNumber()
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible.cpp1717 nsIFrame* caretFrame = frameSelection->GetFrameForNodeOffset( in CaretLineNumber() local
1719 NS_ENSURE_TRUE(caretFrame, -1); in CaretLineNumber()
1724 while (caretFrame) { in CaretLineNumber()
1725 if (hyperTextContent == caretFrame->GetContent()) { in CaretLineNumber()
1729 nsContainerFrame* parentFrame = caretFrame->GetParent(); in CaretLineNumber()
1734 while (sibling && sibling != caretFrame) { in CaretLineNumber()
1749 int32_t addLines = lineIterForCaret->FindLineContaining(caretFrame); in CaretLineNumber()
1754 caretFrame = parentFrame; in CaretLineNumber()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp1746 nsIFrame* caretFrame = frameSelection->GetFrameForNodeOffset( in CaretLineNumber() local
1748 NS_ENSURE_TRUE(caretFrame, -1); in CaretLineNumber()
1753 while (caretFrame) { in CaretLineNumber()
1754 if (hyperTextContent == caretFrame->GetContent()) { in CaretLineNumber()
1758 nsContainerFrame* parentFrame = caretFrame->GetParent(); in CaretLineNumber()
1763 while (sibling && sibling != caretFrame) { in CaretLineNumber()
1778 int32_t addLines = lineIterForCaret->FindLineContaining(caretFrame); in CaretLineNumber()
1783 caretFrame = parentFrame; in CaretLineNumber()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible.cpp1746 nsIFrame* caretFrame = frameSelection->GetFrameForNodeOffset( in CaretLineNumber() local
1748 NS_ENSURE_TRUE(caretFrame, -1); in CaretLineNumber()
1753 while (caretFrame) { in CaretLineNumber()
1754 if (hyperTextContent == caretFrame->GetContent()) { in CaretLineNumber()
1758 nsContainerFrame* parentFrame = caretFrame->GetParent(); in CaretLineNumber()
1763 while (sibling && sibling != caretFrame) { in CaretLineNumber()
1778 int32_t addLines = lineIterForCaret->FindLineContaining(caretFrame); in CaretLineNumber()
1783 caretFrame = parentFrame; in CaretLineNumber()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsFrameSelection.cpp376 nsIFrame* caretFrame = caret->GetGeometry(&coord); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE() local
377 if (!caretFrame) { in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
382 caretFrame->GetOffsetFromView(viewOffset, &view); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
1638 nsIFrame* caretFrame = nsCaret::GetGeometry(domSel, &caretPos); in CommonPageMove() local
1639 if (!caretFrame) return; in CommonPageMove()
1649 caretPos += caretFrame->GetOffsetTo(scrolledFrame); in CommonPageMove()
H A DnsGfxScrollFrame.cpp3337 nsIFrame* caretFrame = aBuilder->GetCaretFrame(); in BuildDisplayList() local
3339 if (caretFrame && caretFrame->GetRect().height != 0) { in BuildDisplayList()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsFrameSelection.cpp459 nsIFrame* caretFrame = caret->GetGeometry(&coord); in NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE() local
460 if (!caretFrame) { in NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE()
465 caretFrame->GetOffsetFromView(viewOffset, &view); in NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE()
1866 nsIFrame* caretFrame = nsCaret::GetGeometry(selection, &caretPos); in PageMove() local
1867 if (!caretFrame) { in PageMove()
1903 caretPos += caretFrame->GetOffsetTo(frameToClick); in PageMove()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsFrameSelection.cpp458 nsIFrame* caretFrame = caret->GetGeometry(&coord); in FetchPos() local
459 if (!caretFrame) { in FetchPos()
464 caretFrame->GetOffsetFromView(viewOffset, &view); in FetchPos()
1855 nsIFrame* caretFrame = nsCaret::GetGeometry(selection, &caretPos); in PageMove() local
1856 if (!caretFrame) { in PageMove()
1892 caretPos += caretFrame->GetOffsetTo(frameToClick); in PageMove()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsFrameSelection.cpp460 nsIFrame* caretFrame = caret->GetGeometry(&coord); in FetchPos() local
461 if (!caretFrame) { in FetchPos()
466 caretFrame->GetOffsetFromView(viewOffset, &view); in FetchPos()
1873 nsIFrame* caretFrame = nsCaret::GetGeometry(selection, &caretPos); in PageMove() local
1874 if (!caretFrame) { in PageMove()
1910 caretPos += caretFrame->GetOffsetTo(frameToClick); in PageMove()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsFrameSelection.cpp458 nsIFrame* caretFrame = caret->GetGeometry(&coord); in FetchPos() local
459 if (!caretFrame) { in FetchPos()
464 caretFrame->GetOffsetFromView(viewOffset, &view); in FetchPos()
1855 nsIFrame* caretFrame = nsCaret::GetGeometry(selection, &caretPos); in PageMove() local
1856 if (!caretFrame) { in PageMove()
1892 caretPos += caretFrame->GetOffsetTo(frameToClick); in PageMove()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DContentEventHandler.cpp2489 nsIFrame* caretFrame = nsCaret::GetGeometry(mSelection, &caretRect); in OnQueryCaretRect() local
2490 if (caretFrame) { in OnQueryCaretRect()
2496 rv = ConvertToRootRelativeOffset(caretFrame, caretRect); in OnQueryCaretRect()
2498 nsPresContext* presContext = caretFrame->PresContext(); in OnQueryCaretRect()
2510 aEvent->mReply->mWritingMode = caretFrame->GetWritingMode(); in OnQueryCaretRect()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DContentEventHandler.cpp2440 nsIFrame* caretFrame = nsCaret::GetGeometry(mSelection, &caretRect); in OnQueryCaretRect() local
2441 if (caretFrame) { in OnQueryCaretRect()
2447 rv = ConvertToRootRelativeOffset(caretFrame, caretRect); in OnQueryCaretRect()
2450 caretFrame->PresContext()->AppUnitsPerDevPixel(); in OnQueryCaretRect()
2456 aEvent->mReply.mWritingMode = caretFrame->GetWritingMode(); in OnQueryCaretRect()
/dports/www/firefox/firefox-99.0/dom/events/
H A DContentEventHandler.cpp2479 nsIFrame* caretFrame = nsCaret::GetGeometry(mSelection, &caretRect); in OnQueryCaretRect() local
2480 if (caretFrame) { in OnQueryCaretRect()
2486 rv = ConvertToRootRelativeOffset(caretFrame, caretRect); in OnQueryCaretRect()
2488 nsPresContext* presContext = caretFrame->PresContext(); in OnQueryCaretRect()
2500 aEvent->mReply->mWritingMode = caretFrame->GetWritingMode(); in OnQueryCaretRect()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DContentEventHandler.cpp2489 nsIFrame* caretFrame = nsCaret::GetGeometry(mSelection, &caretRect); in OnQueryCaretRect() local
2490 if (caretFrame) { in OnQueryCaretRect()
2496 rv = ConvertToRootRelativeOffset(caretFrame, caretRect); in OnQueryCaretRect()
2498 nsPresContext* presContext = caretFrame->PresContext(); in OnQueryCaretRect()
2510 aEvent->mReply->mWritingMode = caretFrame->GetWritingMode(); in OnQueryCaretRect()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DContentEventHandler.cpp2468 nsIFrame* caretFrame = nsCaret::GetGeometry(mSelection, &caretRect); in OnQueryCaretRect() local
2469 if (caretFrame) { in OnQueryCaretRect()
2475 rv = ConvertToRootRelativeOffset(caretFrame, caretRect); in OnQueryCaretRect()
2478 caretFrame->PresContext()->AppUnitsPerDevPixel(); in OnQueryCaretRect()
2484 aEvent->mReply.mWritingMode = caretFrame->GetWritingMode(); in OnQueryCaretRect()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DContentEventHandler.cpp2439 nsIFrame* caretFrame = nsCaret::GetGeometry(mSelection, &caretRect); in OnQueryCaretRect() local
2440 if (caretFrame) { in OnQueryCaretRect()
2446 rv = ConvertToRootRelativeOffset(caretFrame, caretRect); in OnQueryCaretRect()
2449 caretFrame->PresContext()->AppUnitsPerDevPixel(); in OnQueryCaretRect()
2455 aEvent->mReply.mWritingMode = caretFrame->GetWritingMode(); in OnQueryCaretRect()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsSelection.cpp654 nsIFrame* caretFrame = caret->GetGeometry(&coord); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE() local
655 if (!caretFrame) { in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
660 caretFrame->GetOffsetFromView(viewOffset, &view); in NS_IMPL_CYCLE_COLLECTION_TRAVERSE()
2179 nsIFrame* caretFrame = nsCaret::GetGeometry(domSel, &caretPos); in CommonPageMove() local
2180 if (!caretFrame) in CommonPageMove()
2191 caretPos += caretFrame->GetOffsetTo(scrolledFrame); in CommonPageMove()
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGTextFrame.cpp3163 nsIFrame* caretFrame = caret->GetPaintGeometry(&caretRect); in PaintSVG() local
3216 if (frame == caretFrame && ShouldPaintCaret(run, caret)) { in PaintSVG()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGTextFrame.cpp3172 nsIFrame* caretFrame = caret->GetPaintGeometry(&caretRect); in PaintSVG() local
3225 if (frame == caretFrame && ShouldPaintCaret(run, caret)) { in PaintSVG()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DSVGTextFrame.cpp3346 nsIFrame* caretFrame = caret->GetPaintGeometry(&caretRect); in PaintSVG() local
3396 if (frame == caretFrame && ShouldPaintCaret(run, caret)) { in PaintSVG()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DSVGTextFrame.cpp3638 nsIFrame* caretFrame = caret->GetPaintGeometry(&caretRect); in PaintSVG() local
3695 if (frame == caretFrame && ShouldPaintCaret(run, caret)) { in PaintSVG()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGTextFrame.cpp3163 nsIFrame* caretFrame = caret->GetPaintGeometry(&caretRect); in PaintSVG() local
3216 if (frame == caretFrame && ShouldPaintCaret(run, caret)) { in PaintSVG()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DSVGTextFrame.cpp3175 nsIFrame* caretFrame = caret->GetPaintGeometry(&caretRect); in PaintSVG() local
3228 if (frame == caretFrame && ShouldPaintCaret(run, caret)) { in PaintSVG()

12