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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsState.h113 bool showDebugBorders : 1; member in struct:WebCore::CoordinatedGraphicsLayerState::__anon5402::__anon5403
129 , showDebugBorders(false)
H A DCoordinatedGraphicsLayer.cpp451 m_layerState.showDebugBorders = true;
689 m_layerState.showDebugBorders = isShowingDebugBorder();
694 if (m_layerState.showDebugBorders)
700 ASSERT(m_layerState.showDebugBorders);
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);
232 bool showDebugBorders : 1; member in struct:WebCore::TextureMapperLayer::State
248 , showDebugBorders(false)
H A DTextureMapperLayer.cpp126 if (m_state.showDebugBorders)
138 if (m_state.showDebugBorders)
156 if (m_state.showDebugBorders)
632 void TextureMapperLayer::setDebugVisuals(bool showDebugBorders, const Color& debugBorderColor, float debugBorderWidth, bool showRepaintCounter) argument
634 m_state.showDebugBorders = showDebugBorders;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl108 HRESULT showDebugBorders([out, retval] BOOL*);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSettings.js106 this.showDebugBorders = this.createSetting("showDebugBorders", false);
H A DSettingsScreen.js333 p.appendChild(this._createCheckboxSetting(WebInspector.UIString("Show composited layer borders"), WebInspector.settings.showDebugBorders));
334 WebInspector.settings.showDebugBorders.addChangeListener(this._showDebugBordersChanged, this);
392 PageAgent.setShowDebugBorders(WebInspector.settings.showDebugBorders.get());
H A Dinspector.js510 if (WebInspector.settings.showDebugBorders.get())
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h202 - (BOOL)showDebugBorders;
H A DWebPreferences.mm1418 - (BOOL)showDebugBorders
H A DWebView.mm1502 settings->setShowDebugBorders([preferences showDebugBorders]);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DLayerTreeHostMac.mm385 layer->setShowDebugBorder(m_webPage->corePage()->settings()->showDebugBorders());
H A DTiledCoreAnimationDrawingArea.mm239 it->value->setShowDebugBorder(settings->showDebugBorders());
605 layer->setShowDebugBorder(m_webPage->corePage()->settings()->showDebugBorders());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp387 layer->setShowDebugBorder(m_webPage->corePage()->settings()->showDebugBorders());
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerCompositor.cpp246 bool showDebugBorders = false; local
264 showDebugBorders = settings->showDebugBorders();
274 if (hasAcceleratedCompositing != m_hasAcceleratedCompositing || showDebugBorders != m_showDebugBorders || showRepaintCounter != m_showRepaintCounter || forceCompositingMode != m_forceCompositingMode)
277 bool debugBordersChanged = m_showDebugBorders != showDebugBorders;
279 m_showDebugBorders = showDebugBorders;
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorPageAgent.cpp405 bool showDebugBorders = m_state->getBoolean(PageAgentState::pageAgentShowDebugBorders); local
406 setShowDebugBorders(0, showDebugBorders);
1335 *outParam = settings->showDebugBorders() || settings->showRepaintCounter();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h448 virtual HRESULT STDMETHODCALLTYPE showDebugBorders(BOOL*);
H A DWebPreferences.cpp1552 HRESULT WebPreferences::showDebugBorders(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4965 hr = prefsPrivate->showDebugBorders(&enabled);

Completed in 654 milliseconds