Searched defs:creationContext (Results 1 - 25 of 98) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8AlgorithmCustom.cpp45 v8::Handle<v8::Object> wrap(Algorithm* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return V8Algorithm::createWrapper(impl, creationContext, isolate);
54 return wrap(static_cast<AesCbcParams*>(impl), creationContext, isolate);
56 return wrap(static_cast<AesKeyGenParams*>(impl), creationContext, isolate);
58 return wrap(static_cast<HmacParams*>(impl), creationContext, isolate);
60 return wrap(static_cast<HmacKeyParams*>(impl), creationContext, isolate);
62 return wrap(static_cast<RsaSsaParams*>(impl), creationContext, isolate);
64 return wrap(static_cast<RsaKeyGenParams*>(impl), creationContext, isolate);
66 return wrap(static_cast<AesCtrParams*>(impl), creationContext, isolate);
H A DV8AudioNodeCustom.cpp68 v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
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, isolat
[all...]
H A DV8CSSRuleCustom.cpp49 v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 return V8CSSRule::createWrapper(impl, creationContext, isolate);
59 return wrap(toCSSStyleRule(impl), creationContext, isolate);
61 return wrap(toCSSCharsetRule(impl), creationContext, isolate);
63 return wrap(toCSSImportRule(impl), creationContext, isolate);
65 return wrap(toCSSMediaRule(impl), creationContext, isolate);
67 return wrap(toCSSFontFaceRule(impl), creationContext, isolate);
69 return wrap(toCSSPageRule(impl), creationContext, isolate);
71 return wrap(toCSSKeyframeRule(impl), creationContext, isolate);
73 return wrap(toCSSKeyframesRule(impl), creationContext, isolat
[all...]
H A DV8CSSValueCustom.cpp45 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
49 return wrap(toCSSTransformValue(impl), creationContext, isolate);
51 return wrap(toCSSMixFunctionValue(impl), creationContext, isolate);
53 return wrap(toCSSFilterValue(impl), creationContext, isolate);
55 return wrap(toCSSValueList(impl), creationContext, isolate);
57 return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
59 return wrap(toSVGPaint(impl), creationContext, isolate);
61 return wrap(toSVGColor(impl), creationContext, isolate);
62 return V8CSSValue::createWrapper(impl, creationContext, isolate);
H A DV8CanvasRenderingContextCustom.cpp40 v8::Handle<v8::Object> wrap(CanvasRenderingContext* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 return wrap(toCanvasRenderingContext2D(impl), creationContext, isolate);
46 return wrap(toWebGLRenderingContext(impl), creationContext, isolate);
H A DV8EntryCustom.cpp42 v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
46 return wrap(toFileEntry(impl), creationContext, isolate);
47 return wrap(toDirectoryEntry(impl), creationContext, isolate);
H A DV8EntrySyncCustom.cpp42 v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
46 return wrap(toFileEntrySync(impl), creationContext, isolate);
47 return wrap(toDirectoryEntrySync(impl), creationContext, isolate);
H A DV8HTMLCollectionCustom.cpp43 v8::Handle<v8::Object> wrap(HTMLCollection* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
48 return wrap(static_cast<HTMLFormControlsCollection*>(impl), creationContext, isolate);
50 return wrap(static_cast<HTMLOptionsCollection*>(impl), creationContext, isolate);
52 return wrap(static_cast<HTMLAllCollection*>(impl), creationContext, isolate);
57 return V8HTMLCollection::createWrapper(impl, creationContext, isolate);
H A DV8HTMLElementCustom.cpp38 v8::Handle<v8::Object> wrap(HTMLElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
41 return createV8HTMLWrapper(impl, creationContext, isolate);
H A DV8PerformanceEntryCustom.cpp45 v8::Handle<v8::Object> wrap(PerformanceEntry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
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);
H A DV8SVGElementCustom.cpp38 v8::Handle<v8::Object> wrap(SVGElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
41 return createV8SVGWrapper(impl, creationContext, isolate);
H A DV8SVGPathSegCustom.cpp58 v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
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, isolat
[all...]
H A DV8StyleSheetCustom.cpp40 v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 return wrap(toCSSStyleSheet(impl), creationContext, isolate);
45 return V8StyleSheet::createWrapper(impl, creationContext, isolate);
H A DV8TextCustom.cpp40 v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 return wrap(toCDATASection(impl), creationContext, isolate);
45 return V8Text::createWrapper(impl, creationContext, isolate);
H A DV8EventTargetCustom.cpp41 return toV8(static_cast<interfaceName*>(impl), creationContext, isolate);
43 v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
H A DV8MIDIInputCustom.cpp39 v8::Handle<v8::Object> wrap(MIDIInput* input, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 v8::Handle<v8::Object> wrapper = V8MIDIInput::createWrapper(input, creationContext, isolate);
47 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "access", toV8(input->midiAccess(), creationContext, isolate));
H A DV8MIDIOutputCustom.cpp39 v8::Handle<v8::Object> wrap(MIDIOutput* output, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 v8::Handle<v8::Object> wrapper = V8MIDIOutput::createWrapper(output, creationContext, isolate);
47 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "access", toV8(output->midiAccess(), creationContext, isolate));
H A DV8EventCustom.cpp57 return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
59 v8::Handle<v8::Object> wrap(Event* event, v8::Handle<v8::Object> creationContext, v8::Isolate *isolate) argument
67 return V8Event::createWrapper(event, creationContext, isolate);
71 return V8Event::createWrapper(event, creationContext, isolate);
H A DV8ImageDataCustom.cpp38 v8::Handle<v8::Object> wrap(ImageData* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
41 v8::Handle<v8::Object> wrapper = V8ImageData::createWrapper(impl, creationContext, isolate);
44 v8::Handle<v8::Value> pixelArray = toV8(impl->data(), creationContext, isolate);
H A DV8TextTrackCueCustom.cpp41 v8::Handle<v8::Value> toV8(TextTrackCue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
43 return toV8(toVTTCue(impl), creationContext, isolate);
H A DV8CanvasRenderingContext2DCustom.cpp49 static v8::Handle<v8::Value> toV8Object(CanvasStyle* style, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return toV8(style->canvasGradient(), creationContext, isolate);
55 return toV8(style->canvasPattern(), creationContext, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptPromise.cpp48 v8::Handle<v8::Object> creationContext = v8Context.IsEmpty() ? v8::Object::New() : v8Context->Global(); local
49 v8::Handle<v8::Object> promise = V8PromiseCustom::createPromise(creationContext, isolate);
H A DCustomElementWrapper.cpp49 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) argument
54 return createV8HTMLDirectWrapper(element, creationContext, isolate);
58 v8::Handle<v8::Object> createDirectWrapper<SVGElement>(SVGElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
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) argument
69 return createV8HTMLFallbackWrapper(toHTMLUnknownElement(element), creationContext, isolate);
73 v8::Handle<v8::Object> createFallbackWrapper<SVGElement>(SVGElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
75 return createV8SVGFallbackWrapper(element, creationContext, isolat
79 createUpgradeCandidateWrapper(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*)) argument
89 wrap(PassRefPtr<ElementType> element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*)) argument
[all...]
H A DScriptPromiseResolver.h92 void resolve(T* value, v8::Handle<v8::Object> creationContext) { resolve(toV8NoInline(value, creationContext, m_isolate)); } argument
94 void reject(T* value, v8::Handle<v8::Object> creationContext) { reject(toV8NoInline(value, creationContext, m_isolate)); } argument
97 void resolve(PassRefPtr<T> value, v8::Handle<v8::Object> creationContext) { resolve(value.get(), creationContext); } argument
99 void reject(PassRefPtr<T> value, v8::Handle<v8::Object> creationContext) { reject(value.get(), creationContext); } argument
H A DV8ThrowException.h44 static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
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 v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
52 return throwDOMException(ec, String(), creationContext, isolate);
54 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
56 return throwDOMException(ec, message, String(), creationContext, isolate);
58 static v8::Handle<v8::Value> throwDOMException(int, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate*);

Completed in 237 milliseconds

1234