Searched refs:CanOverscrollContent (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigator_delegate.cc9 bool NavigatorDelegate::CanOverscrollContent() const { function in class:content::NavigatorDelegate
H A Dnavigation_controller_delegate.h45 virtual bool CanOverscrollContent() const = 0;
H A Dnavigator_delegate.h75 virtual bool CanOverscrollContent() const;
H A Dnavigation_entry_screenshot_manager.cc86 if (!owner_->delegate()->CanOverscrollContent())
H A Dnavigator_impl.cc433 if (delegate_->CanOverscrollContent()) {
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.h66 virtual bool CanOverscrollContent() const OVERRIDE;
H A Dcast_window_android.cc145 bool CastWindowAndroid::CanOverscrollContent() const { function in class:chromecast::shell::CastWindowAndroid
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc30 bool WebContentsDelegate::CanOverscrollContent() const { return false; } function in class:content::WebContentsDelegate
H A Dweb_contents_delegate.h161 virtual bool CanOverscrollContent() const;
/external/chromium_org/content/shell/browser/
H A Dshell.h138 virtual bool CanOverscrollContent() const OVERRIDE;
H A Dshell.cc319 bool Shell::CanOverscrollContent() const { function in class:content::Shell
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc664 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
2640 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
2664 bool WebContentsImpl::CanOverscrollContent() const { function in class:content::WebContentsImpl
2670 return delegate_->CanOverscrollContent();
3544 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
4071 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
4391 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
H A Dweb_contents_impl.h524 virtual bool CanOverscrollContent() const OVERRIDE;
H A Dweb_contents_view_aura_browsertest.cc76 virtual bool CanOverscrollContent() const OVERRIDE {
H A Dweb_contents_view_aura.cc1145 web_contents_->GetDelegate()->CanOverscrollContent())) {
/external/chromium_org/athena/content/
H A Dweb_activity.cc252 virtual bool CanOverscrollContent() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h431 virtual bool CanOverscrollContent() const OVERRIDE;
H A Dbrowser.cc1129 bool Browser::CanOverscrollContent() const { function in class:Browser

Completed in 1725 milliseconds