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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp 32 #include "RuntimeEnabledFeatures.h"
45 bool RuntimeEnabledFeatures::isLocalStorageEnabled = true;
46 bool RuntimeEnabledFeatures::isSessionStorageEnabled = true;
47 bool RuntimeEnabledFeatures::isWebkitNotificationsEnabled = false;
48 bool RuntimeEnabledFeatures::isApplicationCacheEnabled = true;
49 bool RuntimeEnabledFeatures::isDataTransferItemsEnabled = true;
50 bool RuntimeEnabledFeatures::isGeolocationEnabled = true;
51 bool RuntimeEnabledFeatures::isIndexedDBEnabled = false;
52 bool RuntimeEnabledFeatures::isWebAudioEnabled = false;
53 bool RuntimeEnabledFeatures::isPushStateEnabled = false
    [all...]
RuntimeEnabledFeatures.h 40 class RuntimeEnabledFeatures {
160 RuntimeEnabledFeatures() { }
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 35 #include "RuntimeEnabledFeatures.h"
62 RuntimeEnabledFeatures::setLocalStorageEnabled(enable);
69 return RuntimeEnabledFeatures::localStorageEnabled();
78 RuntimeEnabledFeatures::setSessionStorageEnabled(enable);
85 return RuntimeEnabledFeatures::sessionStorageEnabled();
126 RuntimeEnabledFeatures::setWebkitNotificationsEnabled(enable);
133 return RuntimeEnabledFeatures::webkitNotificationsEnabled();
142 RuntimeEnabledFeatures::setApplicationCacheEnabled(enable);
149 return RuntimeEnabledFeatures::applicationCacheEnabled();
158 RuntimeEnabledFeatures::setDataTransferItemsEnabled(enable)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/qt/
WebProcessQt.cpp 30 #include <WebCore/RuntimeEnabledFeatures.h>
50 WebCore::RuntimeEnabledFeatures::setDeviceMotionEnabled(false);
51 WebCore::RuntimeEnabledFeatures::setDeviceOrientationEnabled(false);
54 WebCore::RuntimeEnabledFeatures::setSpeechInputEnabled(false);
  /external/webkit/Source/WebCore/page/
Page.cpp 63 #include "RuntimeEnabledFeatures.h"
151 , m_deviceMotionController(RuntimeEnabledFeatures::deviceMotionEnabled() ? new DeviceMotionController(pageClients.deviceMotionClient) : 0)
152 , m_deviceOrientationController(RuntimeEnabledFeatures::deviceOrientationEnabled() ? new DeviceOrientationController(this, pageClients.deviceOrientationClient) : 0)
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 29 #include "RuntimeEnabledFeatures.h"
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWindowShell.cpp 42 #include "RuntimeEnabledFeatures.h"
370 if (RuntimeEnabledFeatures::javaScriptI18NAPIEnabled() && !V8Proxy::registeredExtensionWithV8(v8::internal::I18NExtension::get()))
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 51 #include "RuntimeEnabledFeatures.h"
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 29 bindings/generic/RuntimeEnabledFeatures.cpp \
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 194 #include "RuntimeEnabledFeatures.h"
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 110 #include "RuntimeEnabledFeatures.h"
549 // See WebCore/bindings/generic/RuntimeEnabledFeatures.h
552 RuntimeEnabledFeatures::setPushStateEnabled(true);
    [all...]

Completed in 321 milliseconds