Home | History | Annotate | Download | only in custom

Lines Matching defs:holder

43     v8::Handle<v8::Object> holder = info.Holder();
44 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder);
53 v8::Handle<v8::Object> holder = info.Holder();
54 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder);
63 v8::Handle<v8::Object> holder = info.Holder();
64 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(holder);
72 DeviceOrientationEvent* imp = V8DeviceOrientationEvent::toNative(args.Holder());