Home
last modified time | relevance | path

Searched refs:m_showPaintRects (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebSettingsImpl.h182 bool showPaintRects() const { return m_showPaintRects; } in showPaintRects()
199 bool m_showPaintRects; variable
DWebSettingsImpl.cpp47 , m_showPaintRects(false) in WebSettingsImpl()
461 m_showPaintRects = show; in setShowPaintRects()
DWebViewImpl.h733 bool m_showPaintRects; variable
DWebViewImpl.cpp413 , m_showPaintRects(false) in WebViewImpl()
897 m_showPaintRects = show; in setShowPaintRects()
4197 m_layerTreeView->setShowPaintRects(m_showPaintRects); in setIsAcceleratedCompositingActive()