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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsState.h109 bool showDebugBorders : 1; member in struct:WebCore::CoordinatedGraphicsLayerState::__anon5759::__anon5760
125 , showDebugBorders(false)
H A DCoordinatedGraphicsLayer.cpp454 m_layerState.showDebugBorders = true;
689 m_layerState.showDebugBorders = isShowingDebugBorder();
694 if (m_layerState.showDebugBorders)
700 ASSERT(m_layerState.showDebugBorders);
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);
232 bool showDebugBorders : 1; member in struct:WebCore::TextureMapperLayer::State
248 , showDebugBorders(false)
H A DTextureMapperLayer.cpp128 if (m_state.showDebugBorders)
140 if (m_state.showDebugBorders)
158 if (m_state.showDebugBorders)
629 void TextureMapperLayer::setDebugVisuals(bool showDebugBorders, const Color& debugBorderColor, float debugBorderWidth, bool showRepaintCounter) argument
631 m_state.showDebugBorders = showDebugBorders;
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebPreferencesPrivate.idl108 HRESULT showDebugBorders([out, retval] BOOL*);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferencesPrivate.h208 - (BOOL)showDebugBorders;
H A DWebPreferences.mm1857 - (BOOL)showDebugBorders
H A DWebView.mm2246 settings.setShowDebugBorders([preferences showDebugBorders]);
2414 [[self window] setTileBordersVisible:[preferences showDebugBorders]];
5253 [window setTileBordersVisible:[preferences showDebugBorders]];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlayController.cpp234 layer.setShowDebugBorder(settings.showDebugBorders());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp370 layer->setShowDebugBorder(m_webPage->corePage()->settings().showDebugBorders());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DRemoteLayerTreeDrawingArea.mm152 m_rootLayer->setShowDebugBorder(settings.showDebugBorders());
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferences.h445 virtual HRESULT STDMETHODCALLTYPE showDebugBorders(BOOL*);
H A DWebPreferences.cpp1595 HRESULT WebPreferences::showDebugBorders(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4973 hr = prefsPrivate->showDebugBorders(&enabled);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerCompositor.cpp324 bool showDebugBorders = false; local
341 showDebugBorders = settings.showDebugBorders();
350 if (hasAcceleratedCompositing != m_hasAcceleratedCompositing || showDebugBorders != m_showDebugBorders || showRepaintCounter != m_showRepaintCounter || forceCompositingMode != m_forceCompositingMode)
353 bool debugBordersChanged = m_showDebugBorders != showDebugBorders;
355 m_showDebugBorders = showDebugBorders;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorPageAgent.cpp1037 *outParam = m_page->settings().showDebugBorders() || m_page->settings().showRepaintCounter();

Completed in 247 milliseconds