Home
last modified time | relevance | path

Searched refs:other_contents (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/page_load_metrics/observers/
H A Dmulti_tab_loading_page_load_metrics_observer.cc134 content::WebContents* other_contents = model->GetWebContentsAt(i); in NumberOfTabsWithInflightLoad() local
135 if (other_contents && other_contents != this_contents && in NumberOfTabsWithInflightLoad()
136 other_contents->IsLoading()) { in NumberOfTabsWithInflightLoad()
155 content::WebContents* other_contents = model->GetWebContentsAt(i); in NumberOfTabsWithInflightLoad() local
156 if (other_contents != this_contents && other_contents->IsLoading()) { in NumberOfTabsWithInflightLoad()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DSmartFile.py53 other_contents = f.read()
57 other_md5 = self._GetMD5(other_contents)
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DSmartFile.py53 other_contents = f.read()
57 other_md5 = self._GetMD5(other_contents)
/dports/databases/percona57-server/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DSmartFile.py53 other_contents = f.read()
57 other_md5 = self._GetMD5(other_contents)
/dports/databases/xtrabackup/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DSmartFile.py53 other_contents = f.read()
57 other_md5 = self._GetMD5(other_contents)
/dports/databases/percona57-client/boost_1_59_0/libs/python/pyste/src/Pyste/
H A DSmartFile.py53 other_contents = f.read()
57 other_md5 = self._GetMD5(other_contents)
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dnavigation_controller_impl_unittest.cc3308 other_contents->NavigateAndCommit(url3); in TEST_F()
3346 other_contents->NavigateAndCommit(url3); in TEST_F()
3374 other_contents->NavigateAndCommit(url3); in TEST_F()
3375 other_contents->NavigateAndCommit(url4); in TEST_F()
3404 other_contents->NavigateAndCommit(url3); in TEST_F()
3405 other_contents->NavigateAndCommit(url4); in TEST_F()
3438 other_contents->NavigateAndCommit(url3); in TEST_F()
3494 other_contents->TestDidNavigate(other_contents->GetMainFrame(), 0, false, in TEST_F()
3513 other_contents->NavigateAndCommit(url3); in TEST_F()
3599 other_contents->NavigateAndCommit(url4); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc3624 other_contents->NavigateAndCommit(url3); in TEST_F()
3662 other_contents->NavigateAndCommit(url3); in TEST_F()
3690 other_contents->NavigateAndCommit(url3); in TEST_F()
3691 other_contents->NavigateAndCommit(url4); in TEST_F()
3720 other_contents->NavigateAndCommit(url3); in TEST_F()
3721 other_contents->NavigateAndCommit(url4); in TEST_F()
3754 other_contents->NavigateAndCommit(url3); in TEST_F()
3810 other_contents->TestDidNavigate(other_contents->GetMainFrame(), 0, false, in TEST_F()
3829 other_contents->NavigateAndCommit(url3); in TEST_F()
3915 other_contents->NavigateAndCommit(url4); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/media/session/
H A Dmedia_session_impl_unittest.cc646 auto other_contents = TestWebContents::Create(browser_context(), nullptr); in TEST_F() local
647 MediaSessionImpl* other_session = MediaSessionImpl::Get(other_contents.get()); in TEST_F()
654 auto other_contents = TestWebContents::Create(other_context.get(), nullptr); in TEST_F() local
655 MediaSessionImpl* other_session = MediaSessionImpl::Get(other_contents.get()); in TEST_F()
669 auto other_contents = TestWebContents::Create(other_context.get(), nullptr); in TEST_F() local
670 MediaSessionImpl* other_session = MediaSessionImpl::Get(other_contents.get()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/session/
H A Dmedia_session_impl_unittest.cc641 auto other_contents = TestWebContents::Create(browser_context(), nullptr); in TEST_F() local
642 MediaSessionImpl* other_session = MediaSessionImpl::Get(other_contents.get()); in TEST_F()
649 auto other_contents = TestWebContents::Create(other_context.get(), nullptr); in TEST_F() local
650 MediaSessionImpl* other_session = MediaSessionImpl::Get(other_contents.get()); in TEST_F()
664 auto other_contents = TestWebContents::Create(other_context.get(), nullptr); in TEST_F() local
665 MediaSessionImpl* other_session = MediaSessionImpl::Get(other_contents.get()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc2555 std::unique_ptr<TestWebContents> other_contents( in TEST_F() local
2558 other_contents->NavigateAndCommit(url3); in TEST_F()
2559 other_contents->ExpectSetHistoryOffsetAndLength(1, 2); in TEST_F()
2569 EXPECT_FALSE(other_contents->ShowingInterstitialPage()); in TEST_F()
2580 std::unique_ptr<TestWebContents> other_contents( in TEST_F() local
2586 other_contents->NavigateAndCommit(url2); in TEST_F()
2631 std::unique_ptr<TestWebContents> other_contents( in TEST_F() local
2634 other_contents->NavigateAndCommit(url_normalized); in TEST_F()
2644 auto other_contents = base::WrapUnique( in TEST_F() local
2647 contents()->AddPendingContents(std::move(other_contents)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc1610 std::unique_ptr<TestWebContents> other_contents( in TEST_F() local
1612 TestWebContentsObserver other_observer(other_contents.get()); in TEST_F()
1613 other_contents->NavigateAndCommit(url_normalized); in TEST_F()
1616 other_contents->GetMainFrame()->DidFailLoadWithError(url_from_ipc, 1); in TEST_F()
1623 auto other_contents = base::WrapUnique( in TEST_F() local
1625 content::TestWebContents* test_web_contents = other_contents.get(); in TEST_F()
1626 contents()->AddPendingContents(std::move(other_contents), GURL()); in TEST_F()
1640 auto other_contents = base::WrapUnique( in TEST_F() local
1642 content::TestWebContents* test_web_contents = other_contents.get(); in TEST_F()
1643 contents()->AddPendingContents(std::move(other_contents), url); in TEST_F()
/dports/math/py-mip/mip-1.13.0/mip/
H A Dentities.py330 other_contents = {vr.idx: coef for vr, coef in other.__expr.items()}
332 if v.idx not in other_contents:
334 oc = other_contents[v.idx]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-narrow-expanddirstate.t29 $ echo other_contents > outside/f2
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DBigObject.pm2195 my ($self_contents, $other_contents)=
2202 if (@$self_contents != @$other_contents) {
2204 …ef, $_ ] } grep { defined($_) && !exists $self->dictionary->{$_->property->key} } @$other_contents;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/bookmarks/browser/
H A Dbookmark_model_unittest.cc1312 const std::string other_contents; in TEST() member
1333 PopulateNodeFromString(data[i].other_contents, &other); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/bookmarks/browser/
H A Dbookmark_model_unittest.cc1585 const std::string other_contents; in TEST() member
1606 PopulateNodeFromString(data[i].other_contents, &other); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Disolated_origin_browsertest.cc2659 WebContentsImpl* other_contents = in IN_PROC_BROWSER_TEST_F() local
2661 NavigateIframeToURL(other_contents, "test_iframe", bar_url); in IN_PROC_BROWSER_TEST_F()
2662 FrameTreeNode* root = other_contents->GetFrameTree()->root(); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Disolated_origin_browsertest.cc3882 WebContentsImpl* other_contents = in IN_PROC_BROWSER_TEST_F() local
3884 NavigateIframeToURL(other_contents, "test_iframe", bar_url); in IN_PROC_BROWSER_TEST_F()
3885 FrameTreeNode* root = other_contents->GetFrameTree()->root(); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc1231 std::unique_ptr<WebContents> other_contents = CreateWebContents(); in TEST_F() local
1232 tabstrip.InsertWebContentsAt(1, std::move(other_contents), in TEST_F()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-201233948 (struct undo): Add member l to other_contents and where.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DChangeLog-201233948 (struct undo): Add member l to other_contents and where.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-201233948 (struct undo): Add member l to other_contents and where.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-201233948 (struct undo): Add member l to other_contents and where.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog-201233948 (struct undo): Add member l to other_contents and where.

12