Searched refs:kEmbedderBlink (Results 1 – 25 of 33) sorted by relevance
12
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8PerIsolateData.cpp | 61 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()
|
D | V8DOMWrapper.cpp | 108 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()
|
D | V8PerIsolateData.h | 62 ASSERT(isolate->GetData(gin::kEmbedderBlink)); in from() 63 return static_cast<V8PerIsolateData*>(isolate->GetData(gin::kEmbedderBlink)); in from()
|
D | V8PerContextData.h | 59 …ontextPerContextDataIndex = static_cast<int>(gin::kPerContextDataStartIndex + gin::kEmbedderBlink),
|
/external/chromium_org/gin/public/ |
D | gin_embedders.h | 16 kEmbedderBlink, enumerator
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestInterfaceNamedConstructor.cpp | 66 const WrapperTypeInfo V8TestInterfaceNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8T… 74 …V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfa…
|
D | V8TestNamedConstructor.cpp | 66 const WrapperTypeInfo V8TestNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestNamedC… 74 const WrapperTypeInfo V8TestNamedConstructorConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V…
|
D | V8TestInterfaceEmpty.cpp | 65 const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfac…
|
D | V8TestInterfaceEventTarget.cpp | 65 const WrapperTypeInfo V8TestInterfaceEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestIn…
|
D | V8TestInterfaceDoNotCheckConstants.cpp | 65 const WrapperTypeInfo V8TestInterfaceDoNotCheckConstants::wrapperTypeInfo = { gin::kEmbedderBlink, …
|
D | V8TestException.cpp | 65 const WrapperTypeInfo V8TestException::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestException::do…
|
D | V8TestInterfaceCustomConstructor.cpp | 66 const WrapperTypeInfo V8TestInterfaceCustomConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8…
|
D | V8TestInterfacePython2.cpp | 67 const WrapperTypeInfo V8TestInterfacePython2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterf…
|
D | V8TestInterfaceConstructor3.cpp | 66 const WrapperTypeInfo V8TestInterfaceConstructor3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestI…
|
D | V8TestCustomAccessors.cpp | 65 const WrapperTypeInfo V8TestCustomAccessors::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestCustomA…
|
D | V8TestInterfacePython.cpp | 68 const WrapperTypeInfo V8TestInterfacePython::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfa…
|
D | V8TestInterfaceConstructor2.cpp | 68 const WrapperTypeInfo V8TestInterfaceConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestI…
|
D | V8TestNode.cpp | 66 const WrapperTypeInfo V8TestNode::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestNode::domTemplate,…
|
D | V8TestInterfaceConstructor.cpp | 69 const WrapperTypeInfo V8TestInterfaceConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestIn…
|
D | V8TestOverloadedConstructors.cpp | 69 const WrapperTypeInfo V8TestOverloadedConstructors::wrapperTypeInfo = { gin::kEmbedderBlink, V8Test…
|
D | V8TestInterfaceImplementedAs.cpp | 67 const WrapperTypeInfo V8TestInterfaceImplementedAs::wrapperTypeInfo = { gin::kEmbedderBlink, V8Test…
|
D | V8TestEventTarget.cpp | 68 const WrapperTypeInfo V8TestEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestEventTarget…
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8ArrayBufferCustom.cpp | 50 gin::kEmbedderBlink,
|
D | V8TypedArrayCustom.h | 180 gin::kEmbedderBlink,
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | interface_base.cpp | 73 const WrapperTypeInfo {{v8_class}}::wrapperTypeInfo = { gin::kEmbedderBlink, {{v8_class}}::domTempl…
|
12