Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DInt8Array.h57 virtual bool isByteArray() const { return true; } in isByteArray() function
DArrayBufferView.h42 virtual bool isByteArray() const { return false; } in isByteArray() function