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

/external/webkit/Source/WebCore/page/
H A DCrypto.cpp44 || array->isUnsignedByteArray()
/external/webkit/Source/WebCore/html/canvas/
H A DUint8Array.h57 virtual bool isUnsignedByteArray() const { return true; } function in class:WebCore::Uint8Array
H A DArrayBufferView.h43 virtual bool isUnsignedByteArray() const { return false; } function in class:WebCore::ArrayBufferView
H A DWebGLRenderingContext.cpp2832 if (!pixels->isUnsignedByteArray()) {
4380 if (!pixels->isUnsignedByteArray()) {

Completed in 874 milliseconds