Home | History | Annotate | Download | only in web

Lines Matching refs:WebRuntimeFeatures

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)
98 bool WebRuntimeFeatures::isPrefixedEncryptedMediaEnabled()
103 void WebRuntimeFeatures::enableExperimentalCanvasFeatures(bool enable)
108 void WebRuntimeFeatures::enableFastMobileScrolling(bool enable)
113 void WebRuntimeFeatures::enableFastTextAutosizing(bool enable)
118 void WebRuntimeFeatures::enableFileSystem(bool enable)
123 void WebRuntimeFeatures::enableGamepad(bool enable)
128 void WebRuntimeFeatures::enableLocalStorage(bool enable)
133 void WebRuntimeFeatures::enableMediaPlayer(bool enable)
138 void WebRuntimeFeatures::enableSubpixelFontScaling(bool enable)
143 void WebRuntimeFeatures::enableMediaSource(bool enable)
148 void WebRuntimeFeatures::enableMediaStream(bool enable)
153 void WebRuntimeFeatures::enableNotifications(bool enable)
158 void WebRuntimeFeatures::enableNavigatorContentUtils(bool enable)
163 void WebRuntimeFeatures::enableOrientationEvent(bool enable)
168 void WebRuntimeFeatures::enablePagePopup(bool enable)
173 void WebRuntimeFeatures::enablePeerConnection(bool enable)
178 void WebRuntimeFeatures::enableRequestAutocomplete(bool enable)
183 void WebRuntimeFeatures::enableScriptedSpeech(bool enable)
188 void WebRuntimeFeatures::enableServiceWorker(bool enable)
193 void WebRuntimeFeatures::enableSessionStorage(bool enable)
198 void WebRuntimeFeatures::enableSpeechSynthesis(bool enable)
203 void WebRuntimeFeatures::enableTouch(bool enable)
208 void WebRuntimeFeatures::enableTouchIconLoading(bool enable)
213 void WebRuntimeFeatures::enableWebAnimationsSVG(bool enable)
218 void WebRuntimeFeatures::enableWebAudio(bool enable)
223 void WebRuntimeFeatures::enableWebGLDraftExtensions(bool enable)
228 void WebRuntimeFeatures::enableWebGLImageChromium(bool enable)
233 void WebRuntimeFeatures::enableWebMIDI(bool enable)
238 void WebRuntimeFeatures::enableHTMLImports(bool enable)
243 void WebRuntimeFeatures::enableXSLT(bool enable)
248 void WebRuntimeFeatures::enableOverlayScrollbars(bool enable)
253 void WebRuntimeFeatures::enableOverlayFullscreenVideo(bool enable)
258 void WebRuntimeFeatures::enableSharedWorker(bool enable)
263 void WebRuntimeFeatures::enableRepaintAfterLayout(bool enable)
268 void WebRuntimeFeatures::enableExperimentalWebSocket(bool enable)
273 void WebRuntimeFeatures::enableTargetedStyleRecalc(bool enable)
278 void WebRuntimeFeatures::enablePreciseMemoryInfo(bool enable)
283 void WebRuntimeFeatures::enableLayerSquashing(bool enable)
288 void WebRuntimeFeatures::enableShowModalDialog(bool enable)