Searched refs:setCSSRegionsEnabled (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h109 static void setCSSRegionsEnabled(WebKitWebView*, bool enabled);
H A DDumpRenderTreeSupportGtk.cpp608 void DumpRenderTreeSupportGtk::setCSSRegionsEnabled(WebKitWebView* webView, bool enabled) function in class:DumpRenderTreeSupportGtk
610 RuntimeEnabledFeatures::setCSSRegionsEnabled(enabled);
/macosx-10.9.5/WebCore-7537.78.1/bindings/generic/
H A DRuntimeEnabledFeatures.h91 static void setCSSRegionsEnabled(bool isEnabled) { isCSSRegionsEnabled = isEnabled; } function in class:WebCore::RuntimeEnabledFeatures
94 static void setCSSRegionsEnabled(bool) { } function in class:WebCore::RuntimeEnabledFeatures
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DDumpRenderTreeSupportEfl.h82 static void setCSSRegionsEnabled(const Evas_Object* ewkView, bool enabled);
H A DDumpRenderTreeSupportEfl.cpp311 void DumpRenderTreeSupportEfl::setCSSRegionsEnabled(const Evas_Object* ewkView, bool enabled) function in class:DumpRenderTreeSupportEfl
315 WebCore::RuntimeEnabledFeatures::setCSSRegionsEnabled(enabled);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundle.h172 void setCSSRegionsEnabled(bool);
H A DInjectedBundle.cpp201 RuntimeEnabledFeatures::setCSSRegionsEnabled(enabled);
671 void InjectedBundle::setCSSRegionsEnabled(bool enabled) function in class:WebKit::InjectedBundle
674 RuntimeEnabledFeatures::setCSSRegionsEnabled(enabled);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h194 - (void)setCSSRegionsEnabled:(BOOL)enabled;
H A DWebPreferences.mm1393 - (void)setCSSRegionsEnabled:(BOOL)enabled
H A DWebView.mm1514 RuntimeEnabledFeatures::setCSSRegionsEnabled([preferences cssRegionsEnabled]);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl212 HRESULT setCSSRegionsEnabled([in] BOOL enabled);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h169 virtual HRESULT STDMETHODCALLTYPE setCSSRegionsEnabled(
H A DWebPreferences.cpp924 HRESULT STDMETHODCALLTYPE WebPreferences::setCSSRegionsEnabled( function in class:WebPreferences
H A DWebView.cpp4760 RuntimeEnabledFeatures::setCSSRegionsEnabled(!!enabled);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebsettings.cpp183 WebCore::RuntimeEnabledFeatures::setCSSRegionsEnabled(value);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp494 toImpl(preferencesRef)->setCSSRegionsEnabled(flag);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2533 RuntimeEnabledFeatures::setCSSRegionsEnabled(store.getBoolValueForKey(WebPreferencesKey::cssRegionsEnabledKey()));
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp751 WebCore::RuntimeEnabledFeatures::setCSSRegionsEnabled(true);

Completed in 250 milliseconds