Home
last modified time | relevance | path

Searched refs:targetContent (Results 51 – 75 of 109) sorted by relevance

12345

/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DKeyEventHandler.cpp398 nsCOMPtr<nsIContent> targetContent(do_QueryInterface(aTarget)); in GetController() local
399 RefPtr<nsXULElement> xulElement = nsXULElement::FromNodeOrNull(targetContent); in GetController()
406 HTMLTextAreaElement::FromNode(targetContent); in GetController()
414 HTMLInputElement::FromNode(targetContent); in GetController()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DKeyEventHandler.cpp410 nsCOMPtr<nsIContent> targetContent(do_QueryInterface(aTarget)); in GetController() local
411 RefPtr<nsXULElement> xulElement = nsXULElement::FromNodeOrNull(targetContent); in GetController()
418 dom::HTMLTextAreaElement::FromNode(targetContent); in GetController()
426 dom::HTMLInputElement::FromNode(targetContent); in GetController()
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGPatternFrame.cpp622 nsIContent* targetContent = aTarget->GetContent(); in ConstructCTM() local
630 if (targetContent->IsSVGElement()) { in ConstructCTM()
631 ctx = static_cast<SVGElement*>(targetContent)->GetCtx(); in ConstructCTM()
646 if (targetContent->IsSVGElement()) { in ConstructCTM()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGPatternFrame.cpp617 nsIContent *targetContent = aTarget->GetContent(); in ConstructCTM() local
625 if (targetContent->IsSVGElement()) { in ConstructCTM()
626 ctx = static_cast<nsSVGElement *>(targetContent)->GetCtx(); in ConstructCTM()
641 if (targetContent->IsSVGElement()) { in ConstructCTM()
/dports/www/firefox/firefox-99.0/dom/events/
H A DKeyEventHandler.cpp418 if (nsIContent* targetContent = nsIContent::FromEventTarget(aTarget)) { in GetController() local
419 RefPtr<nsXULElement> xulElement = nsXULElement::FromNode(targetContent); in GetController()
426 dom::HTMLTextAreaElement::FromNode(targetContent); in GetController()
434 dom::HTMLInputElement::FromNode(targetContent); in GetController()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGPatternFrame.cpp622 nsIContent* targetContent = aTarget->GetContent(); in ConstructCTM() local
630 if (targetContent->IsSVGElement()) { in ConstructCTM()
631 ctx = static_cast<SVGElement*>(targetContent)->GetCtx(); in ConstructCTM()
646 if (targetContent->IsSVGElement()) { in ConstructCTM()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGPatternFrame.cpp651 nsIContent* targetContent = aTarget->GetContent(); in ConstructCTM() local
659 if (targetContent->IsSVGElement()) { in ConstructCTM()
660 ctx = static_cast<nsSVGElement*>(targetContent)->GetCtx(); in ConstructCTM()
675 if (targetContent->IsSVGElement()) { in ConstructCTM()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGPatternFrame.cpp622 nsIContent* targetContent = aTarget->GetContent(); in ConstructCTM() local
630 if (targetContent->IsSVGElement()) { in ConstructCTM()
631 ctx = static_cast<SVGElement*>(targetContent)->GetCtx(); in ConstructCTM()
646 if (targetContent->IsSVGElement()) { in ConstructCTM()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGPatternFrame.cpp619 nsIContent* targetContent = aTarget->GetContent(); in ConstructCTM() local
627 if (targetContent->IsSVGElement()) { in ConstructCTM()
628 ctx = static_cast<SVGElement*>(targetContent)->GetCtx(); in ConstructCTM()
643 if (targetContent->IsSVGElement()) { in ConstructCTM()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dcp-url.go116 targetContent := ClientContent{URL: *newClientURL(targetURL)}
121 TargetContent: &targetContent,
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp829 nsCOMPtr<nsIContent> targetContent = nsLayoutUtils::FindContentFor(aScrollId); in NotifyMozMouseScrollEvent() local
830 if (!targetContent) { in NotifyMozMouseScrollEvent()
833 RefPtr<dom::Document> ownerDoc = targetContent->OwnerDoc(); in NotifyMozMouseScrollEvent()
838 nsContentUtils::DispatchEventOnlyToChrome(ownerDoc, targetContent, aEvent, in NotifyMozMouseScrollEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp785 nsCOMPtr<nsIContent> targetContent = nsLayoutUtils::FindContentFor(aScrollId); in NotifyMozMouseScrollEvent() local
786 if (!targetContent) { in NotifyMozMouseScrollEvent()
789 RefPtr<dom::Document> ownerDoc = targetContent->OwnerDoc(); in NotifyMozMouseScrollEvent()
794 nsContentUtils::DispatchTrustedEvent(ownerDoc, targetContent, aEvent, in NotifyMozMouseScrollEvent()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp784 nsCOMPtr<nsIContent> targetContent = nsLayoutUtils::FindContentFor(aScrollId); in NotifyMozMouseScrollEvent() local
785 if (!targetContent) { in NotifyMozMouseScrollEvent()
788 RefPtr<dom::Document> ownerDoc = targetContent->OwnerDoc(); in NotifyMozMouseScrollEvent()
793 nsContentUtils::DispatchEventOnlyToChrome(ownerDoc, targetContent, aEvent, in NotifyMozMouseScrollEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp827 nsCOMPtr<nsIContent> targetContent = nsLayoutUtils::FindContentFor(aScrollId); in NotifyMozMouseScrollEvent() local
828 if (!targetContent) { in NotifyMozMouseScrollEvent()
831 nsCOMPtr<nsIDocument> ownerDoc = targetContent->OwnerDoc(); in NotifyMozMouseScrollEvent()
837 ownerDoc, targetContent, in NotifyMozMouseScrollEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp829 nsCOMPtr<nsIContent> targetContent = nsLayoutUtils::FindContentFor(aScrollId); in NotifyMozMouseScrollEvent() local
830 if (!targetContent) { in NotifyMozMouseScrollEvent()
833 RefPtr<dom::Document> ownerDoc = targetContent->OwnerDoc(); in NotifyMozMouseScrollEvent()
838 nsContentUtils::DispatchEventOnlyToChrome(ownerDoc, targetContent, aEvent, in NotifyMozMouseScrollEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qfileopenevent/test/
H A Dtst_qfileopenevent.cpp323 QFETCH(QByteArray, targetContent); in external()
354 QCOMPARE(check.readAll(), targetContent); in external()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/api/
H A DApiPageSetTest.php79 protected function createPageSetWithRedirect( $targetContent = 'api page set test' ) { argument
83 $this->editPage( 'UTRedirectTarget', $targetContent );
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/util/
H A DAPZCCallbackHelper.cpp826 nsCOMPtr<nsIContent> targetContent = nsLayoutUtils::FindContentFor(aScrollId); in NotifyMozMouseScrollEvent() local
827 if (!targetContent) { in NotifyMozMouseScrollEvent()
830 nsCOMPtr<nsIDocument> ownerDoc = targetContent->OwnerDoc(); in NotifyMozMouseScrollEvent()
835 nsContentUtils::DispatchTrustedEvent(ownerDoc, targetContent, aEvent, true, in NotifyMozMouseScrollEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLPrototypeHandler.cpp622 nsCOMPtr<nsIContent> targetContent(do_QueryInterface(aTarget)); in GetController() local
624 nsXULElement::FromContentOrNull(targetContent); in GetController()
631 HTMLTextAreaElement::FromContent(targetContent); in GetController()
637 HTMLInputElement::FromContent(targetContent); in GetController()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLEditor.cpp4583 NS_ENSURE_TRUE(targetContent, false); in IsAcceptableInputEvent()
4584 return document == targetContent->GetUncomposedDoc(); in IsAcceptableInputEvent()
4589 nsCOMPtr<nsIContent> targetContent = do_QueryInterface(target); in IsAcceptableInputEvent() local
4590 NS_ENSURE_TRUE(targetContent, false); in IsAcceptableInputEvent()
4603 if (targetContent == document->GetRootElement() && in IsAcceptableInputEvent()
4604 !targetContent->HasFlag(NODE_IS_EDITABLE) && in IsAcceptableInputEvent()
4606 targetContent = editingHost; in IsAcceptableInputEvent()
4615 if (targetContent->HasIndependentSelection()) { in IsAcceptableInputEvent()
4619 return targetContent->HasFlag(NODE_IS_EDITABLE); in IsAcceptableInputEvent()
4625 if (!targetContent->HasFlag(NODE_IS_EDITABLE) || in IsAcceptableInputEvent()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorEventListener.cpp1258 nsCOMPtr<nsIContent> targetContent = in ShouldHandleNativeKeyBindings() local
1260 if (NS_WARN_IF(!targetContent)) { in ShouldHandleNativeKeyBindings()
1280 return targetContent->IsInclusiveDescendantOf(editingHost); in ShouldHandleNativeKeyBindings()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsImageMap.cpp856 nsCOMPtr<nsIContent> targetContent = do_QueryInterface(aEvent->GetTarget()); in HandleEvent() local
857 if (!targetContent) { in HandleEvent()
862 if (area->mArea == targetContent) { in HandleEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DEditorEventListener.cpp1263 nsCOMPtr<nsIContent> targetContent = in ShouldHandleNativeKeyBindings() local
1265 if (NS_WARN_IF(!targetContent)) { in ShouldHandleNativeKeyBindings()
1286 return targetContent->IsInclusiveDescendantOf(editingHost); in ShouldHandleNativeKeyBindings()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsImageMap.cpp856 nsCOMPtr<nsIContent> targetContent = do_QueryInterface(aEvent->GetTarget()); in HandleEvent() local
857 if (!targetContent) { in HandleEvent()
862 if (area->mArea == targetContent) { in HandleEvent()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DEditorEventListener.cpp1252 nsCOMPtr<nsIContent> targetContent = in ShouldHandleNativeKeyBindings() local
1254 if (NS_WARN_IF(!targetContent)) { in ShouldHandleNativeKeyBindings()
1273 return targetContent->IsInclusiveDescendantOf(editingHost); in ShouldHandleNativeKeyBindings()

12345