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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8AudioNodeCustom.cpp 68 v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return wrap(static_cast<AudioDestinationNode*>(impl), creationContext, isolate);
75 return wrap(static_cast<OscillatorNode*>(impl), creationContext, isolate);
77 return wrap(static_cast<AudioBufferSourceNode*>(impl), creationContext, isolate);
79 return wrap(static_cast<MediaElementAudioSourceNode*>(impl), creationContext, isolate);
81 return wrap(static_cast<MediaStreamAudioDestinationNode*>(impl), creationContext, isolate);
83 return wrap(static_cast<MediaStreamAudioSourceNode*>(impl), creationContext, isolate);
85 return wrap(static_cast<ScriptProcessorNode*>(impl), creationContext, isolate);
87 return wrap(static_cast<BiquadFilterNode*>(impl), creationContext, isolate);
89 return wrap(static_cast<PannerNode*>(impl), creationContext, isolate)
    [all...]
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);
V8EntryCustom.cpp 42 v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
46 return wrap(toFileEntry(impl), creationContext, isolate);
47 return wrap(toDirectoryEntry(impl), creationContext, isolate);
V8EntrySyncCustom.cpp 42 v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
46 return wrap(toFileEntrySync(impl), creationContext, isolate);
47 return wrap(toDirectoryEntrySync(impl), creationContext, isolate);
V8StyleSheetCustom.cpp 40 v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
44 return wrap(toCSSStyleSheet(impl), creationContext, isolate);
45 return V8StyleSheet::createWrapper(impl, creationContext, isolate);
V8TextCustom.cpp 40 v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
44 return wrap(toCDATASection(impl), creationContext, isolate);
45 return V8Text::createWrapper(impl, creationContext, isolate);
V8SVGPathSegCustom.cpp 58 v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
63 return wrap(static_cast<SVGPathSegClosePath*>(impl), creationContext, isolate);
65 return wrap(static_cast<SVGPathSegMovetoAbs*>(impl), creationContext, isolate);
67 return wrap(static_cast<SVGPathSegMovetoRel*>(impl), creationContext, isolate);
69 return wrap(static_cast<SVGPathSegLinetoAbs*>(impl), creationContext, isolate);
71 return wrap(static_cast<SVGPathSegLinetoRel*>(impl), creationContext, isolate);
73 return wrap(static_cast<SVGPathSegCurvetoCubicAbs*>(impl), creationContext, isolate);
75 return wrap(static_cast<SVGPathSegCurvetoCubicRel*>(impl), creationContext, isolate);
77 return wrap(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl), creationContext, isolate);
79 return wrap(static_cast<SVGPathSegCurvetoQuadraticRel*>(impl), creationContext, isolate)
    [all...]
