HomeSort by relevance Sort by last modified time
    Searched refs:WebRuntimeFeatures (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebRuntimeFeatures.cpp 32 #include "WebRuntimeFeatures.h"
41 void WebRuntimeFeatures::enableStableFeatures(bool enable)
45 // and does not belong as part of WebRuntimeFeatures.
49 void WebRuntimeFeatures::enableExperimentalFeatures(bool enable)
54 void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable)
59 void WebRuntimeFeatures::enableApplicationCache(bool enable)
64 bool WebRuntimeFeatures::isApplicationCacheEnabled()
69 void WebRuntimeFeatures::enableDatabase(bool enable)
74 bool WebRuntimeFeatures::isDatabaseEnabled()
79 void WebRuntimeFeatures::enableDeviceMotion(bool enable
    [all...]
WebSharedWorkerImpl.cpp 39 #include "WebRuntimeFeatures.h"
128 m_webView->settings()->setOfflineWebApplicationCacheEnabled(WebRuntimeFeatures::isApplicationCacheEnabled());
webkit.target.darwin-arm.mk 229 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
webkit.target.darwin-mips.mk 229 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
webkit.target.darwin-x86.mk 229 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
webkit.target.linux-arm.mk 229 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
webkit.target.linux-mips.mk 229 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
webkit.target.linux-x86.mk 229 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
  /external/chromium_org/content/child/
runtime_features.cc 9 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
16 using blink::WebRuntimeFeatures;
25 WebRuntimeFeatures::enableWebKitMediaSource(false);
26 WebRuntimeFeatures::enableMediaSource(false);
27 WebRuntimeFeatures::enablePrefixedEncryptedMedia(false);
32 WebRuntimeFeatures::enableWebAudio(
36 WebRuntimeFeatures::enableGamepad(false);
38 WebRuntimeFeatures::enablePagePopup(false);
40 WebRuntimeFeatures::enableNotifications(false);
42 WebRuntimeFeatures::enableSharedWorker(false)
    [all...]
  /external/chromium_org/content/test/
webkit_support.cc 12 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
60 blink::WebRuntimeFeatures::enableStableFeatures(true);
61 blink::WebRuntimeFeatures::enableExperimentalFeatures(true);
62 blink::WebRuntimeFeatures::enableTestOnlyFeatures(true);
test_webkit_platform_support.cc 29 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
67 blink::WebRuntimeFeatures::enableApplicationCache(true);
68 blink::WebRuntimeFeatures::enableDatabase(true);
69 blink::WebRuntimeFeatures::enableNotifications(true);
70 blink::WebRuntimeFeatures::enableTouch(true);
83 blink::WebRuntimeFeatures::enableMediaPlayer(enable_media);
88 blink::WebRuntimeFeatures::enableGeolocation(false);
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 18 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
23 using blink::WebRuntimeFeatures;
75 WebRuntimeFeatures::enableTestOnlyFeatures(true);
  /external/chromium/webkit/glue/
webpreferences.cc 9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h"
17 using WebKit::WebRuntimeFeatures;
122 WebRuntimeFeatures::enableDatabase(
123 WebRuntimeFeatures::isDatabaseEnabled() || databases_enabled);
  /external/chromium_org/third_party/WebKit/public/web/
WebRuntimeFeatures.h 42 class WebRuntimeFeatures {
173 WebRuntimeFeatures();
  /external/chromium_org/content/renderer/
web_preferences.cc 12 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
20 using blink::WebRuntimeFeatures;
152 WebRuntimeFeatures::enableXSLT(prefs.xslt_enabled);
157 WebRuntimeFeatures::enableDatabase(prefs.databases_enabled);
298 WebRuntimeFeatures::enableLazyLayout(prefs.lazy_layout_enabled);
299 WebRuntimeFeatures::enableTouch(prefs.touch_enabled);
render_thread_impl.cc 105 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
147 using blink::WebRuntimeFeatures;
709 WebRuntimeFeatures::enableMediaPlayer(false);
710 WebRuntimeFeatures::enableWebAudio(false);
    [all...]
render_view_browsertest.cc 38 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
67 using blink::WebRuntimeFeatures;
135 WebRuntimeFeatures::enableExperimentalFeatures(true);
136 WebRuntimeFeatures::enableTestOnlyFeatures(true);
    [all...]
render_view_impl.cc 186 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
306 using blink::WebRuntimeFeatures;
    [all...]
  /external/chromium_org/content/worker/
worker_thread.cc 25 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
28 using blink::WebRuntimeFeatures;
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 46 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
59 using blink::WebRuntimeFeatures;
271 WebRuntimeFeatures::enableRequestAutocomplete(
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 35 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
151 if (blink::WebRuntimeFeatures::isPrefixedEncryptedMediaEnabled()) {
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 59 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
187 if (blink::WebRuntimeFeatures::isPrefixedEncryptedMediaEnabled()) {
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 93 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
    [all...]

Completed in 654 milliseconds