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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8AudioNodeCustom.cpp 70 v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
75 return wrap(static_cast<AudioDestinationNode*>(impl), creationContext, isolate);
77 return wrap(static_cast<OscillatorNode*>(impl), creationContext, isolate);
79 return wrap(static_cast<AudioBufferSourceNode*>(impl), creationContext, isolate);
81 return wrap(static_cast<MediaElementAudioSourceNode*>(impl), creationContext, isolate);
83 return wrap(static_cast<MediaStreamAudioDestinationNode*>(impl), creationContext, isolate);
85 return wrap(static_cast<MediaStreamAudioSourceNode*>(impl), creationContext, isolate);
87 return wrap(static_cast<ScriptProcessorNode*>(impl), creationContext, isolate);
89 return wrap(static_cast<BiquadFilterNode*>(impl), creationContext, isolate);
91 return wrap(static_cast<PannerNode*>(impl), creationContext, isolate)
    [all...]
V8CSSValueCustom.cpp 45 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
49 return wrap(static_cast<CSSTransformValue*>(impl), creationContext, isolate);
51 return wrap(static_cast<CSSMixFunctionValue*>(impl), creationContext, isolate);
53 return wrap(static_cast<CSSFilterValue*>(impl), creationContext, isolate);
55 return wrap(toCSSValueList(impl), creationContext, isolate);
57 return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
59 return wrap(static_cast<SVGPaint*>(impl), creationContext, isolate);
61 return wrap(static_cast<SVGColor*>(impl), creationContext, isolate);
62 return V8CSSValue::createWrapper(impl, creationContext, isolate);
V8CSSRuleCustom.cpp 50 v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
58 return V8CSSRule::createWrapper(impl, creationContext, isolate);
60 return wrap(static_cast<CSSStyleRule*>(impl), creationContext, isolate);
62 return wrap(static_cast<CSSCharsetRule*>(impl), creationContext, isolate);
64 return wrap(static_cast<CSSImportRule*>(impl), creationContext, isolate);
66 return wrap(static_cast<CSSMediaRule*>(impl), creationContext, isolate);
68 return wrap(static_cast<CSSFontFaceRule*>(impl), creationContext, isolate);
70 return wrap(static_cast<CSSPageRule*>(impl), creationContext, isolate);
72 return wrap(static_cast<CSSKeyframeRule*>(impl), creationContext, isolate);
74 return wrap(static_cast<CSSKeyframesRule*>(impl), creationContext, isolate)
    [all...]
