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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 100 static void setPushStateEnabled(bool isEnabled) { isPushStateEnabled = isEnabled; }
101 static bool pushStateEnabled() { return isPushStateEnabled; }
102 static bool replaceStateEnabled() { return isPushStateEnabled; }
170 static bool isPushStateEnabled;
RuntimeEnabledFeatures.cpp 53 bool RuntimeEnabledFeatures::isPushStateEnabled = false;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 80 WEBKIT_API static bool isPushStateEnabled(bool);
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 224 bool WebRuntimeFeatures::isPushStateEnabled(bool enable)

Completed in 123 milliseconds