Home
last modified time | relevance | path

Searched refs:ShouldAllowRendererInitiatedCrossProcessNavigation (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dextension_background_host.h40 bool ShouldAllowRendererInitiatedCrossProcessNavigation(
Dextension_background_host.cc39 ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation() function in extensions::CefExtensionBackgroundHost
Dextension_view_host.h46 bool ShouldAllowRendererInitiatedCrossProcessNavigation(
Dextension_view_host.cc60 bool CefExtensionViewHost::ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation() function in extensions::CefExtensionViewHost
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc151 ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation() function in CefBrowserPlatformDelegateAlloy
154 return extension_host_->ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation()
Dbrowser_platform_delegate_alloy.h36 bool ShouldAllowRendererInitiatedCrossProcessNavigation(
Dalloy_browser_host_impl.h204 bool ShouldAllowRendererInitiatedCrossProcessNavigation(
Dalloy_browser_host_impl.cc1116 bool AlloyBrowserHostImpl::ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation() function in AlloyBrowserHostImpl
1118 return platform_delegate_->ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h125 virtual bool ShouldAllowRendererInitiatedCrossProcessNavigation(
Dbrowser_platform_delegate.cc58 ShouldAllowRendererInitiatedCrossProcessNavigation( in ShouldAllowRendererInitiatedCrossProcessNavigation() function in CefBrowserPlatformDelegate