Searched refs:Settings (Results 1 - 25 of 136) sorted by relevance

123456

/external/webkit/Source/WebCore/page/
H A DSettings.cpp27 #include "Settings.h"
55 bool Settings::gShouldPaintNativeControls = true;
59 bool Settings::gShouldUseHighResolutionTimers = true;
83 Settings::Settings(Page* page) function in class:WebCore::Settings
216 void Settings::setStandardFontFamily(const AtomicString& standardFontFamily)
225 void Settings::setFixedFontFamily(const AtomicString& fixedFontFamily)
234 void Settings::setSerifFontFamily(const AtomicString& serifFontFamily)
243 void Settings::setSansSerifFontFamily(const AtomicString& sansSerifFontFamily)
252 void Settings
[all...]
H A DDOMTimer.h37 class Settings;
40 friend class Settings;
64 // These are only modified via static methods in Settings.
H A DPage.h79 class Settings;
99 friend class Settings;
189 Settings* settings() const { return m_settings.get(); }
346 OwnPtr<Settings> m_settings;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DCachedFramePlatformDataAndroid.h32 class Settings;
39 CachedFramePlatformDataAndroid(WebCore::Settings* settings);
42 void restoreMetadata(WebCore::Settings* settings);
H A DCachedFramePlatformDataAndroid.cpp29 #include "Settings.h"
33 CachedFramePlatformDataAndroid::CachedFramePlatformDataAndroid(WebCore::Settings* settings)
51 void CachedFramePlatformDataAndroid::restoreMetadata(WebCore::Settings* settings)
/external/chromium-trace/trace-viewer/src/
H A Dsettings.js8 * @fileoverview Provides the Settings class.
13 * Settings is a simple wrapper around local storage, to make it easier
18 function Settings() {
30 Settings.prototype = {
93 * Settings may also be namespaced with an additional prefix passed into
98 return Settings.NAMESPACE + (opt_namespace ? opt_namespace + '.' : '');
102 Settings.NAMESPACE = 'trace-viewer';
105 Settings: Settings
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendClientLocal.h48 class Settings { class in class:WebCore::InspectorFrontendClientLocal
50 Settings() { } function in class:WebCore::InspectorFrontendClientLocal::Settings
51 virtual ~Settings() { }
56 InspectorFrontendClientLocal(InspectorController*, Page*, PassOwnPtr<Settings>);
88 OwnPtr<InspectorFrontendClientLocal::Settings> m_settings;
H A DInspectorFrontendClientLocal.cpp47 #include "Settings.h"
56 String InspectorFrontendClientLocal::Settings::getProperty(const String&)
61 void InspectorFrontendClientLocal::Settings::setProperty(const String&, const String&)
65 InspectorFrontendClientLocal::InspectorFrontendClientLocal(InspectorController* inspectorController, Page* frontendPage, PassOwnPtr<Settings> settings)
/external/webkit/Source/WebKit/wx/
H A DWebSettings.h40 class Settings;
63 wxWebSettings(WebCore::Settings* settings) :
154 WebCore::Settings* m_settings;
/external/webkit/Source/WebCore/inspector/front-end/
H A DSettings.js55 WebInspector.Settings = function()
79 WebInspector.Settings.prototype = {
108 WebInspector.Settings.prototype.__proto__ = WebInspector.Object.prototype;
/external/webkit/Source/WebKit/android/content/
H A Dcontent_detector.h48 class Settings;
90 WebCore::Settings* GetSettings(const WebKit::WebHitTestInfo& hit_test);
H A Dcontent_detector.cpp45 #include "Settings.h"
95 WebCore::Settings* ContentDetector::GetSettings(const WebKit::WebHitTestInfo& hit_test) {
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.mm24 #import <WebCore/Settings.h>
H A DWebInspectorClient.h76 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
88 WebInspectorFrontendClient(WebView*, WebInspectorWindowController*, WebCore::InspectorController*, WebCore::Page*, WTF::PassOwnPtr<Settings>);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.mm25 #import <WebCore/Settings.h>
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp146 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> WebInspectorClient::createFrontendSettings()
148 class InspectorFrontendSettingsCF : public WebCore::InspectorFrontendClientLocal::Settings {
163 return adoptPtr<WebCore::InspectorFrontendClientLocal::Settings>(new InspectorFrontendSettingsCF());
/external/webkit/Source/WebKit/chromium/src/
H A DWebSettingsImpl.h37 class Settings;
44 explicit WebSettingsImpl(WebCore::Settings*);
117 WebCore::Settings* m_settings;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebInspectorFrontendClient.cpp42 : InspectorFrontendClientLocal(page->corePage()->inspectorController(), inspectorPage->corePage(), new Settings())
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.h31 class Settings;
159 QWebSettings(WebCore::Settings *settings);
/external/webkit/Source/WebCore/html/
H A DHTMLImageLoader.cpp32 #include "Settings.h"
65 Settings* settings = element()->document()->settings();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.h83 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
97 WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, WTF::PassOwnPtr<Settings>);
/external/webkit/Source/WebKit2/WebProcess/win/
H A DWebProcessWin.cpp35 #include <WebCore/Settings.h>
137 Settings::setShouldPaintNativeControls(shouldPaintNativeControls);
/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp31 #include "Settings.h"
41 Settings* settings = m_frame->settings();
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
H A DWebPageGtk.cpp39 #include <WebCore/Settings.h>
/external/webkit/Source/WebCore/bindings/generic/
H A DBindingSecurity.h41 #include "Settings.h"
124 Settings* settings = frame->settings();

Completed in 358 milliseconds

123456