Home | History | Annotate | Download | only in web

Lines Matching refs:BLINK_EXPORT

42     BLINK_EXPORT static void enableExperimentalFeatures(bool);
43 BLINK_EXPORT static void enableTestOnlyFeatures(bool);
45 BLINK_EXPORT static void enableApplicationCache(bool);
47 BLINK_EXPORT static void enableDatabase(bool);
49 BLINK_EXPORT static void enableCompositedSelectionUpdate(bool);
50 BLINK_EXPORT static bool isCompositedSelectionUpdateEnabled();
52 BLINK_EXPORT static void enableDecodeToYUV(bool);
54 BLINK_EXPORT static void enableDisplayList2dCanvas(bool);
56 BLINK_EXPORT static void enableEncryptedMedia(bool);
57 BLINK_EXPORT static bool isEncryptedMediaEnabled();
59 BLINK_EXPORT static void enablePrefixedEncryptedMedia(bool);
60 BLINK_EXPORT static bool isPrefixedEncryptedMediaEnabled();
62 BLINK_EXPORT static void enableBleedingEdgeFastPaths(bool);
64 BLINK_EXPORT static void enableExperimentalCanvasFeatures(bool);
66 BLINK_EXPORT static void enableFastMobileScrolling(bool);
68 BLINK_EXPORT static void enableFileSystem(bool);
70 BLINK_EXPORT static void enableGamepad(bool);
72 BLINK_EXPORT static void enableLocalStorage(bool);
74 BLINK_EXPORT static void enableMediaPlayer(bool);
76 BLINK_EXPORT static void enableSubpixelFontScaling(bool);
78 BLINK_EXPORT static void enableMediaCapture(bool);
80 BLINK_EXPORT static void enableMediaSource(bool);
82 BLINK_EXPORT static void enableMediaStream(bool);
84 BLINK_EXPORT static void enableNotifications(bool);
86 BLINK_EXPORT static void enableNavigatorContentUtils(bool);
88 BLINK_EXPORT static void enableNavigationTransitions(bool);
90 BLINK_EXPORT static void enableNetworkInformation(bool);
92 BLINK_EXPORT static void enableOrientationEvent(bool);
94 BLINK_EXPORT static void enablePagePopup(bool);
96 BLINK_EXPORT static void enablePeerConnection(bool);
98 BLINK_EXPORT static void enableRequestAutocomplete(bool);
100 BLINK_EXPORT static void enableScreenOrientation(bool);
102 BLINK_EXPORT static void enableScriptedSpeech(bool);
104 BLINK_EXPORT static void enableServiceWorker(bool);
106 BLINK_EXPORT static void enableSessionStorage(bool);
108 BLINK_EXPORT static void enableTouch(bool);
110 BLINK_EXPORT static void enableTouchIconLoading(bool);
112 BLINK_EXPORT static void enableWebAudio(bool);
114 BLINK_EXPORT static void enableWebGLDraftExtensions(bool);
116 BLINK_EXPORT static void enableWebGLImageChromium(bool);
118 BLINK_EXPORT static void enableWebMIDI(bool);
120 BLINK_EXPORT static void enableXSLT(bool);
122 BLINK_EXPORT static void enableOverlayScrollbars(bool);
124 BLINK_EXPORT static void enableOverlayFullscreenVideo(bool);
126 BLINK_EXPORT static void enableSharedWorker(bool);
128 BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
130 BLINK_EXPORT static void enableLayerSquashing(bool);
132 BLINK_EXPORT static void enableShowModalDialog(bool);
134 BLINK_EXPORT static void enableLaxMixedContentChecking(bool);