Home
last modified time | relevance | path

Searched refs:DisableScrollbarsForThreshold (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/public/browser/
Drender_view_host.h108 virtual void DisableScrollbarsForThreshold(const gfx::Size& size) = 0;
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h164 virtual void DisableScrollbarsForThreshold(const gfx::Size& size) OVERRIDE;
Drender_view_host_impl.cc1495 void RenderViewHostImpl::DisableScrollbarsForThreshold(const gfx::Size& size) { in DisableScrollbarsForThreshold() function in content::RenderViewHostImpl