Searched refs:showRepaintCounter (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsState.h114 bool showRepaintCounter : 1; member in struct:WebCore::CoordinatedGraphicsLayerState::__anon5402::__anon5403
130 , showRepaintCounter(false)
H A DCoordinatedGraphicsLayer.cpp463 m_layerState.showRepaintCounter = true;
690 m_layerState.showRepaintCounter = isShowingRepaintCounter();
H A DCoordinatedGraphicsScene.cpp321 layer->setDebugVisuals(layerState.showDebugBorders, layerState.debugBorderColor, layerState.debugBorderWidth, layerState.showRepaintCounter);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperLayer.h117 void setDebugVisuals(bool showDebugBorders, const Color& debugBorderColor, float debugBorderWidth, bool showRepaintCounter);
118 bool isShowingRepaintCounter() const { return m_state.showRepaintCounter; }
233 bool showRepaintCounter : 1; member in struct:WebCore::TextureMapperLayer::State
249 , showRepaintCounter(false)
H A DTextureMapperLayer.cpp141 if (m_state.showRepaintCounter)
632 void TextureMapperLayer::setDebugVisuals(bool showDebugBorders, const Color& debugBorderColor, float debugBorderWidth, bool showRepaintCounter) argument
637 m_state.showRepaintCounter = showRepaintCounter;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl111 HRESULT showRepaintCounter([out, retval] BOOL*);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.h156 void updateDebugIndicators(bool showBorder, bool showRepaintCounter);
H A DRenderLayerBacking.cpp253 void RenderLayerBacking::updateDebugIndicators(bool showBorder, bool showRepaintCounter) argument
256 m_graphicsLayer->setShowRepaintCounter(showRepaintCounter);
263 m_foregroundLayer->setShowRepaintCounter(showRepaintCounter);
271 m_backgroundLayer->setShowRepaintCounter(showRepaintCounter);
276 m_maskLayer->setShowRepaintCounter(showRepaintCounter);
293 m_scrollingContentsLayer->setShowRepaintCounter(showRepaintCounter);
H A DRenderLayerCompositor.cpp247 bool showRepaintCounter = false; local
265 showRepaintCounter = settings->showRepaintCounter();
274 if (hasAcceleratedCompositing != m_hasAcceleratedCompositing || showDebugBorders != m_showDebugBorders || showRepaintCounter != m_showRepaintCounter || forceCompositingMode != m_forceCompositingMode)
280 m_showRepaintCounter = showRepaintCounter;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h205 - (BOOL)showRepaintCounter;
H A DWebPreferences.mm1428 - (BOOL)showRepaintCounter
H A DWebView.mm1503 settings->setShowRepaintCounter([preferences showRepaintCounter]);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DLayerTreeHostMac.mm386 layer->setShowRepaintCounter(m_webPage->corePage()->settings()->showRepaintCounter());
H A DTiledCoreAnimationDrawingArea.mm240 it->value->setShowRepaintCounter(settings->showRepaintCounter());
606 layer->setShowRepaintCounter(m_webPage->corePage()->settings()->showRepaintCounter());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp388 layer->setShowRepaintCounter(m_webPage->corePage()->settings()->showRepaintCounter());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h451 virtual HRESULT STDMETHODCALLTYPE showRepaintCounter(BOOL*);
H A DWebPreferences.cpp1564 HRESULT WebPreferences::showRepaintCounter(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4970 hr = prefsPrivate->showRepaintCounter(&enabled);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorPageAgent.cpp1335 *outParam = settings->showDebugBorders() || settings->showRepaintCounter();

Completed in 295 milliseconds