V8ElementCustom.cpp 41 v8::Handle<v8::Object> wrap(Element* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
45 return wrap(toHTMLElement(impl), creationContext, isolate);
47 return wrap(toSVGElement(impl), creationContext, isolate);
48 return V8Element::createWrapper(impl, creationContext, isolate);
V8StyleSheetCustom.cpp 40 v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
44 return wrap(static_cast<CSSStyleSheet*>(impl), creationContext, isolate);
45 return V8StyleSheet::createWrapper(impl, creationContext, isolate);
V8SVGPathSegCustom.cpp 59 v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
64 return wrap(static_cast<SVGPathSegClosePath*>(impl), creationContext, isolate);
66 return wrap(static_cast<SVGPathSegMovetoAbs*>(impl), creationContext, isolate);
68 return wrap(static_cast<SVGPathSegMovetoRel*>(impl), creationContext, isolate);
70 return wrap(static_cast<SVGPathSegLinetoAbs*>(impl), creationContext, isolate);
72 return wrap(static_cast<SVGPathSegLinetoRel*>(impl), creationContext, isolate);
74 return wrap(static_cast<SVGPathSegCurvetoCubicAbs*>(impl), creationContext, isolate);
76 return wrap(static_cast<SVGPathSegCurvetoCubicRel*>(impl), creationContext, isolate);
78 return wrap(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl), creationContext, isolate);
80 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(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);
V8PerformanceEntryCustom.cpp 48 v8::Handle<v8::Object> wrap(PerformanceEntry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
52 return wrap(static_cast<PerformanceResourceTiming*>(impl), creationContext, isolate);
55 return wrap(static_cast<PerformanceMark*>(impl), creationContext, isolate);
58 return wrap(static_cast<PerformanceMeasure*>(impl), creationContext, isolate);
60 return V8PerformanceEntry::createWrapper(impl, creationContext, isolate);
V8AlgorithmCustom.cpp 43 v8::Handle<v8::Object> wrap(Algorithm* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
50 return V8Algorithm::createWrapper(impl, creationContext, isolate);
52 return wrap(static_cast<AesCbcParams*>(impl), creationContext, isolate);
54 return wrap(static_cast<AesKeyGenParams*>(impl), creationContext, isolate);
56 return wrap(static_cast<HmacParams*>(impl), creationContext, isolate);
58 return wrap(static_cast<RsaSsaParams*>(impl), creationContext, isolate);
60 return wrap(static_cast<RsaKeyGenParams*>(impl), creationContext, isolate);
V8CanvasRenderingContextCustom.cpp 40 v8::Handle<v8::Object> wrap(CanvasRenderingContext* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
44 return wrap(static_cast<CanvasRenderingContext2D*>(impl), creationContext, isolate);
46 return wrap(static_cast<WebGLRenderingContext*>(impl), creationContext, isolate);
V8EntryCustom.cpp 43 v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
47 return wrap(static_cast<FileEntry*>(impl), creationContext, isolate);
50 return wrap(static_cast<DirectoryEntry*>(impl), creationContext, isolate);
V8EntrySyncCustom.cpp 43 v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
47 return wrap(static_cast<FileEntrySync*>(impl), creationContext, isolate);
50 return wrap(static_cast<DirectoryEntrySync*>(impl), creationContext, isolate);
V8TextCustom.cpp 39 v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
43 return wrap(static_cast<CDATASection*>(impl), creationContext, isolate);
45 return V8Text::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);
V8IDBAnyCustom.cpp 45 static v8::Handle<v8::Value> toV8(const IDBKeyPath& value, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
56 return toV8(keyPaths.release(), creationContext, isolate);
62 v8::Handle<v8::Value> toV8(IDBAny* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
73 return toV8(impl->domStringList(), creationContext, isolate);
75 return toV8(impl->idbCursor(), creationContext, isolate);
77 return toV8(impl->idbCursorWithValue(), creationContext, isolate);
79 return toV8(impl->idbDatabase(), creationContext, isolate);
81 return toV8(impl->idbFactory(), creationContext, isolate);
83 return toV8(impl->idbIndex(), creationContext, isolate);
85 return toV8(impl->idbObjectStore(), creationContext, isolate)
    [all...]
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);
V8NodeIteratorCustom.cpp 41 v8::Handle<v8::Object> wrap(NodeIterator* nodeIterator, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
46 v8::Handle<v8::Object> wrapper = V8NodeIterator::createWrapper(nodeIterator, creationContext, isolate);
49 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "filter", toV8(nodeIterator->filter(), creationContext, isolate));
V8TreeWalkerCustom.cpp 41 v8::Handle<v8::Object> wrap(TreeWalker* treeWalker, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
46 v8::Handle<v8::Object> wrapper = V8TreeWalker::createWrapper(treeWalker, creationContext, isolate);
49 V8HiddenPropertyName::setNamedHiddenReference(wrapper, "filter", toV8(treeWalker->filter(), creationContext, isolate));
V8EventCustom.cpp 57 return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
59 v8::Handle<v8::Object> wrap(Event* event, v8::Handle<v8::Object> creationContext, v8::Isolate *isolate)
67 return V8Event::createWrapper(event, creationContext, isolate);
71 return V8Event::createWrapper(event, creationContext, isolate);
V8EventTargetCustom.cpp 42 return toV8(static_cast<interfaceName*>(impl), creationContext, isolate);
44 v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
56 v8::Handle<v8::Value> toV8ForMainWorld(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
58 return toV8(impl, 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...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 60 friend v8::Handle<v8::Object> wrap({{cpp_class_name}}*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
61 static v8::Handle<v8::Object> createWrapper(PassRefPtr<{{cpp_class_name}}>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
71 inline v8::Handle<v8::Object> wrap({{cpp_class_name}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
75 return {{v8_class_name}}::createWrapper(impl, creationContext, isolate);
78 inline v8::Handle<v8::Value> toV8({{cpp_class_name}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
85 return wrap(impl, creationContext, isolate);
88 inline v8::Handle<v8::Value> toV8ForMainWorld({{cpp_class_name}}* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
96 return wrap(impl, creationContext, isolate);
110 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< {{cpp_class_name}} > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
112 return toV8ForMainWorld(impl.get(), creationContext, isolate)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestActiveDOMObject.h 55 friend v8::Handle<v8::Object> wrap(TestActiveDOMObject*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
56 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestActiveDOMObject>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
66 inline v8::Handle<v8::Object> wrap(TestActiveDOMObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
70 return V8TestActiveDOMObject::createWrapper(impl, creationContext, isolate);
73 inline v8::Handle<v8::Value> toV8(TestActiveDOMObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
80 return wrap(impl, creationContext, isolate);
83 inline v8::Handle<v8::Value> toV8ForMainWorld(TestActiveDOMObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
91 return wrap(impl, creationContext, isolate);
105 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestActiveDOMObject > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
107 return toV8ForMainWorld(impl.get(), creationContext, isolate)
    [all...]
V8TestEvent.h 56 friend v8::Handle<v8::Object> wrap(TestEvent*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
57 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestEvent>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
67 inline v8::Handle<v8::Object> wrap(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
71 return V8TestEvent::createWrapper(impl, creationContext, isolate);
74 inline v8::Handle<v8::Value> toV8(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
81 return wrap(impl, creationContext, isolate);
84 inline v8::Handle<v8::Value> toV8ForMainWorld(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
92 return wrap(impl, creationContext, isolate);
106 inline v8::Handle<v8::Value> toV8ForMainWorld(PassRefPtr< TestEvent > impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
108 return toV8ForMainWorld(impl.get(), creationContext, isolate)
    [all...]

Completed in 70 milliseconds

1 2 3 4