setUint32          67 Source/core/html/canvas/DataView.h     void setUint32(unsigned byteOffset, uint32_t value, ExceptionState& ec) { setUint32(byteOffset, value, false, ec); }
setUint32          68 Source/core/html/canvas/DataView.h     void setUint32(unsigned byteOffset, uint32_t value, bool littleEndian, ExceptionState&);