Home
last modified time | relevance | path

Searched refs:other_document (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/custom/
H A Dcustom_element_registry_test.cc81 auto* other_document = MakeGarbageCollected<HTMLDocument>(); in TEST_F() local
82 other_document->AppendChild(element); in TEST_F()
83 EXPECT_EQ(other_document, element->ownerDocument()) in TEST_F()
401 auto* other_document = MakeGarbageCollected<HTMLDocument>(); in TEST_F() local
404 other_document->adoptNode(element, ASSERT_NO_EXCEPTION); in TEST_F()
414 EXPECT_EQ(other_document, definition->adopted_[0]->new_owner_.Get()) in TEST_F()
H A Dcustom_element_upgrade_sorter_test.cc46 auto* other_document = MakeGarbageCollected<HTMLDocument>(); in TEST_F() local
47 other_document->AppendChild(element); in TEST_F()
48 EXPECT_EQ(other_document, element->ownerDocument()) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/custom/
H A Dcustom_element_registry_test.cc81 auto* other_document = HTMLDocument::CreateForTest(); in TEST_F() local
82 other_document->AppendChild(element); in TEST_F()
83 EXPECT_EQ(other_document, element->ownerDocument()) in TEST_F()
401 auto* other_document = HTMLDocument::CreateForTest(); in TEST_F() local
404 other_document->adoptNode(element, ASSERT_NO_EXCEPTION); in TEST_F()
414 EXPECT_EQ(other_document, definition->adopted_[0]->new_owner_.Get()) in TEST_F()
H A Dcustom_element_upgrade_sorter_test.cc46 auto* other_document = HTMLDocument::CreateForTest(); in TEST_F() local
47 other_document->AppendChild(element); in TEST_F()
48 EXPECT_EQ(other_document, element->ownerDocument()) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_use_element_test.cc114 Document* other_document = in TEST_F() local
116 other_document->body()->appendChild(target); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_use_element_test.cc113 Document* other_document = in TEST_F() local
115 other_document->body()->appendChild(target); in TEST_F()
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/
H A Dclass_module.rb439 other_document = parse class_module.comment_location
441 if other_document then
444 document = document.merge other_document
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dinkscape.cpp1174 SPDocument *other_document = other_desktop->doc(); in sole_desktop_for_document() local
1175 if ( other_document == document && other_desktop != &desktop ) { in sole_desktop_for_document()