Home
last modified time | relevance | path

Searched refs:endingType (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
DWebKitBlobBuilder.cpp62 void WebKitBlobBuilder::append(const String& text, const String& endingType, ExceptionCode& ec) in append() argument
64 bool isEndingTypeTransparent = endingType == "transparent"; in append()
65 bool isEndingTypeNative = endingType == "native"; in append()
66 if (!endingType.isEmpty() && !isEndingTypeTransparent && !isEndingTypeNative) { in append()