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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CanvasRenderingContext2DCustom.cpp49 static v8::Handle<v8::Value> toV8Object(CanvasStyle* style, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
71 v8SetReturnValue(info, toV8Object(impl->strokeStyle(), info.Holder(), info.GetIsolate()));
88 v8SetReturnValue(info, toV8Object(impl->fillStyle(), info.Holder(), info.GetIsolate()));
H A DV8WebGLRenderingContextCustom.cpp86 static v8::Handle<v8::Value> toV8Object(const WebGLGetInfo& args, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
136 static v8::Handle<v8::Value> toV8Object(WebGLExtension* extension, v8::Handle<v8::Object> contextObject, v8::Isolate* isolate) function in namespace:blink
276 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
301 v8SetReturnValue(info, toV8Object(extension.get(), info.Holder(), info.GetIsolate()));
325 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
345 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
372 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
405 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
441 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp905 static v8::Handle<v8::Object> toV8Object(MessagePort* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink::__anon10905
914 static v8::Handle<v8::ArrayBuffer> toV8Object(ArrayBuffer* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink::__anon10905
947 m_transferredMessagePorts.set(toV8Object(messagePorts->at(i).get(), creationContext, isolate()), i);
951 v8::Handle<v8::Object> v8ArrayBuffer = toV8Object(arrayBuffers->at(i).get(), creationContext, isolate());
2705 result = toV8Object(buffer.get(), creationContext, isolate);

Completed in 120 milliseconds