Searched defs:setShowPaintRects (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorClient.h58 virtual void setShowPaintRects(bool) { } function in class:WebCore::InspectorClient
H A DInspectorPageAgent.cpp354 setShowPaintRects(0, showPaintRects);
396 setShowPaintRects(0, false);
702 void InspectorPageAgent::setShowPaintRects(ErrorString*, bool show) function in class:WebCore::InspectorPageAgent
705 m_client->setShowPaintRects(show);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayerTreeView.h140 virtual void setShowPaintRects(bool) { } function in class:WebKit::WebLayerTreeView
/external/chromium_org/third_party/WebKit/Source/web/
H A DInspectorClientImpl.cpp116 void InspectorClientImpl::setShowPaintRects(bool show) function in class:WebKit::InspectorClientImpl
118 m_inspectedWebView->setShowPaintRects(show);
H A DWebSettingsImpl.cpp429 void WebSettingsImpl::setShowPaintRects(bool show) function in class:WebKit::WebSettingsImpl
H A DWebViewImpl.cpp870 void WebViewImpl::setShowPaintRects(bool show) function in class:WebKit::WebViewImpl
873 TRACE_EVENT0("webkit", "WebViewImpl::setShowPaintRects");
874 m_layerTreeView->setShowPaintRects(show);
4023 m_layerTreeView->setShowPaintRects(m_showPaintRects);
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc504 void RenderWidgetCompositor::setShowPaintRects(bool show) { function in class:content::RenderWidgetCompositor

Completed in 1478 milliseconds