HomeSort by relevance Sort by last modified time
    Searched refs:isShortArray (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/html/canvas/
WebGLArray.h 41 virtual bool isShortArray() const { return false; }
WebGLShortArray.h 39 virtual bool isShortArray() const { return true; }
  /external/webkit/WebCore/bindings/js/
JSWebGLArrayCustom.cpp 62 if (object->isShortArray())
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLArrayCustom.cpp 56 if (impl->isShortArray())

Completed in 372 milliseconds