OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creationContext
(Results
1 - 25
of
113
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CSSRuleCustom.cpp
48
v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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
, isolate)
[
all
...]
V8CSSValueCustom.cpp
41
v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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);
V8EventTargetCustom.cpp
39
v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
45
return toV8(static_cast<LocalDOMWindow*>(impl),
creationContext
, isolate);
50
return impl->wrap(
creationContext
, isolate);
V8DataViewCustom.h
62
inline v8::Handle<v8::Object> wrap(DataView* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Float32ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Float32Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Float64ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Int16ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Int16Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Int32ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Int32Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Int8ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Int8Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Uint16ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Uint16Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Uint32ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Uint32Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Uint8ArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Uint8Array* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
V8Uint8ClampedArrayCustom.h
62
inline v8::Handle<v8::Object> wrap(Uint8ClampedArray* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
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)
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)
92
return toV8(impl.get(),
creationContext
, isolate);
/external/chromium_org/third_party/WebKit/Source/web/
WebArrayBufferConverter.cpp
40
v8::Handle<v8::Value> WebArrayBufferConverter::toV8Value(WebArrayBuffer* buffer, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
44
return toV8(*buffer,
creationContext
, isolate);
WebDOMError.cpp
70
v8::Handle<v8::Value> WebDOMError::toV8Value(v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
74
return toV8(m_private.get(),
creationContext
, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromiseProperty.h
74
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)
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)
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)
137
return V8ValueTraits<RejectedType>::toV8Value(m_rejected,
creationContext
, isolate);
V8ThrowException.h
36
static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>&
creationContext
, v8::Isolate* isolate)
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)
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*);
ScriptPromisePropertyBase.h
55
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;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8SVGTestInterface.h
49
inline v8::Handle<v8::Object> wrap(SVGTestInterface* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
51
return impl->wrap(
creationContext
, isolate);
54
inline v8::Handle<v8::Value> toV8(SVGTestInterface* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
62
return impl->wrap(
creationContext
, isolate);
105
inline v8::Handle<v8::Value> toV8(PassRefPtr<SVGTestInterface> impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
107
return toV8(impl.get(),
creationContext
, isolate);
V8TestException.h
49
inline v8::Handle<v8::Object> wrap(TestException* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
51
return impl->wrap(
creationContext
, isolate);
54
inline v8::Handle<v8::Value> toV8(TestException* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
62
return impl->wrap(
creationContext
, isolate);
105
inline v8::Handle<v8::Value> toV8(PassRefPtr<TestException> impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
107
return toV8(impl.get(),
creationContext
, isolate);
V8TestInterface2.h
51
inline v8::Handle<v8::Object> wrap(TestInterface2* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
53
return impl->wrap(
creationContext
, isolate);
56
inline v8::Handle<v8::Value> toV8(TestInterface2* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
64
return impl->wrap(
creationContext
, isolate);
107
inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterface2> impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
109
return toV8(impl.get(),
creationContext
, isolate);
V8TestInterfaceCheckSecurity.h
49
inline v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
51
return impl->wrap(
creationContext
, isolate);
54
inline v8::Handle<v8::Value> toV8(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
62
return impl->wrap(
creationContext
, isolate);
105
inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceCheckSecurity> impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
107
return toV8(impl.get(),
creationContext
, isolate);
V8TestInterfaceConstructor.h
56
inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
58
return impl->wrap(
creationContext
, isolate);
61
inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
69
return impl->wrap(
creationContext
, isolate);
112
inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor> impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
114
return toV8(impl.get(),
creationContext
, isolate);
V8TestInterfaceConstructor2.h
50
inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor2* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
52
return impl->wrap(
creationContext
, isolate);
55
inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor2* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
63
return impl->wrap(
creationContext
, isolate);
106
inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor2> impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
108
return toV8(impl.get(),
creationContext
, isolate);
V8TestInterfaceConstructor3.h
50
inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor3* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
52
return impl->wrap(
creationContext
, isolate);
55
inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor3* impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
63
return impl->wrap(
creationContext
, isolate);
106
inline v8::Handle<v8::Value> toV8(PassRefPtr<TestInterfaceConstructor3> impl, v8::Handle<v8::Object>
creationContext
, v8::Isolate* isolate)
108
return toV8(impl.get(),
creationContext
, isolate);
Completed in 222 milliseconds
1
2
3
4
5