Searched refs:isXSSAuditorEnabled (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h123 - (BOOL)isXSSAuditorEnabled;
H A DWebPreferences.mm910 - (BOOL)isXSSAuditorEnabled
H A DWebView.mm1526 settings->setXSSAuditorEnabled([preferences isXSSAuditorEnabled]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferencesPrivate.idl79 HRESULT isXSSAuditorEnabled([out, retval] BOOL *enabled);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h383 virtual HRESULT STDMETHODCALLTYPE isXSSAuditorEnabled(
H A DWebPreferences.cpp833 HRESULT STDMETHODCALLTYPE WebPreferences::isXSSAuditorEnabled( function in class:WebPreferences
H A DWebView.cpp4726 hr = prefsPrivate->isXSSAuditorEnabled(&enabled);

Completed in 503 milliseconds