HomeSort by relevance Sort by last modified time
    Searched defs:domTemplateKey (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventTarget.cpp 59 static int domTemplateKey; // This address is used for a key to look up the dom template.
61 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey);
71 data->setDOMTemplate(&domTemplateKey, result);
V8TestInterfaceNamedConstructor2.cpp 66 static int domTemplateKey; // This address is used for a key to look up the dom template.
68 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey);
78 data->setDOMTemplate(&domTemplateKey, result);
V8TestInterfaceNamedConstructor.cpp 124 static int domTemplateKey; // This address is used for a key to look up the dom template.
126 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey);
136 data->setDOMTemplate(&domTemplateKey, result);
V8TestInterfaceWillBeGarbageCollected.cpp 141 static int domTemplateKey; // This address is used for a key to look up the dom template.
143 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey);
153 data->setDOMTemplate(&domTemplateKey, result);
V8TestInterfaceConstructor.cpp 266 static int domTemplateKey; // This address is used for a key to look up the dom template.
268 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey);
278 data->setDOMTemplate(&domTemplateKey, result);
V8TestInterfaceCheckSecurity.cpp 200 static int domTemplateKey; // This address is used for a key to look up the dom template.
202 v8::Handle<v8::FunctionTemplate> privateTemplate = data->domTemplate(&domTemplateKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityVoidMethodMethodCallback, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8TestInterfaceCheckSecurity::domTemplate(info.GetIsolate())), 0);
250 static int domTemplateKey; // This address is used for a key to look up the dom template.
252 v8::Handle<v8::FunctionTemplate> privateTemplate = data->domTemplate(&domTemplateKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityDoNotCheckSignatureVoidMethodMethodCallback, v8Undefined(), v8::Local<v8::Signature>(), 0);
300 static int domTemplateKey; // This address is used for a key to look up the dom template.
302 v8::Handle<v8::FunctionTemplate> privateTemplate = data->domTemplate(&domTemplateKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityPerWorldBindingsVoidMethodMethodCallback, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8TestInterfaceCheckSecurity::domTemplate(info.GetIsolate())), 0);
350 static int domTemplateKey; // This address is used for a key to look up the dom template.
352 v8::Handle<v8::FunctionTemplate> privateTemplate = data->domTemplate(&domTemplateKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityPerWorldBindingsVoidMethodMethodCallbackForMainWorld, v8Undefined(), v8::Signature::New(info.GetIsolate(), V8TestInterfaceCheckSecurity::domTemplate(info.GetIsolate())), 0);
400 static int domTemplateKey; // This address is used for a key to look up the dom template.
402 v8::Handle<v8::FunctionTemplate> privateTemplate = data->domTemplate(&domTemplateKey, TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityUnforgeableVoidMethodMethodCallback, v8Un (…)
    [all...]

Completed in 253 milliseconds