Searched refs:showDebugBorders (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DGraphicsLayerClient.h66 virtual bool showDebugBorders() const = 0;
H A DGraphicsLayer.h319 bool showDebugBorders() { return m_client ? m_client->showDebugBorders() : false; } function in class:WebCore::GraphicsLayer
H A DGraphicsLayer.cpp255 if (GraphicsLayer::showDebugBorders()) {
263 if (GraphicsLayer::showDebugBorders())
/external/webkit/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h71 virtual bool showDebugBorders() const { return false; } function in class:WebCore::MediaPlayerPrivate
H A DGraphicsLayerCACF.cpp706 if (showDebugBorders()) {
/external/webkit/WebCore/rendering/
H A DRenderLayerBacking.h122 virtual bool showDebugBorders() const;
H A DRenderLayerCompositor.h69 bool showDebugBorders() const { return m_showDebugBorders; } function in class:WebCore::RenderLayerCompositor
H A DRenderLayerCompositor.cpp128 bool showDebugBorders = false; local
133 showDebugBorders = settings->showDebugBorders();
137 if (hasAcceleratedCompositing != m_hasAcceleratedCompositing || showDebugBorders != m_showDebugBorders || showRepaintCounter != m_showRepaintCounter)
141 m_showDebugBorders = showDebugBorders;
H A DRenderLayerBacking.cpp1065 bool RenderLayerBacking::showDebugBorders() const function in class:WebCore::RenderLayerBacking
1067 return compositor() ? compositor()->showDebugBorders() : false;
/external/webkit/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h155 - (BOOL)showDebugBorders;
H A DWebPreferences.mm1158 - (BOOL)showDebugBorders
H A DWebView.mm1332 settings->setShowDebugBorders([preferences showDebugBorders]);
/external/webkit/WebCore/page/
H A DSettings.h331 bool showDebugBorders() const { return m_showDebugBorders; } function in class:WebCore::Settings
/external/webkit/WebCore/platform/graphics/mac/
H A DGraphicsLayerCA.mm2241 if (showDebugBorders()) {
2444 if (showDebugBorders()) {

Completed in 741 milliseconds