Home
last modified time | relevance | path

Searched refs:setAuthorAndUserStylesEnabled (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DWebSettingsImpl.cpp192 void WebSettingsImpl::setAuthorAndUserStylesEnabled(bool enabled) in setAuthorAndUserStylesEnabled() function in WebKit::WebSettingsImpl
194 m_settings->setAuthorAndUserStylesEnabled(enabled); in setAuthorAndUserStylesEnabled()
DWebSettingsImpl.h73 virtual void setAuthorAndUserStylesEnabled(bool);
/external/webkit/Source/WebKit/chromium/public/
DWebSettings.h80 virtual void setAuthorAndUserStylesEnabled(bool) = 0;
/external/webkit/Tools/DumpRenderTree/chromium/
DWebPreferences.cpp128 settings->setAuthorAndUserStylesEnabled(authorAndUserStylesEnabled); in applyTo()
DLayoutTestController.h176 void setAuthorAndUserStylesEnabled(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp141 … bindMethod("setAuthorAndUserStylesEnabled", &LayoutTestController::setAuthorAndUserStylesEnabled); in LayoutTestController()
714 void LayoutTestController::setAuthorAndUserStylesEnabled(const CppArgumentList& arguments, CppVaria… in setAuthorAndUserStylesEnabled() function in LayoutTestController
/external/chromium/webkit/glue/
Dwebpreferences.cc116 settings->setAuthorAndUserStylesEnabled(author_and_user_styles_enabled); in Apply()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferencesPrivate.h67 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag;
DWebPreferences.mm845 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp205 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) in setAuthorAndUserStylesEnabled() function in LayoutTestController
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferencesPrivate.idl49 HRESULT setAuthorAndUserStylesEnabled([in] BOOL enabled);
/external/webkit/Source/WebCore/page/
DSettings.h302 void setAuthorAndUserStylesEnabled(bool);
DSettings.cpp719 void Settings::setAuthorAndUserStylesEnabled(bool authorAndUserStylesEnabled) in setAuthorAndUserStylesEnabled() function in WebCore::Settings
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h94 void setAuthorAndUserStylesEnabled(bool);
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp128 if (FAILED(preferences->setAuthorAndUserStylesEnabled(TRUE))) in openInspectorFrontend()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPreferences.cpp437 toImpl(preferencesRef)->setAuthorAndUserStylesEnabled(enabled); in WKPreferencesSetAuthorAndUserStylesEnabled()
/external/webkit/Source/WebKit/win/
DWebPreferences.h302 virtual HRESULT STDMETHODCALLTYPE setAuthorAndUserStylesEnabled(BOOL);
DWebPreferences.cpp1321 HRESULT STDMETHODCALLTYPE WebPreferences::setAuthorAndUserStylesEnabled(BOOL enabled) in setAuthorAndUserStylesEnabled() function in WebPreferences
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp360 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) in setAuthorAndUserStylesEnabled() function in LayoutTestController
374 prefsPrivate->setAuthorAndUserStylesEnabled(flag); in setAuthorAndUserStylesEnabled()
DDumpRenderTree.cpp871 prefsPrivate->setAuthorAndUserStylesEnabled(TRUE); in resetDefaultsToConsistentValues()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm227 [preferences setAuthorAndUserStylesEnabled:YES];
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp456 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) in setAuthorAndUserStylesEnabled() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm382 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) function
384 [[[mainFrame webView] preferences] setAuthorAndUserStylesEnabled:flag];
DDumpRenderTree.mm452 [preferences setAuthorAndUserStylesEnabled:YES];
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1427 …settings->setAuthorAndUserStylesEnabled(store.getBoolValueForKey(WebPreferencesKey::authorAndUserS… in updatePreferences()

12