Searched refs:MaybeAllowNavigation (Results 1 – 8 of 8) sorted by relevance
124 if (!MaybeAllowNavigation(opener, params, browser) || !browser) { in CanCreateWindow()360 bool CefBrowserInfoManager::MaybeAllowNavigation( in MaybeAllowNavigation() function in CefBrowserInfoManager374 if (!browser->MaybeAllowNavigation(opener, is_guest_view, params)) { in MaybeAllowNavigation()
137 bool MaybeAllowNavigation(content::RenderFrameHost* opener,
235 virtual bool MaybeAllowNavigation(content::RenderFrameHost* opener,
780 bool CefBrowserHostBase::MaybeAllowNavigation( in MaybeAllowNavigation() function in CefBrowserHostBase
44 if (!CefBrowserInfoManager::GetInstance()->MaybeAllowNavigation( in NavigationOnUIThread()
162 bool MaybeAllowNavigation(content::RenderFrameHost* opener,
782 bool AlloyBrowserHostImpl::MaybeAllowNavigation( in MaybeAllowNavigation() function in AlloyBrowserHostImpl
16002 + if (!MaybeAllowNavigation(opener, params, browser) || !browser) {