Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/fileapi/
DWebKitBlobBuilder.cpp65 bool isEndingTypeNative = endingType == "native"; in append() local
66 if (!endingType.isEmpty() && !isEndingTypeTransparent && !isEndingTypeNative) { in append()
76 if (isEndingTypeNative) in append()