HomeSort by relevance Sort by last modified time
    Searched refs:wrapperTypeInfo (Results 51 - 70 of 70) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestSpecialOperationsNotEnumerable.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestTypedefs.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterface2.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterface3.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceCustomConstructor.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceDocument.h 14 #include "bindings/v8/WrapperTypeInfo.h"
29 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceEventConstructor.h 14 #include "bindings/v8/WrapperTypeInfo.h"
30 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceGarbageCollected.h 14 #include "bindings/v8/WrapperTypeInfo.h"
29 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterfaceNode.h 14 #include "bindings/v8/WrapperTypeInfo.h"
29 static const WrapperTypeInfo wrapperTypeInfo;
V8TestNode.h 14 #include "bindings/v8/WrapperTypeInfo.h"
29 static const WrapperTypeInfo wrapperTypeInfo;
V8TestObject.h 13 #include "bindings/v8/WrapperTypeInfo.h"
28 static const WrapperTypeInfo wrapperTypeInfo;
V8TestInterface.cpp 37 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterface::wrapperTypeInfo);
50 const WrapperTypeInfo V8TestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface::domTemplate, V8TestInterface::derefObject, V8TestInterface::toActiveDOMObject, 0, V8TestInterface::visitDOMWrapper, V8TestInterface::installPerContextEnabledMethods, &V8TestInterfaceEmpty::wrapperTypeInfo, WrapperTypeObjectPrototype, RefCountedObject };
    [all...]
V8TestObject.cpp 72 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestObject::wrapperTypeInfo);
85 const WrapperTypeInfo V8TestObject::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestObject::domTemplate, V8TestObject::derefObject, 0, 0, 0, V8TestObject::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, RefCountedObject };
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 109 if (!V8MouseEvent::wrapperTypeInfo.equals(toWrapperTypeInfo(eventWrapper)))
V8ArrayBufferCustom.h 31 #include "bindings/v8/WrapperTypeInfo.h"
58 static const WrapperTypeInfo wrapperTypeInfo;
V8XMLHttpRequestCustom.cpp 68 V8DOMWrapper::associateObjectWithWrapper<V8XMLHttpRequest>(xmlHttpRequest.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 24 static const WrapperTypeInfo wrapperTypeInfo;
38 static const WrapperTypeInfo wrapperTypeInfo;
interface.cpp 25 'const_cast<WrapperTypeInfo*>(&V8%s::wrapperTypeInfo)' %
74 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
565 const WrapperTypeInfo {{v8_class}}Constructor::wrapperTypeInfo = { gin::kEmbedderBlink, {{v8_class}}Constructor::domTemplate, {{v8_class}}::derefObject, {{to_active_dom_object}}, {{to_event_target}}, 0, {{v8_class}}::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype, {{gc_type}} };
692 V8DOMWrapper::associateObjectWithWrapper<{{v8_class}}>(event.release(), &{{v8_class}}::wrapperTypeInfo, wrapper, isolate, {{wrapper_configuration}});
    [all...]
methods.cpp 522 V8DOMWrapper::associateObjectWithWrapper<{{v8_class}}>(impl.release(), &{{constructor_class}}::wrapperTypeInfo, wrapper, isolate, {{wrapper_configuration}});
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 225 if (!V8Range::wrapperTypeInfo.equals(toWrapperTypeInfo(v8Object)))

Completed in 214 milliseconds

1 23