normalizeLineEndingsToNative   77 Source/bindings/v8/custom/V8BlobCustom.cpp     if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.normalizeLineEndingsToNative(), *blobData, info.GetIsolate()))
normalizeLineEndingsToNative  109 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp bool processBlobParts(v8::Local<v8::Object> blobParts, uint32_t blobPartsLength, bool normalizeLineEndingsToNative, BlobData& blobData, v8::Isolate* isolate)
normalizeLineEndingsToNative  130 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp             blobData.appendText(stringValue, normalizeLineEndingsToNative);
normalizeLineEndingsToNative   56 Source/bindings/v8/custom/V8BlobCustomHelpers.h     bool normalizeLineEndingsToNative() const { return m_normalizeLineEndingsToNative; }
normalizeLineEndingsToNative   87 Source/bindings/v8/custom/V8BlobCustomHelpers.h bool processBlobParts(v8::Local<v8::Object> blobParts, uint32_t blobPartsLength, bool normalizeLineEndingsToNative, BlobData&, v8::Isolate*);
normalizeLineEndingsToNative   89 Source/bindings/v8/custom/V8FileCustom.cpp     if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.normalizeLineEndingsToNative(), *blobData, info.GetIsolate()))
normalizeLineEndingsToNative  110 Source/platform/blob/BlobData.cpp         WebCore::normalizeLineEndingsToNative(utf8Text, *buffer);
normalizeLineEndingsToNative  183 Source/platform/blob/BlobData.h     void appendText(const String&, bool normalizeLineEndingsToNative);
normalizeLineEndingsToNative   52 Source/platform/text/LineEnding.h PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);