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

  /external/webkit/WebCore/bindings/js/
JSWebGLShortArrayConstructor.h 34 class JSWebGLShortArrayConstructor : public DOMConstructorObject {
36 JSWebGLShortArrayConstructor(JSC::ExecState*, JSDOMGlobalObject*);
JSWebGLShortArrayConstructor.cpp 30 #include "JSWebGLShortArrayConstructor.h"
44 const ClassInfo JSWebGLShortArrayConstructor::s_info = { "WebGLShortArrayConstructor", &JSWebGLArray::s_info, 0, 0 };
46 JSWebGLShortArrayConstructor::JSWebGLShortArrayConstructor(ExecState* exec, JSDOMGlobalObject* globalObject)
47 : DOMConstructorObject(JSWebGLShortArrayConstructor::createStructure(globalObject->objectPrototype()), globalObject)
55 JSWebGLShortArrayConstructor* jsConstructor = static_cast<JSWebGLShortArrayConstructor*>(constructor);
60 JSC::ConstructType JSWebGLShortArrayConstructor::getConstructData(JSC::ConstructData& constructData)
JSDOMWindowCustom.cpp 62 #include "JSWebGLShortArrayConstructor.h"
597 return getDOMConstructor<JSWebGLShortArrayConstructor>(exec, this);
    [all...]

Completed in 1058 milliseconds