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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 131 static bool xhrResponseBlobEnabled() { return isXHRResponseBlobEnabled; }
132 static void setXHRResponseBlobEnabled(bool isEnabled) { isXHRResponseBlobEnabled = isEnabled; }
133 static bool responseBlobEnabled() { return isXHRResponseBlobEnabled; }
134 static bool asBlobEnabled() { return isXHRResponseBlobEnabled; }
176 static bool isXHRResponseBlobEnabled;
RuntimeEnabledFeatures.cpp 64 bool RuntimeEnabledFeatures::isXHRResponseBlobEnabled = false;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 95 WEBKIT_API static bool isXHRResponseBlobEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 282 bool WebRuntimeFeatures::isXHRResponseBlobEnabled()

Completed in 33 milliseconds