Home
last modified time | relevance | path

Searched refs:isXHRResponseBlobEnabled (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
DRuntimeEnabledFeatures.h131 static bool xhrResponseBlobEnabled() { return isXHRResponseBlobEnabled; } in xhrResponseBlobEnabled()
132 static void setXHRResponseBlobEnabled(bool isEnabled) { isXHRResponseBlobEnabled = isEnabled; } in setXHRResponseBlobEnabled()
133 static bool responseBlobEnabled() { return isXHRResponseBlobEnabled; } in responseBlobEnabled()
134 static bool asBlobEnabled() { return isXHRResponseBlobEnabled; } in asBlobEnabled()
176 static bool isXHRResponseBlobEnabled; variable
DRuntimeEnabledFeatures.cpp64 bool RuntimeEnabledFeatures::isXHRResponseBlobEnabled = false; member in WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/public/
DWebRuntimeFeatures.h95 WEBKIT_API static bool isXHRResponseBlobEnabled();
/external/webkit/Source/WebKit/chromium/src/
DWebRuntimeFeatures.cpp282 bool WebRuntimeFeatures::isXHRResponseBlobEnabled() in isXHRResponseBlobEnabled() function in WebKit::WebRuntimeFeatures
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1610310 (WebKit::WebRuntimeFeatures::isXHRResponseBlobEnabled):
10504 (WebKit::WebRuntimeFeatures::isXHRResponseBlobEnabled):