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

  /external/chromium_org/content/child/
runtime_features.cc 10 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
19 using blink::WebRuntimeFeatures;
27 WebRuntimeFeatures::enableMediaSource(false);
28 WebRuntimeFeatures::enablePrefixedEncryptedMedia(false);
29 WebRuntimeFeatures::enableEncryptedMedia(false);
34 WebRuntimeFeatures::enableWebAudio(
42 WebRuntimeFeatures::enableGamepad(
45 WebRuntimeFeatures::enablePagePopup(false);
47 WebRuntimeFeatures::enableNotifications(false);
49 WebRuntimeFeatures::enableSharedWorker(false)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebRuntimeFeatures.cpp 32 #include "public/web/WebRuntimeFeatures.h"
41 void WebRuntimeFeatures::enableExperimentalFeatures(bool enable)
46 void WebRuntimeFeatures::enableBleedingEdgeFastPaths(bool enable)
55 void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable)
60 void WebRuntimeFeatures::enableApplicationCache(bool enable)
65 void WebRuntimeFeatures::enableDatabase(bool enable)
70 void WebRuntimeFeatures::enableDialogElement(bool enable)
75 void WebRuntimeFeatures::enableEncryptedMedia(bool enable)
84 bool WebRuntimeFeatures::isEncryptedMediaEnabled()
89 void WebRuntimeFeatures::enablePrefixedEncryptedMedia(bool enable
    [all...]
blink_web.target.darwin-arm.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-arm64.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-mips.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-x86.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-x86_64.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-arm.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-arm64.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-mips.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-x86.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-x86_64.mk 228 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 17 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
22 using blink::WebRuntimeFeatures;
72 WebRuntimeFeatures::enableTestOnlyFeatures(true);
  /external/chromium_org/content/test/
webkit_support.cc 18 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
87 blink::WebRuntimeFeatures::enableExperimentalFeatures(true);
88 blink::WebRuntimeFeatures::enableTestOnlyFeatures(true);
test_webkit_platform_support.cc 30 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
64 blink::WebRuntimeFeatures::enableApplicationCache(true);
65 blink::WebRuntimeFeatures::enableDatabase(true);
66 blink::WebRuntimeFeatures::enableNotifications(true);
67 blink::WebRuntimeFeatures::enableTouch(true);
80 blink::WebRuntimeFeatures::enableMediaPlayer(enable_media);
  /external/chromium_org/third_party/WebKit/public/web/
WebRuntimeFeatures.h 40 class WebRuntimeFeatures {
136 WebRuntimeFeatures();
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc 23 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
110 blink::WebRuntimeFeatures::enableSubpixelFontScaling(true);
web_preferences.cc 14 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
22 using blink::WebRuntimeFeatures;
155 WebRuntimeFeatures::enableXSLT(prefs.xslt_enabled);
160 WebRuntimeFeatures::enableDatabase(prefs.databases_enabled);
261 WebRuntimeFeatures::enableTouch(prefs.touch_enabled);
render_thread_impl.cc 119 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
158 using blink::WebRuntimeFeatures;
817 WebRuntimeFeatures::enableMediaPlayer(false);
818 WebRuntimeFeatures::enableWebAudio(false);
    [all...]
render_view_browsertest.cc 51 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
77 using blink::WebRuntimeFeatures;
145 WebRuntimeFeatures::enableExperimentalFeatures(true);
146 WebRuntimeFeatures::enableTestOnlyFeatures(true);
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 43 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
52 using blink::WebRuntimeFeatures;
262 WebRuntimeFeatures::enableRequestAutocomplete(true);
266 WebRuntimeFeatures::enableShowModalDialog(true);
  /external/chromium_org/content/worker/
worker_thread.cc 25 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
28 using blink::WebRuntimeFeatures;
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 48 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 71 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
    [all...]

Completed in 325 milliseconds