Searched refs:toRefPtrNativeArrayUnchecked (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h579 Vector<RefPtr<T> > toRefPtrNativeArrayUnchecked(v8::Local<v8::Value> v8Value, uint32_t length, v8::Isolate* isolate, ExceptionState& exceptionState) function in namespace:blink
614 return toRefPtrNativeArrayUnchecked<T, V8T>(v8Value, length, isolate, exceptionState);
629 return toRefPtrNativeArrayUnchecked<T, V8T>(v8Value, length, isolate, exceptionState);

Completed in 72 milliseconds