Home
last modified time | relevance | path

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

/external/webkit/WebKit/mac/WebView/
DWebPreferencesPrivate.h57 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag;
DWebPreferences.mm770 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag
DWebView.mm1326 settings->setAuthorAndUserStylesEnabled([preferences authorAndUserStylesEnabled]);
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp225 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) in setAuthorAndUserStylesEnabled() function in LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h60 void setAuthorAndUserStylesEnabled(bool);
DLayoutTestController.cpp455 controller->setAuthorAndUserStylesEnabled(JSValueToBoolean(context, arguments[0])); in setAuthorAndUserStylesEnabledCallback()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm171 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) function
173 [[[mainFrame webView] preferences] setAuthorAndUserStylesEnabled:flag];
DDumpRenderTree.mm952 [preferences setAuthorAndUserStylesEnabled:YES];
/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp239 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) in setAuthorAndUserStylesEnabled() function in LayoutTestController
253 prefsPrivate->setAuthorAndUserStylesEnabled(flag); in setAuthorAndUserStylesEnabled()
DDumpRenderTree.cpp659 prefsPrivate->setAuthorAndUserStylesEnabled(TRUE); in resetWebViewToConsistentStateBeforeTesting()
/external/webkit/WebKit/win/Interfaces/
DIWebPreferencesPrivate.idl49 HRESULT setAuthorAndUserStylesEnabled([in] BOOL enabled);
/external/webkit/WebCore/page/
DSettings.h206 void setAuthorAndUserStylesEnabled(bool);
DSettings.cpp449 void Settings::setAuthorAndUserStylesEnabled(bool authorAndUserStylesEnabled) in setAuthorAndUserStylesEnabled() function in WebCore::Settings
/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp150 if (FAILED(preferences->setAuthorAndUserStylesEnabled(TRUE))) in createPage()
/external/webkit/WebKit/win/
DWebPreferences.h296 virtual HRESULT STDMETHODCALLTYPE setAuthorAndUserStylesEnabled(BOOL);
DWebPreferences.cpp1172 HRESULT STDMETHODCALLTYPE WebPreferences::setAuthorAndUserStylesEnabled(BOOL enabled) in setAuthorAndUserStylesEnabled() function in WebPreferences
DWebView.cpp4184 settings->setAuthorAndUserStylesEnabled(enabled); in notifyPreferencesChanged()
DChangeLog7536 (WebPreferences::setAuthorAndUserStylesEnabled): Added.
/external/webkit/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm163 [preferences setAuthorAndUserStylesEnabled:YES];
/external/webkit/WebKit/mac/
DWebKit.order1638 -[WebPreferences(WebPrivate) setAuthorAndUserStylesEnabled:]
DChangeLog12452 (-[WebPreferences setAuthorAndUserStylesEnabled:]): Set the setting's BOOL value.
12453 …WebView/WebPreferencesPrivate.h: Add authorAndUserStylesEnabled and setAuthorAndUserStylesEnabled:.
/external/webkit/WebKitTools/
DChangeLog6003 Fix <rdar://5614497> setAuthorAndUserStylesEnabled is not implemented in DRT
6008 (LayoutTestController::setAuthorAndUserStylesEnabled): Implemented.
6079 (LayoutTestController::setAuthorAndUserStylesEnabled):
6520 (LayoutTestController::setAuthorAndUserStylesEnabled):
6522 (LayoutTestController::setAuthorAndUserStylesEnabled):
/external/webkit/WebCore/
DChangeLog-2008-08-1071285 (WebCore::Settings::setAuthorAndUserStylesEnabled):
71299 * WebCore.base.exp: Add the Settings::setAuthorAndUserStylesEnabled symbol.
71313 (WebCore::Settings::setAuthorAndUserStylesEnabled): Recalc style in all the frames