HomeSort by relevance Sort by last modified time
    Searched refs:endings (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8BlobCustomHelpers.h 56 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*);
V8BlobCustomHelpers.cpp 78 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)
112 ASSERT(endings == "transparent" || endings == "native");
133 blobBuilder.append(stringValue, endings);
V8BlobCustom.cpp 77 if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.endings(), blobBuilder, info.GetIsolate()))
V8FileCustom.cpp 89 if (!V8BlobCustomHelpers::processBlobParts(blobParts, length, properties.endings(), blobBuilder, info.GetIsolate()))
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ContentSearchUtils.cpp 66 OwnPtr<Vector<unsigned> > endings(lineEndings(text));
67 unsigned size = endings->size();
70 unsigned lineEnd = endings->at(lineNumber);
  /external/chromium_org/v8/test/mjsunit/
debug-sourceinfo.js 29 // For this test to work this file MUST have CR LF line endings.
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
debug-sourceinfo.js 29 // For this test to work this file MUST have CR LF line endings.
unicode-test.js     [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 309 # Standardize line endings:
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1003 milliseconds