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

/external/webkit/Source/WebKit/chromium/src/
H A DWebSettingsImpl.cpp212 void WebSettingsImpl::setXSSAuditorEnabled(bool enabled) function in class:WebKit::WebSettingsImpl
214 m_settings->setXSSAuditorEnabled(enabled);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp314 void LayoutTestController::setXSSAuditorEnabled(bool enabled) function in class:WTR::LayoutTestController
/external/webkit/Source/WebCore/page/
H A DSettings.cpp826 void Settings::setXSSAuditorEnabled(bool xssAuditorEnabled) function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp840 HRESULT STDMETHODCALLTYPE WebPreferences::setXSSAuditorEnabled( function in class:WebPreferences
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp174 bindMethod("setXSSAuditorEnabled", &LayoutTestController::setXSSAuditorEnabled);
1206 void LayoutTestController::setXSSAuditorEnabled(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp411 void LayoutTestController::setXSSAuditorEnabled(bool flag) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp485 void LayoutTestController::setXSSAuditorEnabled(bool enable) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp478 void LayoutTestController::setXSSAuditorEnabled(bool enabled) function in class:LayoutTestController
492 prefsPrivate->setXSSAuditorEnabled(enabled);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp185 void LayoutTestController::setXSSAuditorEnabled(bool enabled) function in class:LayoutTestController

Completed in 4221 milliseconds