Home
last modified time | relevance | path

Searched refs:kEmbedderBlink (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerIsolateData.cpp61 ASSERT(!isolate->GetData(gin::kEmbedderBlink)); in create()
63 isolate->SetData(gin::kEmbedderBlink, data); in create()
70 if (!isolate->GetData(gin::kEmbedderBlink)) in ensureInitialized()
83 void* data = isolate->GetData(gin::kEmbedderBlink); in dispose()
85 isolate->SetData(gin::kEmbedderBlink, 0); in dispose()
DV8DOMWrapper.cpp108 return typeInfo->ginEmbedder == gin::kEmbedderBlink; in maybeDOMWrapper()
126 return typeInfo->ginEmbedder == gin::kEmbedderBlink; in isDOMWrapper()
139 return typeInfo->ginEmbedder == gin::kEmbedderBlink && typeInfo == type; in isWrapperOfType()
DV8PerIsolateData.h62 ASSERT(isolate->GetData(gin::kEmbedderBlink)); in from()
63 return static_cast<V8PerIsolateData*>(isolate->GetData(gin::kEmbedderBlink)); in from()
DV8PerContextData.h59 …ontextPerContextDataIndex = static_cast<int>(gin::kPerContextDataStartIndex + gin::kEmbedderBlink),
/external/chromium_org/gin/public/
Dgin_embedders.h16 kEmbedderBlink, enumerator
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceNamedConstructor.cpp66 const WrapperTypeInfo V8TestInterfaceNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8T…
74 …V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfa…
DV8TestNamedConstructor.cpp66 const WrapperTypeInfo V8TestNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestNamedC…
74 const WrapperTypeInfo V8TestNamedConstructorConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V…
DV8TestInterfaceEmpty.cpp65 const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfac…
DV8TestInterfaceEventTarget.cpp65 const WrapperTypeInfo V8TestInterfaceEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestIn…
DV8TestInterfaceDoNotCheckConstants.cpp65 const WrapperTypeInfo V8TestInterfaceDoNotCheckConstants::wrapperTypeInfo = { gin::kEmbedderBlink, …
DV8TestException.cpp65 const WrapperTypeInfo V8TestException::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestException::do…
DV8TestInterfaceCustomConstructor.cpp66 const WrapperTypeInfo V8TestInterfaceCustomConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8…
DV8TestInterfacePython2.cpp67 const WrapperTypeInfo V8TestInterfacePython2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterf…
DV8TestInterfaceConstructor3.cpp66 const WrapperTypeInfo V8TestInterfaceConstructor3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestI…
DV8TestCustomAccessors.cpp65 const WrapperTypeInfo V8TestCustomAccessors::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestCustomA…
DV8TestInterfacePython.cpp68 const WrapperTypeInfo V8TestInterfacePython::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfa…
DV8TestInterfaceConstructor2.cpp68 const WrapperTypeInfo V8TestInterfaceConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestI…
DV8TestNode.cpp66 const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestNode::domTemplate,…
DV8TestInterfaceConstructor.cpp69 const WrapperTypeInfo V8TestInterfaceConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestIn…
DV8TestOverloadedConstructors.cpp69 const WrapperTypeInfo V8TestOverloadedConstructors::wrapperTypeInfo = { gin::kEmbedderBlink, V8Test…
DV8TestInterfaceImplementedAs.cpp67 const WrapperTypeInfo V8TestInterfaceImplementedAs::wrapperTypeInfo = { gin::kEmbedderBlink, V8Test…
DV8TestEventTarget.cpp68 const WrapperTypeInfo V8TestEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestEventTarget…
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8ArrayBufferCustom.cpp50 gin::kEmbedderBlink,
DV8TypedArrayCustom.h180 gin::kEmbedderBlink,
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dinterface_base.cpp73 const WrapperTypeInfo {{v8_class}}::wrapperTypeInfo = { gin::kEmbedderBlink, {{v8_class}}::domTempl…

12