HomeSort by relevance Sort by last modified time
    Searched refs:getUint16 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.h 48 uint16_t getUint16(unsigned byteOffset, ExceptionState& ec) { return getUint16(byteOffset, false, ec); }
49 uint16_t getUint16(unsigned byteOffset, bool littleEndian, ExceptionState&);
DataView.idl 38 [RaisesException] unsigned short getUint16(unsigned long byteOffset, optional boolean littleEndian);
DataView.cpp 177 uint16_t DataView::getUint16(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState)
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 54 deUint16 getUint16 (void) { return (deUint16)deRandom_getUint32(&m_rnd); }
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 341 assertSame(expected, view.getUint16(0));
343 assertSame(expected, view.getUint16(0, true));
414 CheckAccessor("getUint16");
435 assertThrows(function() { a.getUint16(); }, TypeError);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 380 bool getUint16(const Dictionary& raw, const char* propertyName, uint16_t& value, const ErrorContext& context, AlgorithmError* error)
436 if (!getUint16(raw, "length", length, context, error))
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 150 var code = dataView.getUint16(pos + i, littleEndian);
244 dataView.getUint16(pos, false).toString(16); // For debugging.
  /external/chromium_org/v8/src/
typedarray.js 455 "getUint16", DataViewGetUint16JS,

Completed in 2137 milliseconds