parseBlobPropertyBag   68 Source/bindings/v8/custom/V8BlobCustom.cpp         if (!properties.parseBlobPropertyBag(info[1], "Blob", exceptionState, info.GetIsolate())) {
parseBlobPropertyBag   69 Source/bindings/v8/custom/V8BlobCustomHelpers.h     bool parseBlobPropertyBag(v8::Local<v8::Value> propertyBag, const char* blobClassName, ExceptionState&, v8::Isolate*);
parseBlobPropertyBag   78 Source/bindings/v8/custom/V8FileCustom.cpp         if (!properties.parseBlobPropertyBag(info[2], "File", exceptionState, info.GetIsolate())) {