Searched refs:creationContext (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CSSRuleCustom.cpp48 v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
56 return V8CSSRule::createWrapper(impl, creationContext, isolate);
58 return wrap(toCSSStyleRule(impl), creationContext, isolate);
60 return wrap(toCSSCharsetRule(impl), creationContext, isolate);
62 return wrap(toCSSImportRule(impl), creationContext, isolate);
64 return wrap(toCSSMediaRule(impl), creationContext, isolate);
66 return wrap(toCSSFontFaceRule(impl), creationContext, isolate);
68 return wrap(toCSSPageRule(impl), creationContext, isolate);
70 return wrap(toCSSKeyframeRule(impl), creationContext, isolate);
72 return wrap(toCSSKeyframesRule(impl), creationContext, isolat
[all...]
H A DV8CSSValueCustom.cpp41 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
45 return wrap(toCSSTransformValue(impl), creationContext, isolate);
47 return wrap(toCSSFilterValue(impl), creationContext, isolate);
49 return wrap(toCSSValueList(impl), creationContext, isolate);
51 return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
52 return V8CSSValue::createWrapper(impl, creationContext, isolate);
H A DV8EventTargetCustom.cpp39 v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
45 return toV8(static_cast<LocalDOMWindow*>(impl), creationContext, isolate);
50 return impl->wrap(creationContext, isolate);
H A DV8DataViewCustom.h62 inline v8::Handle<v8::Object> wrap(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<DataView>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<DataView>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< DataView > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Float32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Float32Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Float32Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Float32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Float64ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Float64Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Float64Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Float64Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Int16ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Int16Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Int16Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Int32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Int32Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Int32Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Int8ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Int8Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Int8Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Int8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Uint16ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint16Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint16Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint16Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Uint32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint32Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint32Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint32Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Uint8ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint8Array>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint8Array>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint8Array > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
H A DV8Uint8ClampedArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 return V8TypedArray<Uint8ClampedArray>::wrap(impl, creationContext, isolate);
67 inline v8::Handle<v8::Value> toV8(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
69 return V8TypedArray<Uint8ClampedArray>::toV8(impl, creationContext, isolate);
90 inline v8::Handle<v8::Value> toV8(PassRefPtr< Uint8ClampedArray > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
92 return toV8(impl.get(), creationContext, isolate);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebArrayBufferConverter.cpp40 v8::Handle<v8::Value> WebArrayBufferConverter::toV8Value(WebArrayBuffer* buffer, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 return toV8(*buffer, creationContext, isolate);
H A DWebDOMError.cpp70 v8::Handle<v8::Value> WebDOMError::toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
74 return toV8(m_private.get(), creationContext, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromiseProperty.h74 virtual v8::Handle<v8::Object> holder(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE;
75 virtual v8::Handle<v8::Value> resolvedValue(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE;
76 virtual v8::Handle<v8::Value> rejectedValue(v8::Handle<v8::Object> creationContext, v8::Isolate*) OVERRIDE;
120 v8::Handle<v8::Object> ScriptPromiseProperty<HolderType, ResolvedType, RejectedType>::holder(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
122 v8::Handle<v8::Value> value = V8ValueTraits<HolderType>::toV8Value(m_holder, creationContext, isolate);
127 v8::Handle<v8::Value> ScriptPromiseProperty<HolderType, ResolvedType, RejectedType>::resolvedValue(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
130 return V8ValueTraits<ResolvedType>::toV8Value(m_resolved, creationContext, isolate);
134 v8::Handle<v8::Value> ScriptPromiseProperty<HolderType, ResolvedType, RejectedType>::rejectedValue(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
137 return V8ValueTraits<RejectedType>::toV8Value(m_rejected, creationContext, isolate);
H A DV8ThrowException.h36 static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
38 return createDOMException(ec, message, String(), creationContext, isolate);
40 static v8::Handle<v8::Value> createDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
42 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
44 return throwDOMException(ec, message, String(), creationContext, isolate);
46 static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
H A DScriptPromisePropertyBase.h55 virtual v8::Handle<v8::Object> holder(v8::Handle<v8::Object> creationContext, v8::Isolate*) = 0;
56 virtual v8::Handle<v8::Value> resolvedValue(v8::Handle<v8::Object> creationContext, v8::Isolate*) = 0;
57 virtual v8::Handle<v8::Value> rejectedValue(v8::Handle<v8::Object> creationContext, v8::Isolate*) = 0;
H A DScriptWrappable.cpp49 v8::Handle<v8::Object> ScriptWrappable::wrap(v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
60 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperTypeInfo, toScriptWrappableBase(), isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8SVGTestInterface.h49 inline v8::Handle<v8::Object> wrap(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<SVGTestInterface> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestException.h49 inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestException> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceCheckSecurity.h49 inline v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceCheckSecurity> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestInterfaceEmpty.h49 inline v8::Handle<v8::Object> wrap(TestInterfaceEmpty* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestInterfaceEmpty* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceEmpty> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestSpecialOperations.h49 inline v8::Handle<v8::Object> wrap(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestSpecialOperations> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);
H A DV8TestSpecialOperationsNotEnumerable.h49 inline v8::Handle<v8::Object> wrap(TestSpecialOperationsNotEnumerable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestSpecialOperationsNotEnumerable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
62 return impl->wrap(creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8(PassRefPtr<TestSpecialOperationsNotEnumerable> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
107 return toV8(impl.get(), creationContext, isolate);

Completed in 241 milliseconds

12345