getUint32          52 Source/core/html/canvas/DataView.h     uint32_t getUint32(unsigned byteOffset, ExceptionState& ec) { return getUint32(byteOffset, false, ec); }
getUint32          53 Source/core/html/canvas/DataView.h     uint32_t getUint32(unsigned byteOffset, bool littleEndian, ExceptionState&);
getUint32         591 Source/modules/crypto/NormalizeAlgorithm.cpp     if (!getUint32(raw, "modulusLength", modulusLength, context, errorDetails))