Searched refs:isXHRResponseBlobEnabled (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.h131 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; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.cpp64 bool RuntimeEnabledFeatures::isXHRResponseBlobEnabled = false; member in class:WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/public/
H A DWebRuntimeFeatures.h95 WEBKIT_API static bool isXHRResponseBlobEnabled();
/external/webkit/Source/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp282 bool WebRuntimeFeatures::isXHRResponseBlobEnabled() function in class:WebKit::WebRuntimeFeatures

Completed in 63 milliseconds