m_wrapperType 47 Source/bindings/v8/CustomElementBinding.cpp ASSERT(m_wrapperType); m_wrapperType 48 Source/bindings/v8/CustomElementBinding.h const WrapperTypeInfo* wrapperType() { return m_wrapperType; } m_wrapperType 55 Source/bindings/v8/CustomElementBinding.h const WrapperTypeInfo* m_wrapperType; m_wrapperType 124 Source/bindings/v8/CustomElementConstructorBuilder.cpp m_wrapperType = &V8HTMLElement::wrapperTypeInfo; m_wrapperType 126 Source/bindings/v8/CustomElementConstructorBuilder.cpp m_wrapperType = findWrapperTypeForHTMLTagName(localName); m_wrapperType 128 Source/bindings/v8/CustomElementConstructorBuilder.cpp m_wrapperType = findWrapperTypeForSVGTagName(localName); m_wrapperType 130 Source/bindings/v8/CustomElementConstructorBuilder.cpp ASSERT(m_wrapperType); m_wrapperType 132 Source/bindings/v8/CustomElementConstructorBuilder.cpp return m_wrapperType; m_wrapperType 233 Source/bindings/v8/CustomElementConstructorBuilder.cpp return m_callbacks->setBinding(definition, CustomElementBinding::create(m_scriptState->isolate(), m_prototype, m_wrapperType)); m_wrapperType 88 Source/bindings/v8/CustomElementConstructorBuilder.h const WrapperTypeInfo* m_wrapperType;