Searched refs:setUint32 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DDataView.h68 void setUint32(unsigned byteOffset, uint32_t value, ExceptionCode& ec) { setUint32(byteOffset, value, false, ec); } function in class:WebCore::DataView
69 void setUint32(unsigned byteOffset, uint32_t value, bool littleEndian, ExceptionCode&);
H A DDataView.idl52 [StrictTypeChecking, RaisesException] void setUint32(unsigned long byteOffset, unsigned long value, optional boolean littleEndian);
H A DDataView.cpp224 void DataView::setUint32(unsigned byteOffset, uint32_t value, bool littleEndian, ExceptionCode& ec) function in class:WebCore::DataView
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.mm941 initDataView->setUint32(0, keyURISize, true, IGNORE_EXCEPTION);

Completed in 94 milliseconds