Home
last modified time | relevance | path

Searched refs:OpenURLFromTab (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/patch/patches/
Dmime_handler_view_guest_1565_2727.patch47 WebContents* MimeHandlerViewGuest::OpenURLFromTab(
61 content::WebContents* OpenURLFromTab(
Dchrome_browser_browser.patch90 @@ -1533,6 +1572,14 @@ WebContents* Browser::OpenURLFromTab(WebContents* source,
91 return window->OpenURLFromTab(source, params);
96 + auto web_contents = cef_browser_delegate_->OpenURLFromTab(source, params);
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc135 content::WebContents* ChromeBrowserDelegate::OpenURLFromTab( in OpenURLFromTab() function in ChromeBrowserDelegate
149 return delegate->OpenURLFromTab(source, params); in OpenURLFromTab()
Dchrome_browser_delegate.h69 content::WebContents* OpenURLFromTab(
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h87 content::WebContents* OpenURLFromTab(
Dbrowser_contents_delegate.cc70 content::WebContents* CefBrowserContentsDelegate::OpenURLFromTab( in OpenURLFromTab() function in CefBrowserContentsDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc796 base::IgnoreResult(&AlloyBrowserHostImpl::OpenURLFromTab), in MaybeAllowNavigation()
1101 content::WebContents* AlloyBrowserHostImpl::OpenURLFromTab( in OpenURLFromTab() function in AlloyBrowserHostImpl
1104 auto target_contents = contents_delegate_->OpenURLFromTab(source, params); in OpenURLFromTab()
Dalloy_browser_host_impl.h201 content::WebContents* OpenURLFromTab(
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch12490 content::WebContents* OpenURLFromTab(