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

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

Completed in 4348 milliseconds