Searched defs:ShouldPreserveAbortedURLs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigator_delegate.cc13 bool NavigatorDelegate::ShouldPreserveAbortedURLs() { function in class:content::NavigatorDelegate
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) { function in class:content::WebContentsDelegate
/external/chromium_org/chrome/browser/ui/
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.cc2582 bool WebContentsImpl::ShouldPreserveAbortedURLs() { function in class:content::WebContentsImpl
2585 return delegate_->ShouldPreserveAbortedURLs(this);

Completed in 2449 milliseconds