OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8TestInterfaceEmpty
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEmpty.cpp
8
#include "
V8TestInterfaceEmpty
.h"
23
const WrapperTypeInfo
V8TestInterfaceEmpty
::wrapperTypeInfo = { gin::kEmbedderBlink,
V8TestInterfaceEmpty
::domTemplate,
V8TestInterfaceEmpty
::refObject,
V8TestInterfaceEmpty
::derefObject,
V8TestInterfaceEmpty
::createPersistentHandle, 0, 0, 0,
V8TestInterfaceEmpty
::installConditionallyEnabledMethods,
V8TestInterfaceEmpty
::installConditionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject };
28
const WrapperTypeInfo& TestInterfaceEmpty::s_wrapperTypeInfo =
V8TestInterfaceEmpty
::wrapperTypeInfo;
41
defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceEmpty", v8::Local<v8::FunctionTemplate>(),
V8TestInterfaceEmpty
::internalFieldCount
[
all
...]
V8TestInterfaceEmpty.h
19
class
V8TestInterfaceEmpty
{
58
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<
V8TestInterfaceEmpty
>(impl, isolate);
72
if (DOMDataStore::setReturnValueFromWrapper<
V8TestInterfaceEmpty
>(callbackInfo.GetReturnValue(), impl))
86
if (DOMDataStore::setReturnValueFromWrapperForMainWorld<
V8TestInterfaceEmpty
>(callbackInfo.GetReturnValue(), impl))
99
if (DOMDataStore::setReturnValueFromWrapperFast<
V8TestInterfaceEmpty
>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
V8TestInterfaceConstructor.cpp
15
#include "bindings/core/v8/
V8TestInterfaceEmpty
.h"
67
testInterfaceEmptyArg =
V8TestInterfaceEmpty
::toImplWithTypeCheck(info.GetIsolate(), info[2]);
82
optionalTestInterfaceEmptyArg =
V8TestInterfaceEmpty
::toImplWithTypeCheck(info.GetIsolate(), info[7]);
V8TestInterfaceEventConstructor.cpp
17
#include "bindings/core/v8/
V8TestInterfaceEmpty
.h"
137
if (cppValue && DOMDataStore::setReturnValueFromWrapper<
V8TestInterfaceEmpty
>(info.GetReturnValue(), cppValue.get()))
172
if (cppValue && DOMDataStore::setReturnValueFromWrapper<
V8TestInterfaceEmpty
>(info.GetReturnValue(), cppValue.get()))
V8TestInterfaceConstructor2.cpp
15
#include "bindings/core/v8/
V8TestInterfaceEmpty
.h"
88
testInterfaceEmptyArg =
V8TestInterfaceEmpty
::toImplWithTypeCheck(info.GetIsolate(), info[0]);
V8TestObject.cpp
39
#include "bindings/core/v8/
V8TestInterfaceEmpty
.h"
147
if (cppValue && DOMDataStore::setReturnValueFromWrapper<
V8TestInterfaceEmpty
>(info.GetReturnValue(), cppValue.get()))
[
all
...]
V8TestInterface.cpp
23
#include "bindings/core/v8/
V8TestInterfaceEmpty
.h"
40
const WrapperTypeInfo V8TestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface::domTemplate, V8TestInterface::refObject, V8TestInterface::derefObject, V8TestInterface::createPersistentHandle, V8TestInterface::toActiveDOMObject, 0, V8TestInterface::visitDOMWrapper, V8TestInterface::installConditionallyEnabledMethods, V8TestInterface::installConditionallyEnabledProperties, &
V8TestInterfaceEmpty
::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCountedObject };
[
all
...]
V8TestTypedefs.cpp
16
#include "bindings/core/v8/
V8TestInterfaceEmpty
.h"
172
TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(testInterfaceEmptyTypeSequenceArg, (toRefPtrNativeArray<TestInterfaceEmpty,
V8TestInterfaceEmpty
>(info[0], 1, info.GetIsolate(), exceptionState)), exceptionState);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.cpp
17
#include "bindings/core/v8/
V8TestInterfaceEmpty
.h"
28
const WrapperTypeInfo V8TestInterface5::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface5::domTemplate, V8TestInterface5::refObject, V8TestInterface5::derefObject, V8TestInterface5::createPersistentHandle, V8TestInterface5::toActiveDOMObject, 0, V8TestInterface5::visitDOMWrapper, V8TestInterface5::installConditionallyEnabledMethods, V8TestInterface5::installConditionallyEnabledProperties, &
V8TestInterfaceEmpty
::wrapperTypeInfo, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCountedObject };
349
if (info.Length() > 0 && !
V8TestInterfaceEmpty
::hasInstance(info[0], info.GetIsolate())) {
353
testInterfaceEmptyArg =
V8TestInterfaceEmpty
::toImplWithTypeCheck(info.GetIsolate(), info[0]);
[
all
...]
Completed in 93 milliseconds