Home
last modified time | relevance | path

Searched refs:setShowScrollBottleneckRects (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DInspectorClientImpl.cpp133 void InspectorClientImpl::setShowScrollBottleneckRects(bool show) in setShowScrollBottleneckRects() function in blink::InspectorClientImpl
135 m_inspectedWebView->setShowScrollBottleneckRects(show); in setShowScrollBottleneckRects()
DInspectorClientImpl.h68 virtual void setShowScrollBottleneckRects(bool) OVERRIDE;
DWebViewImpl.h270 virtual void setShowScrollBottleneckRects(bool) OVERRIDE;
DWebViewImpl.cpp919 void WebViewImpl::setShowScrollBottleneckRects(bool show) in setShowScrollBottleneckRects() function in blink::WebViewImpl
922 m_layerTreeView->setShowScrollBottleneckRects(show); in setShowScrollBottleneckRects()
4200 m_layerTreeView->setShowScrollBottleneckRects(m_showScrollBottleneckRects); in setIsAcceleratedCompositingActive()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorClient.h69 virtual void setShowScrollBottleneckRects(bool) { } in setShowScrollBottleneckRects() function
DInspectorPageAgent.h119 virtual void setShowScrollBottleneckRects(ErrorString*, bool show) OVERRIDE;
DInspectorPageAgent.cpp480 setShowScrollBottleneckRects(0, showScrollBottleneckRects); in restore()
524 setShowScrollBottleneckRects(0, false); in disable()
931 void InspectorPageAgent::setShowScrollBottleneckRects(ErrorString* errorString, bool show) in setShowScrollBottleneckRects() function in blink::InspectorPageAgent
936 m_client->setShowScrollBottleneckRects(show); in setShowScrollBottleneckRects()
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayerTreeView.h155 virtual void setShowScrollBottleneckRects(bool) { } in setShowScrollBottleneckRects() function
/external/chromium_org/mojo/services/html_viewer/
Dweblayertreeview_impl.h105 virtual void setShowScrollBottleneckRects(bool) {} in setShowScrollBottleneckRects() function
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.h127 virtual void setShowScrollBottleneckRects(bool show); in NON_EXPORTED_BASE()
Drender_widget_compositor.cc753 void RenderWidgetCompositor::setShowScrollBottleneckRects(bool show) { in setShowScrollBottleneckRects() function in content::RenderWidgetCompositor
/external/chromium_org/third_party/WebKit/public/web/
DWebView.h455 virtual void setShowScrollBottleneckRects(bool) = 0;