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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp 64 bool RuntimeEnabledFeatures::isXHRResponseBlobEnabled = false;
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;
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 282 bool WebRuntimeFeatures::isXHRResponseBlobEnabled()

Completed in 6298 milliseconds