Searched defs:isPushStateEnabled (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.cpp53 bool RuntimeEnabledFeatures::isPushStateEnabled = false; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.h100 static void setPushStateEnabled(bool isEnabled) { isPushStateEnabled = isEnabled; }
101 static bool pushStateEnabled() { return isPushStateEnabled; }
102 static bool replaceStateEnabled() { return isPushStateEnabled; }
170 static bool isPushStateEnabled; member in class:WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp224 bool WebRuntimeFeatures::isPushStateEnabled(bool enable) function in class:WebKit::WebRuntimeFeatures

Completed in 222 milliseconds