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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsState.h110 bool showRepaintCounter : 1; member in struct:WebCore::CoordinatedGraphicsLayerState::__anon5759::__anon5760
126 , showRepaintCounter(false)
H A DCoordinatedGraphicsLayer.cpp466 m_layerState.showRepaintCounter = true;
690 m_layerState.showRepaintCounter = isShowingRepaintCounter();
H A DCoordinatedGraphicsScene.cpp274 layer->setDebugVisuals(layerState.showDebugBorders, layerState.debugBorderColor, layerState.debugBorderWidth, layerState.showRepaintCounter);
/macosx-10.10/WebCore-7600.1.25/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.cpp143 if (m_state.showRepaintCounter)
629 void TextureMapperLayer::setDebugVisuals(bool showDebugBorders, const Color& debugBorderColor, float debugBorderWidth, bool showRepaintCounter) argument
634 m_state.showRepaintCounter = showRepaintCounter;
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebPreferencesPrivate.idl111 HRESULT showRepaintCounter([out, retval] BOOL*);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerBacking.h192 void updateDebugIndicators(bool showBorder, bool showRepaintCounter);
H A DRenderLayerBacking.cpp233 void RenderLayerBacking::updateDebugIndicators(bool showBorder, bool showRepaintCounter) argument
236 m_graphicsLayer->setShowRepaintCounter(showRepaintCounter);
243 m_foregroundLayer->setShowRepaintCounter(showRepaintCounter);
251 m_backgroundLayer->setShowRepaintCounter(showRepaintCounter);
256 m_maskLayer->setShowRepaintCounter(showRepaintCounter);
273 m_scrollingContentsLayer->setShowRepaintCounter(showRepaintCounter);
H A DRenderLayerCompositor.cpp325 bool showRepaintCounter = false; local
342 showRepaintCounter = settings.showRepaintCounter();
350 if (hasAcceleratedCompositing != m_hasAcceleratedCompositing || showDebugBorders != m_showDebugBorders || showRepaintCounter != m_showRepaintCounter || forceCompositingMode != m_forceCompositingMode)
356 m_showRepaintCounter = showRepaintCounter;
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferencesPrivate.h211 - (BOOL)showRepaintCounter;
H A DWebPreferences.mm1867 - (BOOL)showRepaintCounter
H A DWebView.mm2247 settings.setShowRepaintCounter([preferences showRepaintCounter]);
2415 [[self window] setTilePaintCountsVisible:[preferences showRepaintCounter]];
5254 [window setTilePaintCountsVisible:[preferences showRepaintCounter]];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlayController.cpp235 layer.setShowRepaintCounter(settings.showRepaintCounter());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp371 layer->setShowRepaintCounter(m_webPage->corePage()->settings().showRepaintCounter());
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferences.h448 virtual HRESULT STDMETHODCALLTYPE showRepaintCounter(BOOL*);
H A DWebPreferences.cpp1607 HRESULT WebPreferences::showRepaintCounter(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4978 hr = prefsPrivate->showRepaintCounter(&enabled);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorPageAgent.cpp1037 *outParam = m_page->settings().showDebugBorders() || m_page->settings().showRepaintCounter();

Completed in 302 milliseconds