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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperMap.h 83 toWrapperTypeInfo(it->value.deprecatedHandle())->derefObject(it->key);
112 type->derefObject(key);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferCustom.cpp 49 0, V8ArrayBuffer::derefObject,
63 void V8ArrayBuffer::derefObject(void* object)
V8HTMLImageElementConstructor.cpp 47 WrapperTypeInfo V8HTMLImageElementConstructor::info = { V8HTMLImageElementConstructor::GetTemplate, V8HTMLImageElement::derefObject, 0, V8HTMLImageElement::toEventTarget, 0, V8HTMLImageElement::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
V8TypedArrayCustom.h 63 static void derefObject(void*);
176 0, V8TypedArray<TypedArray>::derefObject,
181 void V8TypedArray<TypedArray>::derefObject(void* object)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEvent.cpp 58 WrapperTypeInfo V8TestEvent::info = { V8TestEvent::GetTemplate, V8TestEvent::derefObject, 0, 0, 0, V8TestEvent::installPerContextPrototypeProperties, &V8Event::info, WrapperTypeObjectPrototype };
128 void V8TestEvent::derefObject(void* object)
V8TestNamedConstructor.cpp 60 WrapperTypeInfo V8TestNamedConstructor::info = { V8TestNamedConstructor::GetTemplate, V8TestNamedConstructor::derefObject, V8TestNamedConstructor::toActiveDOMObject, 0, 0, V8TestNamedConstructor::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
68 WrapperTypeInfo V8TestNamedConstructorConstructor::info = { V8TestNamedConstructorConstructor::GetTemplate, V8TestNamedConstructor::derefObject, V8TestNamedConstructor::toActiveDOMObject, 0, 0, V8TestNamedConstructor::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
195 void V8TestNamedConstructor::derefObject(void* object)
V8TestCustomAccessors.cpp 58 WrapperTypeInfo V8TestCustomAccessors::info = { V8TestCustomAccessors::GetTemplate, V8TestCustomAccessors::derefObject, 0, 0, 0, V8TestCustomAccessors::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
214 void V8TestCustomAccessors::derefObject(void* object)
V8TestEventConstructor.cpp 59 WrapperTypeInfo V8TestEventConstructor::info = { V8TestEventConstructor::GetTemplate, V8TestEventConstructor::derefObject, 0, 0, 0, V8TestEventConstructor::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
208 void V8TestEventConstructor::derefObject(void* object)
V8TestException.cpp 57 WrapperTypeInfo V8TestException::info = { V8TestException::GetTemplate, V8TestException::derefObject, 0, 0, 0, V8TestException::installPerContextPrototypeProperties, 0, WrapperTypeErrorPrototype };
146 void V8TestException::derefObject(void* object)
V8TestMediaQueryListListener.cpp 59 WrapperTypeInfo V8TestMediaQueryListListener::info = { V8TestMediaQueryListListener::GetTemplate, V8TestMediaQueryListListener::derefObject, 0, 0, 0, V8TestMediaQueryListListener::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
157 void V8TestMediaQueryListListener::derefObject(void* object)
V8TestNode.cpp 59 WrapperTypeInfo V8TestNode::info = { V8TestNode::GetTemplate, V8TestNode::derefObject, 0, V8TestNode::toEventTarget, 0, V8TestNode::installPerContextPrototypeProperties, &V8Node::info, WrapperTypeObjectPrototype };
162 void V8TestNode::derefObject(void* object)
V8Float64Array.h 41 static void derefObject(void*);
V8TestActiveDOMObject.h 40 static void derefObject(void*);
V8TestEvent.h 41 static void derefObject(void*);
V8TestEventConstructor.h 41 static void derefObject(void*);
V8TestEventTarget.h 41 static void derefObject(void*);
V8TestException.h 40 static void derefObject(void*);
V8TestExtendedEvent.h 43 static void derefObject(void*);
V8TestInterfaceImplementedAs.h 40 static void derefObject(void*);
V8TestMediaQueryListListener.h 40 static void derefObject(void*);
V8TestNamedConstructor.h 46 static void derefObject(void*);
V8TestNode.h 41 static void derefObject(void*);
V8TestOverloadedConstructors.h 40 static void derefObject(void*);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 53 WrapperTypeInfo {{v8_class_name}}::info = { {{v8_class_name}}::GetTemplate, {{v8_class_name}}::derefObject, 0, 0, 0, {{v8_class_name}}::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype };
156 void {{v8_class_name}}::derefObject(void* object)
interface.h 41 static void derefObject(void*);

Completed in 326 milliseconds

1 2