Searched refs:isPushStateEnabled (Results 1 – 5 of 5) sorted by relevance
100 static void setPushStateEnabled(bool isEnabled) { isPushStateEnabled = isEnabled; } in setPushStateEnabled()101 static bool pushStateEnabled() { return isPushStateEnabled; } in pushStateEnabled()102 static bool replaceStateEnabled() { return isPushStateEnabled; } in replaceStateEnabled()170 static bool isPushStateEnabled; variable
53 bool RuntimeEnabledFeatures::isPushStateEnabled = false; member in WebCore::RuntimeEnabledFeatures
80 WEBKIT_API static bool isPushStateEnabled(bool);
224 bool WebRuntimeFeatures::isPushStateEnabled(bool enable) in isPushStateEnabled() function in WebKit::WebRuntimeFeatures
22605 (WebKit::WebRuntimeFeatures::isPushStateEnabled):