Home
last modified time | relevance | path

Searched defs:setUint32 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DDataView.h68 …void setUint32(unsigned byteOffset, uint32_t value, ExceptionState& ec) { setUint32(byteOffset, va… in setUint32() function
DDataView.cpp228 void DataView::setUint32(unsigned byteOffset, uint32_t value, bool littleEndian, ExceptionState& ex… in setUint32() function in blink::DataView
/external/chromium_org/mojo/public/js/bindings/
Dbuffer.js112 Buffer.prototype.setUint32 = function(offset, value) { method in Buffer