Searched refs:NewInstance (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/extensions/renderer/
H A Dnative_handler.h24 virtual v8::Handle<v8::Object> NewInstance() = 0;
H A Dbinding_generating_native_handler.h23 // Object returned by |NewInstance| to the generated binding.
28 virtual v8::Handle<v8::Object> NewInstance() OVERRIDE;
H A Dobject_backed_native_handler.h31 virtual v8::Handle<v8::Object> NewInstance() OVERRIDE;
40 // NewInstance()s of this ObjectBackedNativeHandler will have a property
H A Dmodule_system_unittest.cc408 env()->isolate(), "natives", other_env->module_system()->NewInstance());
411 env()->isolate(), "natives", env()->module_system()->NewInstance());
442 env()->isolate(), "natives", other_env->module_system()->NewInstance());
445 env()->isolate(), "natives", env()->module_system()->NewInstance());
465 env()->isolate(), "natives", other_env->module_system()->NewInstance());
481 env()->isolate(), "natives", other_env->module_system()->NewInstance());
H A Dv8_context_native_handler.cc56 args.GetReturnValue().Set(context->module_system()->NewInstance());
64 context()->module_system()->NewInstance()
H A Dobject_backed_native_handler.cc29 v8::Handle<v8::Object> ObjectBackedNativeHandler::NewInstance() { function in class:extensions::ObjectBackedNativeHandler
30 return object_template_.NewHandle(v8::Isolate::GetCurrent())->NewInstance();
H A Dbinding_generating_native_handler.cc17 v8::Handle<v8::Object> BindingGeneratingNativeHandler::NewInstance() { function in class:extensions::BindingGeneratingNativeHandler
H A Dutils_native_handler.cc65 v8::Handle<v8::Object> natives(context()->module_system()->NewInstance());
/external/chromium_org/gin/test/
H A Dgc.cc38 return templ->NewInstance();
H A Dgtest.cc59 return templ->NewInstance();
H A Dfile.cc83 return templ->NewInstance();
/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock.cc38 return templ->NewInstance();
H A Dthreading.cc40 return templ->NewInstance();
/external/chromium_org/v8/test/cctest/
H A Dtest-unscopables-hidden-prototype.cc32 v8::Local<v8::Object> object = t0->GetFunction()->NewInstance();
33 v8::Local<v8::Object> hidden_prototype = t1->GetFunction()->NewInstance();
H A Dtest-accessors.cc203 x_holder = obj->NewInstance();
250 v8::Handle<v8::Object> inst = obj->NewInstance();
297 v8::Handle<v8::Object> inst = obj->NewInstance();
325 v8::Handle<v8::Object> inst = obj->NewInstance();
346 v8::Handle<v8::Object> inst = obj->NewInstance();
362 v8::Handle<v8::Object> inst = obj->NewInstance();
399 env->Global()->Set(v8_str("obj"), obj->NewInstance());
434 env->Global()->Set(v8_str("obj"), obj->NewInstance());
469 env->Global()->Set(v8_str("obj"), obj->NewInstance());
498 env->Global()->Set(v8_str("obj"), obj->NewInstance());
[all...]
/external/chromium_org/gin/modules/
H A Dconsole.cc46 return templ->NewInstance();
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.cc45 return templ->NewInstance();
/external/chromium_org/mojo/apps/js/
H A Dmojo_module.cc43 return templ->NewInstance();
/external/chromium_org/mojo/bindings/js/
H A Dsupport.cc56 return templ->NewInstance();
/external/chromium_org/gin/
H A Dwrappable.cc46 v8::Handle<v8::Object> wrapper = templ->NewInstance();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h222 CALLER_ATTACH static Builder* NewInstance(ReadableFontData* data,
225 CALLER_ATTACH static Builder* NewInstance(WritableFontData* data,
228 CALLER_ATTACH static Builder* NewInstance(const CMapId& cmap_id);
236 // When creating a new CMapFormat0 Builder, use NewInstance instead of
367 static CALLER_ATTACH Builder* NewInstance(WritableFontData* data,
370 static CALLER_ATTACH Builder* NewInstance(ReadableFontData* data,
373 static CALLER_ATTACH Builder* NewInstance(const CMapId& cmap_id);
H A Dcmap_table.cc255 builder.Attach(CMapFormat0::Builder::NewInstance(data, offset, cmap_id));
264 builder.Attach(CMapFormat4::Builder::NewInstance(data, offset, cmap_id));
280 builder.Attach(CMapFormat0::Builder::NewInstance(cmap_id));
289 builder.Attach(CMapFormat4::Builder::NewInstance(cmap_id));
393 CMapTable::CMapFormat0::Builder::NewInstance(WritableFontData* data, function in class:sfntly::CMapTable::CMapFormat0::Builder
407 CMapTable::CMapFormat0::Builder::NewInstance(ReadableFontData* data, function in class:sfntly::CMapTable::CMapFormat0::Builder
421 CMapTable::CMapFormat0::Builder::NewInstance(const CMapId& cmap_id) { function in class:sfntly::CMapTable::CMapFormat0::Builder
425 // Always call NewInstance instead of the constructor for creating a new builder
914 CMapTable::CMapFormat4::Builder::NewInstance(ReadableFontData* data, function in class:sfntly::CMapTable::CMapFormat4::Builder
928 CMapTable::CMapFormat4::Builder::NewInstance(WritableFontDat function in class:sfntly::CMapTable::CMapFormat4::Builder
942 CMapTable::CMapFormat4::Builder::NewInstance(const CMapId& cmap_id) { function in class:sfntly::CMapTable::CMapFormat4::Builder
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h222 CALLER_ATTACH static Builder* NewInstance(ReadableFontData* data,
225 CALLER_ATTACH static Builder* NewInstance(WritableFontData* data,
228 CALLER_ATTACH static Builder* NewInstance(const CMapId& cmap_id);
236 // When creating a new CMapFormat0 Builder, use NewInstance instead of
367 static CALLER_ATTACH Builder* NewInstance(WritableFontData* data,
370 static CALLER_ATTACH Builder* NewInstance(ReadableFontData* data,
373 static CALLER_ATTACH Builder* NewInstance(const CMapId& cmap_id);
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DJsContext.cpp49 Local<Object> result = templ->NewInstance();
/external/skia/experimental/SkV8Example/
H A DJsContext.cpp49 Local<Object> result = templ->NewInstance();

Completed in 4796 milliseconds

12