Searched refs:indexedPropertyGetterCallback (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
H A D | V8TestCustomAccessors.cpp | 84 static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) function in namespace:WebCore::TestCustomAccessorsV8Internal 159 desc->InstanceTemplate()->SetIndexedPropertyHandler(TestCustomAccessorsV8Internal::indexedPropertyGetterCallback, TestCustomAccessorsV8Internal::indexedPropertySetterCallback, 0, TestCustomAccessorsV8Internal::indexedPropertyDeleterCallback, 0);
|
H A D | V8Float64Array.cpp | 104 static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) function in namespace:WebCore::Float64ArrayV8Internal 164 desc->InstanceTemplate()->SetIndexedPropertyHandler(Float64ArrayV8Internal::indexedPropertyGetterCallback, Float64ArrayV8Internal::indexedPropertySetterCallback, 0, 0, indexedPropertyEnumerator<Float64Array>);
|
H A D | V8TestEventTarget.cpp | 122 static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) function in namespace:WebCore::TestEventTargetV8Internal 292 desc->InstanceTemplate()->SetIndexedPropertyHandler(TestEventTargetV8Internal::indexedPropertyGetterCallback, TestEventTargetV8Internal::indexedPropertySetterCallback, 0, TestEventTargetV8Internal::indexedPropertyDeleterCallback, indexedPropertyEnumerator<TestEventTarget>);
|
H A D | V8TestObject.cpp | 5213 static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) function in namespace:WebCore::TestObjV8Internal 5637 desc->InstanceTemplate()->SetIndexedPropertyHandler(TestObjV8Internal::indexedPropertyGetterCallback, 0, 0, 0, indexedPropertyEnumerator<TestObj>);
|
Completed in 263 milliseconds