Searched defs:getUint16 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DDataView.h50 uint16_t getUint16(unsigned byteOffset, ExceptionState& ec) { return getUint16(byteOffset, false, ec); } function in class:WebCore::DataView
51 uint16_t getUint16(unsigned byteOffset, bool littleEndian, ExceptionState&);
H A DDataView.cpp177 uint16_t DataView::getUint16(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) function in class:WebCore::DataView
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp333 bool getUint16(const Dictionary& raw, const char* propertyName, uint16_t& value, const ExceptionContext& context, ExceptionState& exceptionState) function in namespace:WebCore::__anon11055
379 if (!getUint16(raw, "length", length, context, exceptionState))

Completed in 166 milliseconds