Home
last modified time | relevance | path

Searched defs:setInt8 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/mojo/public/js/bindings/
Dbuffer.js126 Buffer.prototype.setInt8 = function(offset, value) { method in Buffer
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DDataView.cpp203 void DataView::setInt8(unsigned byteOffset, int8_t value, ExceptionState& exceptionState) in setInt8() function in blink::DataView