Searched refs:CanCommitURL (Results 1 – 6 of 6) sorted by relevance
58 bool ContentBrowserClient::CanCommitURL(RenderProcessHost* process_host, in CanCommitURL() function in content::ContentBrowserClient
216 virtual bool CanCommitURL(RenderProcessHost* process_host, const GURL& url);
89 virtual bool CanCommitURL(content::RenderProcessHost* process_host,
1068 bool ChromeContentBrowserClient::CanCommitURL( in CanCommitURL() function in chrome::ChromeContentBrowserClient
478 bool CanCommitURL(const GURL& url);
1518 if (!CanCommitURL(validated_params.url)) { in OnNavigate()2009 bool RenderViewHostImpl::CanCommitURL(const GURL& url) { in CanCommitURL() function in content::RenderViewHostImpl2015 return GetContentClient()->browser()->CanCommitURL(GetProcess(), url); in CanCommitURL()