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

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorClient.h82 virtual void setShowDebugBorders(bool) { } function in class:WebCore::InspectorClient
H A DInspectorPageAgent.h115 virtual void setShowDebugBorders(ErrorString*, bool show);
H A DInspectorPageAgent.cpp406 setShowDebugBorders(0, showDebugBorders);
452 setShowDebugBorders(0, false);
809 void InspectorPageAgent::setShowDebugBorders(ErrorString*, bool show) function in class:WebCore::InspectorPageAgent
812 m_client->setShowDebugBorders(show);
1344 settings->setShowDebugBorders(visible);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl107 HRESULT setShowDebugBorders([in] BOOL);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h203 - (void)setShowDebugBorders:(BOOL)show;
H A DWebPreferences.mm1423 - (void)setShowDebugBorders:(BOOL)enabled
H A DWebView.mm1502 settings->setShowDebugBorders([preferences showDebugBorders]);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.h377 void setShowDebugBorders(bool);
H A DWebPage.cpp6313 void WebPage::setShowDebugBorders(bool show) function in class:BlackBerry::WebKit::WebPage
6316 d->m_page->settings()->setShowDebugBorders(show);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h447 virtual HRESULT STDMETHODCALLTYPE setShowDebugBorders(BOOL);
H A DWebPreferences.cpp1558 HRESULT WebPreferences::setShowDebugBorders(BOOL enabled) function in class:WebPreferences
H A DWebView.cpp4968 settings->setShowDebugBorders(enabled);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSettingsScreen.js392 PageAgent.setShowDebugBorders(WebInspector.settings.showDebugBorders.get());
H A Dinspector.js511 PageAgent.setShowDebugBorders(true);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebsettings.cpp160 settings->setShowDebugBorders(showDebugVisuals);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp3570 coreSettings->setShowDebugBorders(showDebugVisuals);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2528 settings->setShowDebugBorders(store.getBoolValueForKey(WebPreferencesKey::compositingBordersVisibleKey()));
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp774 priv->pageSettings->setShowDebugBorders(showDebugVisuals);

Completed in 592 milliseconds