/external/webkit/Source/WebCore/html/canvas/ |
D | Uint16Array.cpp | 32 PassRefPtr<Uint16Array> Uint16Array::create(unsigned length) in create() 34 return TypedArrayBase<unsigned short>::create<Uint16Array>(length); in create() 37 PassRefPtr<Uint16Array> Uint16Array::create(unsigned short* array, unsigned length) in create() 39 return TypedArrayBase<unsigned short>::create<Uint16Array>(array, length); in create() 42 PassRefPtr<Uint16Array> Uint16Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, un… in create() 44 return TypedArrayBase<unsigned short>::create<Uint16Array>(buffer, byteOffset, length); in create() 47 Uint16Array::Uint16Array(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) in Uint16Array() function in WebCore::Uint16Array 52 PassRefPtr<Uint16Array> Uint16Array::subarray(int start) const in subarray() 57 PassRefPtr<Uint16Array> Uint16Array::subarray(int start, int end) const in subarray() 59 return subarrayImpl<Uint16Array>(start, end); in subarray()
|
D | Uint16Array.h | 36 class Uint16Array : public IntegralTypedArrayBase<unsigned short> { 38 static PassRefPtr<Uint16Array> create(unsigned length); 39 static PassRefPtr<Uint16Array> create(unsigned short* array, unsigned length); 40 …static PassRefPtr<Uint16Array> create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigne… 46 PassRefPtr<Uint16Array> subarray(int start) const; 47 PassRefPtr<Uint16Array> subarray(int start, int end) const; 50 Uint16Array(PassRefPtr<ArrayBuffer> buffer,
|
D | Uint16Array.idl | 38 ] Uint16Array : ArrayBufferView { 42 Uint16Array subarray(in long start, in [Optional] long end); 44 // void set(in Uint16Array array, [Optional] in unsigned long offset);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8Uint16ArrayCustom.cpp | 47 …return constructWebGLArray<Uint16Array, unsigned short>(args, &info, v8::kExternalUnsignedShortArr… in constructorCallback() 53 return setWebGLArrayHelper<Uint16Array, V8Uint16Array>(args); in setCallback() 56 v8::Handle<v8::Value> toV8(Uint16Array* impl) in toV8()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSUint16ArrayCustom.cpp | 41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint16Array* object) in toJS() 54 RefPtr<Uint16Array> array = constructArrayBufferView<Uint16Array, unsigned short>(exec); in constructJSUint16Array()
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-100859.js | 30 setx(typeof new Uint16Array('x') === 'object');
|
/external/v8/test/mjsunit/ |
D | external-array.js | 142 types = [Array, Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array,
|
D | elements-kind.js | 141 assertKind(elements_kind.external_unsigned_short, new Uint16Array(42));
|
/external/webkit/Source/WebCore/workers/ |
D | WorkerContext.idl | 125 attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator
|
/external/v8/src/ |
D | d8.h | 320 static Handle<Value> Uint16Array(const Arguments& args);
|
D | d8.cc | 481 Handle<Value> Shell::Uint16Array(const Arguments& args) { in Uint16Array() function in v8::Shell 831 FunctionTemplate::New(Uint16Array)); in CreateGlobalTemplate()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 121 Uint16Array \
|
D | CodeGenerators.pri | 219 html/canvas/Uint16Array.idl \
|
D | CMakeLists.txt | 298 html/canvas/Uint16Array.idl 863 html/canvas/Uint16Array.cpp
|
D | Android.mk | 388 html/canvas/Uint16Array.cpp \
|
D | WebCore.pro | 784 html/canvas/Uint16Array.cpp \ 1624 html/canvas/Uint16Array.h \
|
D | WebCore.gypi | 1298 'html/canvas/Uint16Array.idl', 3099 'html/canvas/Uint16Array.cpp', 3100 'html/canvas/Uint16Array.h',
|
D | GNUmakefile.list.am | 1551 Source/WebCore/html/canvas/Uint16Array.cpp \ 1552 Source/WebCore/html/canvas/Uint16Array.h \
|
D | GNUmakefile.am | 1596 Source/WebCore/html/canvas/Uint16Array.cpp \ 1597 Source/WebCore/html/canvas/Uint16Array.h \
|
D | ChangeLog-2011-02-16 | 2857 * html/canvas/Uint16Array.cpp: 2858 * html/canvas/Uint16Array.idl: 10081 * html/canvas/Uint16Array.cpp: 10082 (WebCore::Uint16Array::subarray): 10083 * html/canvas/Uint16Array.h: 10084 * html/canvas/Uint16Array.idl: 14502 * html/canvas/Uint16Array.cpp: 14503 (WebCore::Uint16Array::subset): 14504 * html/canvas/Uint16Array.h: 14505 * html/canvas/Uint16Array.idl: [all …]
|
D | ChangeLog-2010-05-24 | 6572 * html/canvas/Uint16Array.cpp: Copied from WebCore/html/canvas/WebGLUnsignedShortArray.cpp. 6573 (WebCore::Uint16Array::create): 6574 (WebCore::Uint16Array::Uint16Array): 6575 (WebCore::Uint16Array::slice): 6576 * html/canvas/Uint16Array.h: Copied from WebCore/html/canvas/WebGLUnsignedShortArray.h. 6577 * html/canvas/Uint16Array.idl: Copied from WebCore/html/canvas/WebGLUnsignedShortArray.idl.
|
D | ChangeLog-2010-12-06 | 9577 * html/canvas/Uint16Array.cpp: 9578 (WebCore::Uint16Array::slice): 9579 * html/canvas/Uint16Array.h: 9580 * html/canvas/Uint16Array.idl: 33218 * html/canvas/Uint16Array.idl: Add NoStaticTables attribute. 35447 * html/canvas/Uint16Array.cpp: 35448 * html/canvas/Uint16Array.idl: 100121 * html/canvas/Uint16Array.idl: 121798 * html/canvas/Uint16Array.idl: 124708 * html/canvas/Uint16Array.idl:
|
D | ChangeLog | 64856 * html/canvas/Uint16Array.h: 64857 (WebCore::Uint16Array::set):
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 509 attribute [JSCCustomGetter] Uint16ArrayConstructor Uint16Array; // Usable with new operator
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 1178 …ECDF410503C2400099FAB /* Uint16Array.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EECDDC10… 1179 …EECDF510503C2400099FAB /* Uint16Array.h in Headers */ = {isa = PBXBuildFile; fileRef = 49EECDDD105… 7732 …Uint16Array.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp… 7733 … /* Uint16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… 7734 …FAB /* Uint16Array.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; n… 13649 49EECDDC10503C2300099FAB /* Uint16Array.cpp */, 13650 49EECDDD10503C2400099FAB /* Uint16Array.h */, 13651 49EECDDE10503C2400099FAB /* Uint16Array.idl */, 22822 49EECDF510503C2400099FAB /* Uint16Array.h in Headers */, 25557 49EECDF410503C2400099FAB /* Uint16Array.cpp in Sources */,
|