Home
last modified time | relevance | path

Searched refs:other_page (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_window_handles_chrome.py68 other_page = self.marionette.absolute_url("test.html")
70 self.marionette.navigate(other_page)
71 self.assertEqual(self.marionette.get_url(), other_page)
100 other_page = self.marionette.absolute_url("test.html")
102 self.marionette.navigate(other_page)
103 self.assertEqual(self.marionette.get_url(), other_page)
137 other_page = self.marionette.absolute_url("test.html")
139 self.marionette.navigate(other_page)
140 self.assertEqual(self.marionette.get_url(), other_page)
H A Dtest_window_handles_content.py68 other_page = self.marionette.absolute_url("test.html")
69 self.marionette.navigate(other_page)
70 self.assertEqual(self.marionette.get_url(), other_page)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/graph/
H A Dnode_base_unittest.cc45 pages_associated_with_process.count(mock_graph.other_page.get())); in TEST_F()
54 mock_graph.other_page.get()); in TEST_F()
90 pages_associated_with_process.count(mock_graph.other_page.get())); in TEST_F()
97 mock_graph.other_page.get())); in TEST_F()
106 mock_graph.other_page.get()); in TEST_F()
H A Dprocess_node_impl_unittest.cc110 EXPECT_EQ(g.other_page.get(), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/graph/
H A Dnode_base_unittest.cc45 pages_associated_with_process.count(mock_graph.other_page.get())); in TEST_F()
54 mock_graph.other_page.get()); in TEST_F()
90 pages_associated_with_process.count(mock_graph.other_page.get())); in TEST_F()
97 mock_graph.other_page.get())); in TEST_F()
106 mock_graph.other_page.get()); in TEST_F()
H A Dprocess_node_impl_unittest.cc108 EXPECT_EQ(g.other_page.get(), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/test_support/
H A Dmock_graphs.cc47 other_page(TestNodeWrapper<PageNodeImpl>::Create(graph)), in MockMultiplePagesInSingleProcessGraph()
49 other_page.get(), in MockMultiplePagesInSingleProcessGraph()
56 other_page.reset(); in ~MockMultiplePagesInSingleProcessGraph()
79 other_page.get(), in MockMultiplePagesWithMultipleProcessesGraph()
H A Dmock_graphs.h65 TestNodeWrapper<PageNodeImpl> other_page; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/test_support/
H A Dmock_graphs.cc48 other_page(TestNodeWrapper<PageNodeImpl>::Create(graph)), in MockMultiplePagesInSingleProcessGraph()
50 other_page.get(), in MockMultiplePagesInSingleProcessGraph()
57 other_page.reset(); in ~MockMultiplePagesInSingleProcessGraph()
80 other_page.get(), in MockMultiplePagesWithMultipleProcessesGraph()
H A Dmock_graphs.h65 TestNodeWrapper<PageNodeImpl> other_page; member
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_window_handles_chrome.py119 other_page = self.marionette.absolute_url("test.html")
121 self.marionette.navigate(other_page)
122 self.assertEqual(self.marionette.get_url(), other_page)
155 other_page = self.marionette.absolute_url("test.html")
157 self.marionette.navigate(other_page)
158 self.assertEqual(self.marionette.get_url(), other_page)
230 other_page = self.marionette.absolute_url("test.html")
232 self.marionette.navigate(other_page)
233 self.assertEqual(self.marionette.get_url(), other_page)
H A Dtest_window_handles_content.py92 other_page = self.marionette.absolute_url("test.html")
93 self.marionette.navigate(other_page)
94 self.assertEqual(self.marionette.get_url(), other_page)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dwiki_page_spec.rb848 other_page = create(:wiki_page)
850 expect(subject.slug).not_to eq(other_page.slug)
851 expect(subject.container).not_to eq(other_page.container)
852 expect(subject).not_to eq(other_page)
856 other_page = create_wiki_page
858 expect(subject.slug).not_to eq(other_page.slug)
859 expect(subject.container).to eq(other_page.container)
860 expect(subject).not_to eq(other_page)
864 other_page = create(:wiki_page, title: subject.slug)
866 expect(subject.slug).to eq(other_page.slug)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dframe_tree.cc280 for (const Page* other_page : page->RelatedPages()) { in FindFrameForNavigationInternal() local
281 if (other_page == page || other_page->IsClosing()) in FindFrameForNavigationInternal()
283 for (Frame* frame = other_page->MainFrame(); frame; in FindFrameForNavigationInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dframe_tree.cc290 for (const Page* other_page : page->RelatedPages()) { in FindFrameForNavigationInternal() local
291 if (other_page == page || other_page->IsClosing()) in FindFrameForNavigationInternal()
293 for (Frame* frame = other_page->MainFrame(); frame; in FindFrameForNavigationInternal()
/dports/security/py-angr/angr-9.0.5405/angr/storage/memory_mixins/paged_memory/
H A Dpaged_memory_mixin.py461 other_page = other._pages[pageno]
463 if (my_page is None) ^ (other_page is None):
468 changes.update(my_page.changed_bytes(other_page, page_addr=pageno * self.page_size))
482 other_page = other._pages[pageno]
484 if (my_page is None) ^ (other_page is None):
489 if my_page.changed_bytes(other_page, page_addr=pageno * self.page_size):
/dports/games/freecell-solver/freecell-solver-6.2.0/t/lib/FC_Solve/
H A DQueuePrototype.pm294 my ( $self, $other_page ) = @_;
296 $self->_page_index( $other_page->get_page_index + 1 );
/dports/textproc/c2man/c2man-2.0.42/
H A Dmanpage.c1038 ManualPage *other_page = page->next; local
1041 for (; other_page; other_page = other_page->next)
1043 Section *other_section = other_page->first_section;
1051 output->sub_section(other_page->declarator->name);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/permissiondelegation/
H A DTrustedWebActivityLocationDelegationTest.java134 String other_page = mCustomTabActivityTestRule.getTestServer().getURLWithHostName( in getLocationFromChrome_afterNavigateAwayFromTrustedOrigin() local
137 mCustomTabActivityTestRule.loadUrl(other_page); in getLocationFromChrome_afterNavigateAwayFromTrustedOrigin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_frame.cc123 Page* other_page = local_frame.GetPage(); in Swap() local
124 other_page->SetMainFrame(&local_frame); in Swap()
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Doffloading_queue.h210 off_q_page *const page, const off_q_page *const other_page) in fcs_offloading_queue_page__start_after() argument
212 page->page_index = other_page->page_index + 1; in fcs_offloading_queue_page__start_after()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dframe.cc630 Page* other_page = new_local_frame->GetPage(); in Swap() local
631 other_page->SetMainFrame(new_local_frame); in Swap()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/userguide/
H A DREADME25 other_page
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/discards/
H A Dgraph_dump_impl_unittest.cc164 mock_graph.other_page->OnMainFrameNavigationCommitted( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/discards/
H A Dgraph_dump_impl_unittest.cc192 mock_graph.other_page->OnMainFrameNavigationCommitted( in TEST_F()

12