Home
last modified time | relevance | path

Searched refs:setShowPaintRects (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DInspectorClientImpl.cpp113 void InspectorClientImpl::setShowPaintRects(bool show) in setShowPaintRects() function in blink::InspectorClientImpl
115 m_inspectedWebView->setShowPaintRects(show); in setShowPaintRects()
DInspectorClientImpl.h64 virtual void setShowPaintRects(bool) OVERRIDE;
DWebSettingsImpl.h145 virtual void setShowPaintRects(bool) OVERRIDE;
DWebSettingsImpl.cpp459 void WebSettingsImpl::setShowPaintRects(bool show) in setShowPaintRects() function in blink::WebSettingsImpl
DWebViewImpl.h266 virtual void setShowPaintRects(bool) OVERRIDE;
DWebViewImpl.cpp891 void WebViewImpl::setShowPaintRects(bool show) in setShowPaintRects() function in blink::WebViewImpl
895 m_layerTreeView->setShowPaintRects(show); in setShowPaintRects()
4197 m_layerTreeView->setShowPaintRects(m_showPaintRects); in setIsAcceleratedCompositingActive()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorClient.h65 virtual void setShowPaintRects(bool) { } in setShowPaintRects() function
DInspectorPageAgent.h115 virtual void setShowPaintRects(ErrorString*, bool show) OVERRIDE;
DInspectorPageAgent.cpp470 setShowPaintRects(0, showPaintRects); in restore()
518 setShowPaintRects(0, false); in disable()
897 void InspectorPageAgent::setShowPaintRects(ErrorString*, bool show) in setShowPaintRects() function in blink::InspectorPageAgent
900 m_client->setShowPaintRects(show); in setShowPaintRects()
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayerTreeView.h146 virtual void setShowPaintRects(bool) { } in setShowPaintRects() function
/external/chromium_org/mojo/services/html_viewer/
Dweblayertreeview_impl.h102 virtual void setShowPaintRects(bool) {} in setShowPaintRects() function
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.h124 virtual void setShowPaintRects(bool show); in NON_EXPORTED_BASE()
Drender_widget_compositor.cc735 void RenderWidgetCompositor::setShowPaintRects(bool show) { in setShowPaintRects() function in content::RenderWidgetCompositor
/external/chromium_org/third_party/WebKit/public/web/
DWebSettings.h190 virtual void setShowPaintRects(bool) = 0;
DWebView.h452 virtual void setShowPaintRects(bool) = 0;