Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/frame_host/
Dnavigator_delegate.cc13 bool NavigatorDelegate::ShouldPreserveAbortedURLs() { in ShouldPreserveAbortedURLs() function in content::NavigatorDelegate
Dnavigator_delegate.h100 virtual bool ShouldPreserveAbortedURLs();
Dnavigator_impl.cc271 delegate_->ShouldPreserveAbortedURLs(); in DidFailProvisionalLoadWithError()
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.cc40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) { in ShouldPreserveAbortedURLs() function in content::WebContentsDelegate
Dweb_contents_delegate.h184 virtual bool ShouldPreserveAbortedURLs(WebContents* source);
/external/chromium_org/chrome/browser/ui/
Dbrowser.h432 virtual bool ShouldPreserveAbortedURLs(content::WebContents* source) OVERRIDE;
Dbrowser.cc1151 bool Browser::ShouldPreserveAbortedURLs(WebContents* source) { in ShouldPreserveAbortedURLs() function in Browser
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h535 virtual bool ShouldPreserveAbortedURLs() OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc2582 bool WebContentsImpl::ShouldPreserveAbortedURLs() { in ShouldPreserveAbortedURLs() function in content::WebContentsImpl
2585 return delegate_->ShouldPreserveAbortedURLs(this); in ShouldPreserveAbortedURLs()