Searched refs:endings (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8BlobCustomHelpers.h56 const String& endings() const { return m_endings; } function in class:WebCore::V8BlobCustomHelpers::ParsedProperties
66 // Extracts the "type" and "endings" properties out of the BlobPropertyBag passed to a Blob constructor.
87 bool processBlobParts(v8::Local<v8::Object> blobParts, uint32_t blobPartsLength, const String& endings, BlobBuilder&, v8::Isolate*);
H A DV8BlobCustomHelpers.cpp78 V8TRYCATCH_RETURN(bool, containsEndings, dictionary.get("endings", m_endings), false);
81 exceptionState.throwTypeError("The 'endings' property must be either 'transparent' or 'native'.");
110 bool processBlobParts(v8::Local<v8::Object> blobParts, uint32_t blobPartsLength, const String& endings, BlobBuilder& blobBuilder, v8::Isolate* isolate) argument
112 ASSERT(endings == "transparent" || endings == "native");
133 blobBuilder.append(stringValue, endings);
H A DV8BlobCustom.cpp77 if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.endings(), blobBuilder, info.GetIsolate()))
H A DV8FileCustom.cpp89 if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.endings(), blobBuilder, info.GetIsolate()))
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DContentSearchUtils.cpp66 OwnPtr<Vector<unsigned> > endings(lineEndings(text));
67 unsigned size = endings->size();
70 unsigned lineEnd = endings->at(lineNumber);
/external/chromium_org/chrome/browser/resources/profiler/
H A Dprofiler.js1803 { type: 'octet/stream', endings: 'native' });
/external/bison/build-aux/
H A Dtexinfo.tex1512 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1598 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
1686 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.

Completed in 233 milliseconds