V8HTMLCollectionCustom.cpp 43 v8::Handle<v8::Object> wrap(HTMLCollection* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
48 return wrap(toHTMLFormControlsCollection(impl), creationContext, isolate);
50 return wrap(toHTMLOptionsCollection(impl), creationContext, isolate);
52 return wrap(toHTMLAllCollection(impl), creationContext, isolate);
57 return V8HTMLCollection::createWrapper(impl, creationContext, isolate);
V8PerformanceEntryCustom.cpp 45 v8::Handle<v8::Object> wrap(PerformanceEntry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
49 return wrap(static_cast<PerformanceResourceTiming*>(impl), creationContext, isolate);
52 return wrap(static_cast<PerformanceMark*>(impl), creationContext, isolate);
55 return wrap(static_cast<PerformanceMeasure*>(impl), creationContext, isolate);
57 return V8PerformanceEntry::createWrapper(impl, creationContext, isolate);
V8HTMLElementCustom.cpp 38 v8::Handle<v8::Object> wrap(HTMLElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
41 return createV8HTMLWrapper(impl, creationContext, isolate);
V8SVGElementCustom.cpp 38 v8::Handle<v8::Object> wrap(SVGElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
41 return createV8SVGWrapper(impl, creationContext, isolate);
V8TextTrackCueCustom.cpp 37 v8::Handle<v8::Value> toV8(TextTrackCue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
39 return toV8(toVTTCue(impl), creationContext, isolate);
V8ImageDataCustom.cpp 38 v8::Handle<v8::Object> wrap(ImageData* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
41 v8::Handle<v8::Object> wrapper = V8ImageData::createWrapper(impl, creationContext, isolate);
44 v8::Handle<v8::Value> pixelArray = toV8(impl->data(), creationContext, isolate);
V8EventCustom.cpp 56 return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
58 v8::Handle<v8::Object> wrap(Event* event, v8::Handle<v8::Object> creationContext, v8::Isolate *isolate)
66 return V8Event::createWrapper(event, creationContext, isolate);
71 return V8Event::createWrapper(event, creationContext, isolate);
V8NodeCustom.cpp 123 v8::Handle<v8::Object> wrap(Node* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
130 return wrap(toHTMLElement(impl), creationContext, isolate);
132 return wrap(toSVGElement(impl), creationContext, isolate);
133 return V8Element::createWrapper(toElement(impl), creationContext, isolate);
135 return wrap(toAttr(impl), creationContext, isolate);
137 return wrap(toText(impl), creationContext, isolate);
139 return wrap(toCDATASection(impl), creationContext, isolate);
141 return wrap(toProcessingInstruction(impl), creationContext, isolate);
143 return wrap(toComment(impl), creationContext, isolate);
145 return wrap(toDocument(impl), creationContext, isolate)
    [all...]
V8EventTargetCustom.cpp 43 return toV8(static_cast<interfaceName*>(impl), creationContext, isolate);
45 v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* 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);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementWrapper.cpp 49 v8::Handle<v8::Object> createDirectWrapper(ElementType*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
52 v8::Handle<v8::Object> createDirectWrapper<HTMLElement>(HTMLElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
54 return createV8HTMLDirectWrapper(element, creationContext, isolate);
58 v8::Handle<v8::Object> createDirectWrapper<SVGElement>(SVGElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
60 return createV8SVGDirectWrapper(element, creationContext, isolate);
64 v8::Handle<v8::Object> createFallbackWrapper(ElementType*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
67 v8::Handle<v8::Object> createFallbackWrapper<HTMLElement>(HTMLElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
69 return createV8HTMLFallbackWrapper(toHTMLUnknownElement(element), creationContext, isolate);
73 v8::Handle<v8::Object> createFallbackWrapper<SVGElement>(SVGElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
75 return createV8SVGFallbackWrapper(element, creationContext, isolate)
    [all...]
V8ThrowException.h 44 static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
46 return createDOMException(ec, message, String(), creationContext, isolate);
48 static v8::Handle<v8::Value> createDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
50 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
52 return throwDOMException(ec, message, String(), creationContext, isolate);
54 static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);
ScriptPromiseResolver.h 112 template<typename T> void resolve(const T& value, v8::Handle<v8::Object> creationContext)
115 resolve(toV8Value(value, creationContext));
117 template<typename T> void reject(const T& value, v8::Handle<v8::Object> creationContext)
120 reject(toV8Value(value, creationContext));
130 v8::Handle<v8::Value> toV8Value(const T& value, v8::Handle<v8::Object> creationContext)
132 return ToV8Value<ScriptPromiseResolver, v8::Handle<v8::Object> >::toV8Value(value, creationContext, m_scriptState->isolate());
  /external/chromium_org/third_party/WebKit/Source/web/
WebArrayBufferConverter.cpp 42 v8::Handle<v8::Value> WebArrayBufferConverter::toV8Value(WebArrayBuffer* buffer, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
46 return toV8(*buffer, creationContext, isolate);

Completed in 956 milliseconds

1 2 3 4 5