Searched refs:ShouldPreserveAbortedURLs (Results 1 – 9 of 9) sorted by relevance
13 bool NavigatorDelegate::ShouldPreserveAbortedURLs() { in ShouldPreserveAbortedURLs() function in content::NavigatorDelegate
100 virtual bool ShouldPreserveAbortedURLs();
271 delegate_->ShouldPreserveAbortedURLs(); in DidFailProvisionalLoadWithError()
40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) { in ShouldPreserveAbortedURLs() function in content::WebContentsDelegate
184 virtual bool ShouldPreserveAbortedURLs(WebContents* source);
432 virtual bool ShouldPreserveAbortedURLs(content::WebContents* source) OVERRIDE;
1151 bool Browser::ShouldPreserveAbortedURLs(WebContents* source) { in ShouldPreserveAbortedURLs() function in Browser
535 virtual bool ShouldPreserveAbortedURLs() OVERRIDE; in NON_EXPORTED_BASE()
2582 bool WebContentsImpl::ShouldPreserveAbortedURLs() { in ShouldPreserveAbortedURLs() function in content::WebContentsImpl2585 return delegate_->ShouldPreserveAbortedURLs(this); in ShouldPreserveAbortedURLs()