/external/webkit/WebKit/mac/WebView/ |
D | WebPreferencesPrivate.h | 57 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag;
|
D | WebPreferences.mm | 770 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag
|
D | WebView.mm | 1326 settings->setAuthorAndUserStylesEnabled([preferences authorAndUserStylesEnabled]);
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 225 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) in setAuthorAndUserStylesEnabled() function in LayoutTestController
|
/external/webkit/WebKitTools/DumpRenderTree/ |
D | LayoutTestController.h | 60 void setAuthorAndUserStylesEnabled(bool);
|
D | LayoutTestController.cpp | 455 controller->setAuthorAndUserStylesEnabled(JSValueToBoolean(context, arguments[0])); in setAuthorAndUserStylesEnabledCallback()
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 171 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) function 173 [[[mainFrame webView] preferences] setAuthorAndUserStylesEnabled:flag];
|
D | DumpRenderTree.mm | 952 [preferences setAuthorAndUserStylesEnabled:YES];
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 239 void LayoutTestController::setAuthorAndUserStylesEnabled(bool flag) in setAuthorAndUserStylesEnabled() function in LayoutTestController 253 prefsPrivate->setAuthorAndUserStylesEnabled(flag); in setAuthorAndUserStylesEnabled()
|
D | DumpRenderTree.cpp | 659 prefsPrivate->setAuthorAndUserStylesEnabled(TRUE); in resetWebViewToConsistentStateBeforeTesting()
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebPreferencesPrivate.idl | 49 HRESULT setAuthorAndUserStylesEnabled([in] BOOL enabled);
|
/external/webkit/WebCore/page/ |
D | Settings.h | 206 void setAuthorAndUserStylesEnabled(bool);
|
D | Settings.cpp | 449 void Settings::setAuthorAndUserStylesEnabled(bool authorAndUserStylesEnabled) in setAuthorAndUserStylesEnabled() function in WebCore::Settings
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebInspectorClient.cpp | 150 if (FAILED(preferences->setAuthorAndUserStylesEnabled(TRUE))) in createPage()
|
/external/webkit/WebKit/win/ |
D | WebPreferences.h | 296 virtual HRESULT STDMETHODCALLTYPE setAuthorAndUserStylesEnabled(BOOL);
|
D | WebPreferences.cpp | 1172 HRESULT STDMETHODCALLTYPE WebPreferences::setAuthorAndUserStylesEnabled(BOOL enabled) in setAuthorAndUserStylesEnabled() function in WebPreferences
|
D | WebView.cpp | 4184 settings->setAuthorAndUserStylesEnabled(enabled); in notifyPreferencesChanged()
|
D | ChangeLog | 7536 (WebPreferences::setAuthorAndUserStylesEnabled): Added.
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 163 [preferences setAuthorAndUserStylesEnabled:YES];
|
/external/webkit/WebKit/mac/ |
D | WebKit.order | 1638 -[WebPreferences(WebPrivate) setAuthorAndUserStylesEnabled:]
|
D | ChangeLog | 12452 (-[WebPreferences setAuthorAndUserStylesEnabled:]): Set the setting's BOOL value. 12453 …WebView/WebPreferencesPrivate.h: Add authorAndUserStylesEnabled and setAuthorAndUserStylesEnabled:.
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 6003 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/ |
D | ChangeLog-2008-08-10 | 71285 (WebCore::Settings::setAuthorAndUserStylesEnabled): 71299 * WebCore.base.exp: Add the Settings::setAuthorAndUserStylesEnabled symbol. 71313 (WebCore::Settings::setAuthorAndUserStylesEnabled): Recalc style in all the frames
|