Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/htmlcanvas/
Dutil.js14 function toBase64String(bytes) { function
Dhtmlcanvas.js70 return 'data:' + codec + ';base64,' + toBase64String(imgBytes);
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dutil.js14 function toBase64String(bytes) { function
Dhtmlcanvas.js71 return 'data:' + codec + ';base64,' + toBase64String(imgBytes);
/third_party/protobuf/js/experimental/runtime/
Dbytestring.js109 toBase64String() { method in ByteString
Dbytestring_test.js53 expect(byteString.toBase64String()).toEqual(HALLO_IN_BASE64);
175 expect(HALLO_IN_BASE64).toEqual(other.toBase64String());