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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8StyleSheetCustom.cpp 45 return V8StyleSheet::createWrapper(impl, creationContext, isolate);
V8EventCustom.cpp 67 return V8Event::createWrapper(event, creationContext, isolate);
71 return V8Event::createWrapper(event, creationContext, isolate);
V8ElementCustom.cpp 48 return V8Element::createWrapper(impl, creationContext, isolate);
V8TextCustom.cpp 45 return V8Text::createWrapper(impl, creationContext, isolate);
V8HTMLCollectionCustom.cpp 57 return V8HTMLCollection::createWrapper(impl, creationContext, isolate);
V8ImageDataCustom.cpp 41 v8::Handle<v8::Object> wrapper = V8ImageData::createWrapper(impl, creationContext, isolate);
V8NodeIteratorCustom.cpp 46 v8::Handle<v8::Object> wrapper = V8NodeIterator::createWrapper(nodeIterator, creationContext, isolate);
V8PerformanceEntryCustom.cpp 60 return V8PerformanceEntry::createWrapper(impl, creationContext, isolate);
V8SVGDocumentCustom.cpp 44 v8::Handle<v8::Object> wrapper = V8SVGDocument::createWrapper(impl, creationContext, isolate);
V8TreeWalkerCustom.cpp 46 v8::Handle<v8::Object> wrapper = V8TreeWalker::createWrapper(treeWalker, creationContext, isolate);
V8AlgorithmCustom.cpp 50 return V8Algorithm::createWrapper(impl, creationContext, isolate);
V8CSSValueCustom.cpp 62 return V8CSSValue::createWrapper(impl, creationContext, isolate);
V8CSSRuleCustom.cpp 58 return V8CSSRule::createWrapper(impl, creationContext, isolate);
86 return V8CSSRule::createWrapper(impl, creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 61 static v8::Handle<v8::Object> createWrapper(PassRefPtr<{{cpp_class_name}}>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
75 return {{v8_class_name}}::createWrapper(impl, creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestActiveDOMObject.h 56 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestActiveDOMObject>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70 return V8TestActiveDOMObject::createWrapper(impl, creationContext, isolate);
V8TestEvent.cpp 109 v8::Handle<v8::Object> V8TestEvent::createWrapper(PassRefPtr<TestEvent> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
121 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &info, toInternalPointer(impl.get()), isolate);
V8TestEvent.h 57 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestEvent>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
71 return V8TestEvent::createWrapper(impl, creationContext, isolate);
V8TestEventConstructor.h 58 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestEventConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
72 return V8TestEventConstructor::createWrapper(impl, creationContext, isolate);
V8TestEventTarget.h 59 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestEventTarget>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
73 return V8TestEventTarget::createWrapper(impl, creationContext, isolate);
V8TestException.h 56 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestException>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70 return V8TestException::createWrapper(impl, creationContext, isolate);
V8TestExtendedEvent.h 60 static v8::Handle<v8::Object> createWrapper(PassRefPtr<Event>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
74 return V8TestExtendedEvent::createWrapper(impl, creationContext, isolate);
V8TestInterfaceImplementedAs.h 56 static v8::Handle<v8::Object> createWrapper(PassRefPtr<RealClass>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70 return V8TestInterfaceImplementedAs::createWrapper(impl, creationContext, isolate);
V8TestMediaQueryListListener.h 56 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestMediaQueryListListener>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70 return V8TestMediaQueryListListener::createWrapper(impl, creationContext, isolate);
V8TestNamedConstructor.h 63 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestNamedConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
77 return V8TestNamedConstructor::createWrapper(impl, creationContext, isolate);
V8TestNode.h 59 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestNode>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
73 return V8TestNode::createWrapper(impl, creationContext, isolate);

Completed in 141 milliseconds

1 2 3