HomeSort by relevance Sort by last modified time
    Searched refs:toV8 (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8IDBAnyCustom.cpp 45 static v8::Handle<v8::Value> toV8(const IDBKeyPath& value, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
56 return toV8(keyPaths.release(), creationContext, isolate);
62 v8::Handle<v8::Value> toV8(IDBAny* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return toV8(impl->domStringList(), creationContext, isolate);
75 return toV8(impl->idbCursor(), creationContext, isolate);
77 return toV8(impl->idbCursorWithValue(), creationContext, isolate);
79 return toV8(impl->idbDatabase(), creationContext, isolate);
81 return toV8(impl->idbFactory(), creationContext, isolate);
83 return toV8(impl->idbIndex(), creationContext, isolate);
85 return toV8(impl->idbObjectStore(), creationContext, isolate)
    [all...]
V8EventTargetCustom.cpp 42 return toV8(static_cast<interfaceName*>(impl), creationContext, isolate);
44 v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
58 return toV8(impl, creationContext, isolate);
V8CustomSQLStatementErrorCallback.cpp 57 v8::Handle<v8::Value> transactionHandle = toV8(transaction, v8::Handle<v8::Object>(), v8Context->GetIsolate());
58 v8::Handle<v8::Value> errorHandle = toV8(error, v8::Handle<v8::Object>(), isolate);
V8MessageChannelCustom.cpp 58 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "port1", toV8(obj->port1(), args.Holder(), args.GetIsolate()));
59 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "port2", toV8(obj->port2(), args.Holder(), args.GetIsolate()));
V8DataViewCustom.h 71 inline v8::Handle<v8::Value> toV8(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<DataView>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< DataView > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8Float32ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Float32Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Float32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8Float64ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Float64Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Float64Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8ImageDataCustom.cpp 44 v8::Handle<v8::Value> pixelArray = toV8(impl->data(), creationContext, isolate);
V8Int16ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Int16Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8Int32ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Int32Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8Int8ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Int8Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8NodeIteratorCustom.cpp 49 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "filter", toV8(nodeIterator->filter(), creationContext, isolate));
V8TreeWalkerCustom.cpp 49 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "filter", toV8(treeWalker->filter(), creationContext, isolate));
V8Uint16ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint16Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8Uint32ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint32Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8Uint8ArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint8Array>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8Uint8ClampedArrayCustom.h 71 inline v8::Handle<v8::Value> toV8(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return V8TypedArray<Uint8ClampedArray>::toV8(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint8ClampedArray > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8(impl.get(), creationContext, isolate);
V8WebGLRenderingContextCustom.cpp 147 return toV8(info.getWebGLBuffer(), creationContext, isolate);
149 return toV8(info.getWebGLFloatArray(), creationContext, isolate);
151 return toV8(info.getWebGLFramebuffer(), creationContext, isolate);
153 return toV8(info.getWebGLIntArray(), creationContext, isolate);
157 return toV8(info.getWebGLProgram(), creationContext, isolate);
159 return toV8(info.getWebGLRenderbuffer(), creationContext, isolate);
161 return toV8(info.getWebGLTexture(), creationContext, isolate);
163 return toV8(info.getWebGLUnsignedByteArray(), creationContext, isolate);
165 return toV8(info.getWebGLUnsignedIntArray(), creationContext, isolate);
167 return toV8(info.getWebGLVertexArrayObjectOES(), creationContext, isolate)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryListListener.cpp 38 callback.appendArgument(toV8(query, v8::Handle<v8::Object>(), context->GetIsolate()));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPromiseResolver.h 92 // Fulfill with a C++ object which can be converted to a v8 object by toV8.
95 // Resolve with a C++ object which can be converted to a v8 object by toV8.
98 // Reject with a C++ object which can be converted to a v8 object by toV8.
122 fulfill(toV8(value.get(), v8::Object::New(), m_isolate));
129 resolve(toV8(value.get(), v8::Object::New(), m_isolate));
136 reject(toV8(value.get(), v8::Object::New(), m_isolate));
  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.cpp 49 context->Global()->Set(v8::String::New(Internals::internalsId), toV8(Internals::create(toDocument(scriptContext)), v8::Handle<v8::Object>(), context->GetIsolate()));
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 78 inline v8::Handle<v8::Value> toV8({{cpp_class_name}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
122 inline v8::Handle<v8::Value> toV8(PassRefPtr< {{cpp_class_name}} > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
124 return toV8(impl.get(), creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8Float64Array.h 72 inline v8::Handle<v8::Value> toV8(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
116 inline v8::Handle<v8::Value> toV8(PassRefPtr< Float64Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
118 return toV8(impl.get(), creationContext, isolate);
V8TestActiveDOMObject.h 73 inline v8::Handle<v8::Value> toV8(TestActiveDOMObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
117 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestActiveDOMObject > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
119 return toV8(impl.get(), creationContext, isolate);
V8TestEvent.h 74 inline v8::Handle<v8::Value> toV8(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
118 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestEvent > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
120 return toV8(impl.get(), creationContext, isolate);

Completed in 252 milliseconds

1 2 3 4