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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8LocationCustom.cpp 43 v8SetReturnValue(info, info.This());
V8JavaScriptCallFrameCustom.cpp 42 v8SetReturnValue(info, impl->evaluate(expression));
48 v8SetReturnValue(info, impl->restart());
54 v8SetReturnValue(info, impl->scopeChain());
61 v8SetReturnValue(info, impl->scopeType(scopeIndex));
67 v8SetReturnValue(info, impl->thisObject());
73 v8SetReturnValue(info, impl->returnValue());
78 v8SetReturnValue(info, v8AtomicString(info.GetIsolate(), "function"));
V8ErrorEventCustom.cpp 52 v8SetReturnValue(info, error);
V8CustomEventCustom.cpp 60 v8SetReturnValue(info, result);
74 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
78 v8SetReturnValue(info, cacheState(info.Holder(), v8::Null(info.GetIsolate()), info.GetIsolate()));
V8DataViewCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, DataView* impl)
79 V8TypedArray<DataView>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<DataView> impl)
102 v8SetReturnValue(info, impl.get());
V8Float32ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Float32Array* impl)
79 V8TypedArray<Float32Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Float32Array > impl)
102 v8SetReturnValue(info, impl.get());
V8Float64ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Float64Array* impl)
79 V8TypedArray<Float64Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Float64Array> impl)
102 v8SetReturnValue(info, impl.get());
V8Int16ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Int16Array* impl)
79 V8TypedArray<Int16Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int16Array> impl)
102 v8SetReturnValue(info, impl.get());
V8Int32ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Int32Array* impl)
79 V8TypedArray<Int32Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int32Array> impl)
102 v8SetReturnValue(info, impl.get());
V8Int8ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Int8Array* impl)
79 V8TypedArray<Int8Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int8Array> impl)
102 v8SetReturnValue(info, impl.get());
V8PopStateEventCustom.cpp 54 v8SetReturnValue(info, result);
72 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
89 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
99 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
V8Uint16ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Uint16Array* impl)
79 V8TypedArray<Uint16Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint16Array> impl)
102 v8SetReturnValue(info, impl.get());
V8Uint32ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Uint32Array* impl)
79 V8TypedArray<Uint32Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint32Array> impl)
102 v8SetReturnValue(info, impl.get());
V8Uint8ArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Uint8Array* impl)
79 V8TypedArray<Uint8Array>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Uint8Array > impl)
102 v8SetReturnValue(info, impl.get());
V8Uint8ClampedArrayCustom.h 77 inline void v8SetReturnValue(const CallbackInfo& info, Uint8ClampedArray* impl)
79 V8TypedArray<Uint8ClampedArray>::v8SetReturnValue(info, impl);
100 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl)
102 v8SetReturnValue(info, impl.get());
V8InjectedScriptHostCustom.cpp 98 v8SetReturnValue(info, object->get(ScriptState::current()).v8Value());
109 v8SetReturnValue(info, info[0]->ToObject()->GetConstructorName());
118 v8SetReturnValue(info, false);
122 v8SetReturnValue(info, V8HTMLAllCollection::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())));
133 v8SetReturnValue(info, v8AtomicString(isolate, "string"));
137 v8SetReturnValue(info, v8AtomicString(isolate, "array"));
141 v8SetReturnValue(info, v8AtomicString(isolate, "boolean"));
145 v8SetReturnValue(info, v8AtomicString(isolate, "number"));
149 v8SetReturnValue(info, v8AtomicString(isolate, "date"));
153 v8SetReturnValue(info, v8AtomicString(isolate, "regexp"))
    [all...]
V8BlobCustom.cpp 45 v8SetReturnValue(info, blob.release());
81 v8SetReturnValue(info, blob.release());
V8HTMLDocumentCustom.cpp 78 v8SetReturnValue(info, frame->script().callFunction(v8::Local<v8::Function>::Cast(function), global, info.Length(), params.get()));
84 v8SetReturnValue(info, info.Holder());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfacePython.h 85 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfacePythonImplementation* impl)
87 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
93 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
99 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
108 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePythonImplementation > impl)
110 v8SetReturnValue(callbackInfo, impl.get());
V8TestException.h 96 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestException* impl)
105 v8SetReturnValue(callbackInfo, wrapper);
119 v8SetReturnValue(callbackInfo, wrapper);
132 v8SetReturnValue(callbackInfo, wrapper);
141 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestException > impl)
143 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceCheckSecurity.h 96 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl)
105 v8SetReturnValue(callbackInfo, wrapper);
119 v8SetReturnValue(callbackInfo, wrapper);
132 v8SetReturnValue(callbackInfo, wrapper);
141 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl)
143 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceDoNotCheckConstants.h 96 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceDoNotCheckConstants* impl)
105 v8SetReturnValue(callbackInfo, wrapper);
119 v8SetReturnValue(callbackInfo, wrapper);
132 v8SetReturnValue(callbackInfo, wrapper);
141 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceDoNotCheckConstants > impl)
143 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceEmpty.h 96 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl)
105 v8SetReturnValue(callbackInfo, wrapper);
119 v8SetReturnValue(callbackInfo, wrapper);
132 v8SetReturnValue(callbackInfo, wrapper);
141 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty > impl)
143 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceImplementedAs.h 96 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, RealClass* impl)
105 v8SetReturnValue(callbackInfo, wrapper);
119 v8SetReturnValue(callbackInfo, wrapper);
132 v8SetReturnValue(callbackInfo, wrapper);
141 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<RealClass > impl)
143 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfacePython2.h 92 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfacePython2* impl)
101 v8SetReturnValue(callbackInfo, wrapper);
115 v8SetReturnValue(callbackInfo, wrapper);
128 v8SetReturnValue(callbackInfo, wrapper);
137 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePython2 > impl)
139 v8SetReturnValue(callbackInfo, impl.get());

Completed in 55 milliseconds

1 2 3 4