Home
last modified time | relevance | path

Searched refs:retargetEventDoc (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/src/
H A DFocusTarget.cpp37 RefPtr<Document> retargetEventDoc = window->GetExtantDoc(); in GetRetargetEventPresShell() local
38 if (!retargetEventDoc) { in GetRetargetEventPresShell()
42 return retargetEventDoc->GetPresShell(); in GetRetargetEventPresShell()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/src/
H A DFocusTarget.cpp37 RefPtr<Document> retargetEventDoc = window->GetExtantDoc(); in GetRetargetEventPresShell() local
38 if (!retargetEventDoc) { in GetRetargetEventPresShell()
42 return retargetEventDoc->GetPresShell(); in GetRetargetEventPresShell()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DFocusTarget.cpp38 RefPtr<Document> retargetEventDoc = window->GetExtantDoc(); in GetRetargetEventPresShell() local
39 if (!retargetEventDoc) { in GetRetargetEventPresShell()
43 return retargetEventDoc->GetPresShell(); in GetRetargetEventPresShell()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/src/
H A DFocusTarget.cpp37 RefPtr<Document> retargetEventDoc = window->GetExtantDoc(); in GetRetargetEventPresShell() local
38 if (!retargetEventDoc) { in GetRetargetEventPresShell()
42 return retargetEventDoc->GetPresShell(); in GetRetargetEventPresShell()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DFocusTarget.cpp45 nsCOMPtr<nsIDocument> retargetEventDoc = window->GetExtantDoc(); in GetRetargetEventPresShell() local
46 if (!retargetEventDoc) { in GetRetargetEventPresShell()
50 nsCOMPtr<nsIPresShell> presShell = retargetEventDoc->GetShell(); in GetRetargetEventPresShell()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DPresShell.cpp7203 if (!retargetEventDoc) { in MaybeHandleEventWithAccessibleCaret()
7295 if (!retargetEventDoc) { in GetRetargetEventDocument()
7298 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7308 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7317 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7341 Document* retargetEventDoc = aRetargetDocument; in GetFrameForHandlingEventWith() local
7343 retargetEventDoc = retargetEventDoc->GetInProcessParentDocument(); in GetFrameForHandlingEventWith()
7344 if (!retargetEventDoc) { in GetFrameForHandlingEventWith()
7347 retargetPresShell = retargetEventDoc->GetPresShell(); in GetFrameForHandlingEventWith()
7384 RefPtr<Document> retargetEventDoc; in MaybeHandleEventWithAnotherPresShell() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DPresShell.cpp7368 if (!retargetEventDoc) { in MaybeHandleEventWithAccessibleCaret()
7460 if (!retargetEventDoc) { in GetRetargetEventDocument()
7463 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7473 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7482 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7506 Document* retargetEventDoc = aRetargetDocument; in GetFrameForHandlingEventWith() local
7508 retargetEventDoc = retargetEventDoc->GetInProcessParentDocument(); in GetFrameForHandlingEventWith()
7509 if (!retargetEventDoc) { in GetFrameForHandlingEventWith()
7512 retargetPresShell = retargetEventDoc->GetPresShell(); in GetFrameForHandlingEventWith()
7549 RefPtr<Document> retargetEventDoc; in MaybeHandleEventWithAnotherPresShell() local
[all …]
/dports/www/firefox/firefox-99.0/layout/base/
H A DPresShell.cpp7323 if (!retargetEventDoc) { in MaybeHandleEventWithAccessibleCaret()
7415 if (!retargetEventDoc) { in GetRetargetEventDocument()
7418 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7428 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7437 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7461 Document* retargetEventDoc = aRetargetDocument; in GetFrameForHandlingEventWith() local
7463 retargetEventDoc = retargetEventDoc->GetInProcessParentDocument(); in GetFrameForHandlingEventWith()
7464 if (!retargetEventDoc) { in GetFrameForHandlingEventWith()
7467 retargetPresShell = retargetEventDoc->GetPresShell(); in GetFrameForHandlingEventWith()
7504 RefPtr<Document> retargetEventDoc; in MaybeHandleEventWithAnotherPresShell() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DPresShell.cpp7368 if (!retargetEventDoc) { in MaybeHandleEventWithAccessibleCaret()
7460 if (!retargetEventDoc) { in GetRetargetEventDocument()
7463 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7473 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7482 retargetEventDoc.forget(aRetargetEventDocument); in GetRetargetEventDocument()
7506 Document* retargetEventDoc = aRetargetDocument; in GetFrameForHandlingEventWith() local
7508 retargetEventDoc = retargetEventDoc->GetInProcessParentDocument(); in GetFrameForHandlingEventWith()
7509 if (!retargetEventDoc) { in GetFrameForHandlingEventWith()
7512 retargetPresShell = retargetEventDoc->GetPresShell(); in GetFrameForHandlingEventWith()
7549 RefPtr<Document> retargetEventDoc; in MaybeHandleEventWithAnotherPresShell() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DPresShell.cpp6412 nsCOMPtr<nsIDocument> retargetEventDoc = in HandleEvent() local
6415 retargetEventDoc ? retargetEventDoc->GetShell() : nullptr; in HandleEvent()
6456 nsCOMPtr<nsIDocument> retargetEventDoc; in HandleEvent() local
6475 retargetEventDoc = window->GetExtantDoc(); in HandleEvent()
6476 if (!retargetEventDoc) return NS_OK; in HandleEvent()
6480 retargetEventDoc = capturingContent->GetComposedDoc(); in HandleEvent()
6485 retargetEventDoc = GetPrimaryContentDocument(); in HandleEvent()
6489 if (retargetEventDoc) { in HandleEvent()
6499 retargetEventDoc = retargetEventDoc->GetParentDocument(); in HandleEvent()
6500 if (!retargetEventDoc) { in HandleEvent()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsPresShell.cpp7378 nsCOMPtr<nsIDocument> retargetEventDoc = in HandleEvent() local
7381 retargetEventDoc ? retargetEventDoc->GetShell() : nullptr; in HandleEvent()
7422 nsCOMPtr<nsIDocument> retargetEventDoc; in HandleEvent() local
7441 retargetEventDoc = window->GetExtantDoc(); in HandleEvent()
7442 if (!retargetEventDoc) in HandleEvent()
7447 retargetEventDoc = capturingContent->GetComposedDoc(); in HandleEvent()
7452 retargetEventDoc = GetTouchEventTargetDocument(); in HandleEvent()
7456 if (retargetEventDoc) { in HandleEvent()
7457 nsCOMPtr<nsIPresShell> presShell = retargetEventDoc->GetShell(); in HandleEvent()