OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:visitDOMWrapper
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeListCustom.cpp
44
void V8NodeList::
visitDOMWrapper
(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfacePython.cpp
68
const WrapperTypeInfo V8TestInterfacePython::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfacePython::domTemplate, V8TestInterfacePython::derefObject, V8TestInterfacePython::toActiveDOMObject, 0, V8TestInterfacePython::
visitDOMWrapper
, V8TestInterfacePython::installPerContextEnabledMethods, &V8TestInterfaceEmpty::wrapperTypeInfo, WrapperTypeObjectPrototype };
156
void V8TestInterfacePython::
visitDOMWrapper
(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
V8TestInterface.cpp
77
const WrapperTypeInfo V8TestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface::domTemplate, V8TestInterface::derefObject, V8TestInterface::toActiveDOMObject, 0, V8TestInterface::
visitDOMWrapper
, V8TestInterface::installPerContextEnabledMethods, 0, WrapperTypeObjectPrototype };
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WrapperTypeInfo.h
131
void
visitDOMWrapper
(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) const
Completed in 60 milliseconds