Searched defs:setXSSAuditorEnabled (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DWebSettingsImpl.cpp198 void WebSettingsImpl::setXSSAuditorEnabled(bool enabled) function in class:WebKit::WebSettingsImpl
200 m_settings->setXSSAuditorEnabled(enabled);
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp346 void LayoutTestController::setXSSAuditorEnabled(bool enable) function in class:LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp168 void LayoutTestController::setXSSAuditorEnabled(bool enabled) function in class:LayoutTestController
/external/webkit/WebCore/page/
H A DSettings.cpp704 void Settings::setXSSAuditorEnabled(bool xssAuditorEnabled) function in class:WebCore::Settings
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp328 void LayoutTestController::setXSSAuditorEnabled(bool flag) function in class:LayoutTestController
/external/webkit/WebKit/win/
H A DWebPreferences.cpp802 HRESULT STDMETHODCALLTYPE WebPreferences::setXSSAuditorEnabled( function in class:WebPreferences
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp358 void LayoutTestController::setXSSAuditorEnabled(bool enabled) function in class:LayoutTestController
372 prefsPrivate->setXSSAuditorEnabled(enabled);

Completed in 81 milliseconds