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

1 2

  /external/chromium_org/third_party/WebKit/Source/web/
WebRuntimeFeatures.cpp 32 #include "public/web/WebRuntimeFeatures.h"
39 void WebRuntimeFeatures::enableExperimentalFeatures(bool enable)
44 void WebRuntimeFeatures::enableBleedingEdgeFastPaths(bool enable)
52 void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable)
57 void WebRuntimeFeatures::enableApplicationCache(bool enable)
63 void WebRuntimeFeatures::enableCompositedSelectionUpdate(bool enable)
68 bool WebRuntimeFeatures::isCompositedSelectionUpdateEnabled()
73 void WebRuntimeFeatures::enableDatabase(bool enable)
78 void WebRuntimeFeatures::enableDecodeToYUV(bool enable)
83 void WebRuntimeFeatures::enableDisplayList2dCanvas(bool enable
    [all...]
blink_web.target.darwin-arm.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-arm64.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-mips.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-mips64.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-x86.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.darwin-x86_64.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-arm.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-arm64.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-mips.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-mips64.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-x86.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
blink_web.target.linux-x86_64.mk 168 third_party/WebKit/Source/web/WebRuntimeFeatures.cpp \
  /external/chromium_org/content/child/
runtime_features.cc 11 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
23 using blink::WebRuntimeFeatures;
31 WebRuntimeFeatures::enableMediaSource(false);
32 WebRuntimeFeatures::enablePrefixedEncryptedMedia(false);
33 WebRuntimeFeatures::enableEncryptedMedia(false);
38 WebRuntimeFeatures::enableWebAudio(
46 WebRuntimeFeatures::enablePagePopup(false);
48 WebRuntimeFeatures::enableNotifications(false);
50 WebRuntimeFeatures::enableSharedWorker(false);
52 WebRuntimeFeatures::enableNavigatorContentUtils(false)
    [all...]
  /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/
blink_test_environment.cc 20 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
91 blink::WebRuntimeFeatures::enableExperimentalFeatures(true);
92 blink::WebRuntimeFeatures::enableTestOnlyFeatures(true);
test_webkit_platform_support.cc 31 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
69 blink::WebRuntimeFeatures::enableApplicationCache(true);
70 blink::WebRuntimeFeatures::enableDatabase(true);
71 blink::WebRuntimeFeatures::enableNotifications(true);
72 blink::WebRuntimeFeatures::enableTouch(true);
85 blink::WebRuntimeFeatures::enableMediaPlayer(enable_media);
  /external/chromium_org/third_party/WebKit/public/web/
WebRuntimeFeatures.h 40 class WebRuntimeFeatures {
137 WebRuntimeFeatures();
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc 23 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
112 blink::WebRuntimeFeatures::enableSubpixelFontScaling(true);
render_thread_impl.cc 119 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
165 using blink::WebRuntimeFeatures;
912 WebRuntimeFeatures::enableWebAudio(false);
    [all...]
render_view_browsertest.cc 54 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
81 using blink::WebRuntimeFeatures;
151 WebRuntimeFeatures::enableExperimentalFeatures(true);
152 WebRuntimeFeatures::enableTestOnlyFeatures(true);
    [all...]
render_view_impl.cc 174 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
304 using blink::WebRuntimeFeatures;
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 42 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
55 using blink::WebRuntimeFeatures;
261 WebRuntimeFeatures::enableRequestAutocomplete(true);
265 WebRuntimeFeatures::enableShowModalDialog(true);
  /external/chromium_org/content/renderer/media/crypto/
encrypted_media_player_support_impl.cc 25 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
378 if (!blink::WebRuntimeFeatures::isPrefixedEncryptedMediaEnabled() &&
379 !blink::WebRuntimeFeatures::isEncryptedMediaEnabled()) {
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 53 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
    [all...]

Completed in 1213 milliseconds

1 2