HomeSort by relevance Sort by last modified time
    Searched refs:WrapperType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8EventListenerList.h 60 template<typename WrapperType>
88 template<typename WrapperType>
105 RefPtr<V8EventListener> wrapperPtr = WrapperType::create(object, isAttribute, scriptState);
CustomElementWrapper.h 43 template<typename ElementType, typename WrapperType>
CustomElementWrapper.cpp 88 template<typename ElementType, typename WrapperType>
89 v8::Handle<v8::Object> CustomElementWrapper<ElementType, WrapperType>::wrap(PassRefPtrWillBeRawPtr<ElementType> element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*))
104 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, binding->wrapperType(), element.get(), isolate);
110 V8DOMWrapper::associateObjectWithWrapper<WrapperType>(element, binding->wrapperType(), wrapper, isolate, WrapperConfiguration::Dependent);
  /external/llvm/include/llvm/Support/
CommandLine.h 370 typedef OptionValue<DataType> WrapperType;
419 typedef DataType WrapperType;
442 typedef cl::boolOrDefault WrapperType;
459 typedef StringRef WrapperType;
    [all...]

Completed in 75 milliseconds