HomeSort by relevance Sort by last modified time
    Searched refs:InstanceTemplate (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
V8Collection.h 160 desc->InstanceTemplate()->SetIndexedPropertyHandler(collectionIndexedPropertyGetter<Collection, ItemType>, 0, 0, 0, collectionIndexedPropertyEnumerator<Collection>);
167 desc->InstanceTemplate()->SetNamedPropertyHandler(collectionNamedPropertyGetter<Collection, ItemType>, 0, 0, 0, 0);
173 desc->InstanceTemplate()->SetIndexedPropertyHandler(collectionStringOrNullIndexedPropertyGetter<Collection>, 0, 0, 0, collectionIndexedPropertyEnumerator<Collection>);
180 desc->InstanceTemplate()->SetIndexedPropertyHandler(collectionStringIndexedPropertyGetter<Collection>, 0, 0, 0, collectionIndexedPropertyEnumerator<Collection>);
V8NPObject.cpp 381 npObjectDesc->InstanceTemplate()->SetInternalFieldCount(npObjectInternalFieldCount);
382 npObjectDesc->InstanceTemplate()->SetNamedPropertyHandler(npObjectNamedPropertyGetter, npObjectNamedPropertySetter, npObjectQueryProperty, 0, npObjectNamedPropertyEnumerator);
383 npObjectDesc->InstanceTemplate()->SetIndexedPropertyHandler(npObjectIndexedPropertyGetter, npObjectIndexedPropertySetter, 0, 0, npObjectIndexedPropertyEnumerator);
384 npObjectDesc->InstanceTemplate()->SetCallAsFunctionHandler(npObjectInvokeDefaultHandler);
V8Binding.cpp 525 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLAudioElementConstructor.cpp 89 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8HTMLImageElementConstructor.cpp 100 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8HTMLOptionElementConstructor.cpp 98 v8::Local<v8::ObjectTemplate> instance = result->InstanceTemplate();
V8HTMLDocumentCustom.cpp 61 shadowTemplate->InstanceTemplate()->SetInternalFieldCount(V8HTMLDocument::internalFieldCount);
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestMediaQueryListListener.cpp 61 v8::Local<v8::ObjectTemplate> instance = desc->InstanceTemplate();
V8TestObj.cpp     [all...]
  /external/v8/test/cctest/
test-accessors.cc 57 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
93 templ->InstanceTemplate()->SetAccessor(v8_str("foo"),
97 templ->InstanceTemplate()->SetAccessor(v8_str("bar"),
101 templ->InstanceTemplate()->SetAccessor(v8_str("baz"),
105 LocalContext env(0, templ->InstanceTemplate());
test-decls.cc 78 return function->InstanceTemplate();
120 context_ = Context::New(0, function->InstanceTemplate(), Local<Value>());
test-api.cc 812 fun_templ->InstanceTemplate()->SetAccessor(v8_str("m"), Return239);
    [all...]
test-log.cc 425 v8::Handle<v8::ObjectTemplate> inst = obj->InstanceTemplate();
test-debug.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 1433 milliseconds