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

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CanvasRenderingContext2DCustom.cpp52 static v8::Handle<v8::Value> toV8Object(CanvasStyle* style) function in namespace:WebCore
80 return toV8Object(impl->strokeStyle());
92 return toV8Object(impl->fillStyle());
H A DV8WebGLRenderingContextCustom.cpp111 static v8::Handle<v8::Value> toV8Object(const WebGLGetInfo& info) function in namespace:WebCore
159 static v8::Handle<v8::Value> toV8Object(WebGLExtension* extension, v8::Handle<v8::Object> contextObject) function in namespace:WebCore
226 return toV8Object(info);
290 return toV8Object(extension, args.Holder());
312 return toV8Object(info);
332 return toV8Object(info);
357 return toV8Object(info);
388 return toV8Object(info);
440 return toV8Object(info);

Completed in 45 milliseconds