Searched refs:setShowScrollBottleneckRects (Results 1 – 12 of 12) sorted by relevance
133 void InspectorClientImpl::setShowScrollBottleneckRects(bool show) in setShowScrollBottleneckRects() function in blink::InspectorClientImpl135 m_inspectedWebView->setShowScrollBottleneckRects(show); in setShowScrollBottleneckRects()
68 virtual void setShowScrollBottleneckRects(bool) OVERRIDE;
270 virtual void setShowScrollBottleneckRects(bool) OVERRIDE;
919 void WebViewImpl::setShowScrollBottleneckRects(bool show) in setShowScrollBottleneckRects() function in blink::WebViewImpl922 m_layerTreeView->setShowScrollBottleneckRects(show); in setShowScrollBottleneckRects()4200 m_layerTreeView->setShowScrollBottleneckRects(m_showScrollBottleneckRects); in setIsAcceleratedCompositingActive()
69 virtual void setShowScrollBottleneckRects(bool) { } in setShowScrollBottleneckRects() function
119 virtual void setShowScrollBottleneckRects(ErrorString*, bool show) OVERRIDE;
480 setShowScrollBottleneckRects(0, showScrollBottleneckRects); in restore()524 setShowScrollBottleneckRects(0, false); in disable()931 void InspectorPageAgent::setShowScrollBottleneckRects(ErrorString* errorString, bool show) in setShowScrollBottleneckRects() function in blink::InspectorPageAgent936 m_client->setShowScrollBottleneckRects(show); in setShowScrollBottleneckRects()
155 virtual void setShowScrollBottleneckRects(bool) { } in setShowScrollBottleneckRects() function
105 virtual void setShowScrollBottleneckRects(bool) {} in setShowScrollBottleneckRects() function
127 virtual void setShowScrollBottleneckRects(bool show); in NON_EXPORTED_BASE()
753 void RenderWidgetCompositor::setShowScrollBottleneckRects(bool show) { in setShowScrollBottleneckRects() function in content::RenderWidgetCompositor
455 virtual void setShowScrollBottleneckRects(bool) = 0;