getUint16          48 Source/core/html/canvas/DataView.h     uint16_t getUint16(unsigned byteOffset, ExceptionState& ec) { return getUint16(byteOffset, false, ec); }
getUint16          49 Source/core/html/canvas/DataView.h     uint16_t getUint16(unsigned byteOffset, bool littleEndian, ExceptionState&);
getUint16         508 Source/modules/crypto/NormalizeAlgorithm.cpp     if (!getUint16(raw, "length", length, context, errorDetails))