Searched refs:endingType (Results 1 – 1 of 1) sorted by relevance
62 void WebKitBlobBuilder::append(const String& text, const String& endingType, ExceptionCode& ec) in append() argument64 bool isEndingTypeTransparent = endingType == "transparent"; in append()65 bool isEndingTypeNative = endingType == "native"; in append()66 if (!endingType.isEmpty() && !isEndingTypeTransparent && !isEndingTypeNative) { in append()