HomeSort by relevance Sort by last modified time
    Searched refs:ShouldPreserveAbortedURLs (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/frame_host/
navigator_delegate.cc 13 bool NavigatorDelegate::ShouldPreserveAbortedURLs() {
navigator_delegate.h 105 virtual bool ShouldPreserveAbortedURLs();
navigator_impl.cc 259 delegate_->ShouldPreserveAbortedURLs();
  /external/chromium_org/content/public/browser/
web_contents_delegate.cc 40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) {
web_contents_delegate.h 183 virtual bool ShouldPreserveAbortedURLs(WebContents* source);
  /external/chromium_org/chrome/browser/ui/
browser.h 428 virtual bool ShouldPreserveAbortedURLs(content::WebContents* source) OVERRIDE;
    [all...]
browser.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 493 virtual bool ShouldPreserveAbortedURLs() OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]

Completed in 103 milliseconds