Searched refs:ToV8 (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventTarget.idl23 Custom=ToV8,
/external/chromium_org/gin/
H A Dconverter.cc23 Handle<Value> Converter<bool>::ToV8(Isolate* isolate, bool val) { function in class:gin::Converter
32 Handle<Value> Converter<int32_t>::ToV8(Isolate* isolate, int32_t val) { function in class:gin::Converter
44 Handle<Value> Converter<uint32_t>::ToV8(Isolate* isolate, uint32_t val) { function in class:gin::Converter
56 Handle<Value> Converter<int64_t>::ToV8(Isolate* isolate, int64_t val) { function in class:gin::Converter
70 Handle<Value> Converter<uint64_t>::ToV8(Isolate* isolate, uint64_t val) { function in class:gin::Converter
82 Handle<Value> Converter<float>::ToV8(Isolate* isolate, float val) { function in class:gin::Converter
94 Handle<Value> Converter<double>::ToV8(Isolate* isolate, double val) { function in class:gin::Converter
106 Handle<Value> Converter<base::StringPiece>::ToV8( function in class:gin::Converter
112 Handle<Value> Converter<std::string>::ToV8(Isolate* isolate, function in class:gin::Converter
114 return Converter<base::StringPiece>::ToV8(isolat
136 Handle<Value> Converter<Handle<Object> >::ToV8(Isolate* isolate, function in class:gin::Converter
149 Handle<Value> Converter<Handle<ArrayBuffer> >::ToV8(Isolate* isolate, function in class:gin::Converter
163 Handle<Value> Converter<Handle<External> >::ToV8(Isolate* isolate, function in class:gin::Converter
177 Handle<Value> Converter<Handle<Value> >::ToV8(Isolate* isolate, function in class:gin::Converter
[all...]
H A Dconverter.h22 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
31 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
40 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
50 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
60 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
69 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
78 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
87 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
94 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
110 static v8::Handle<v8::Value> ToV8(v
146 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate, function in struct:gin::Converter
[all...]
H A Dhandle.h34 v8::Handle<v8::Value> ToV8() const { return wrapper_; } function in class:gin::Handle
44 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate, function in struct:gin::Converter
46 return val.ToV8();
H A Ddictionary.cc28 v8::Handle<v8::Value> Converter<Dictionary>::ToV8(v8::Isolate* isolate, function in class:gin::Converter
H A Dconverter_unittest.cc36 EXPECT_TRUE(Converter<bool>::ToV8(instance_->isolate(), true)->StrictEquals(
38 EXPECT_TRUE(Converter<bool>::ToV8(instance_->isolate(), false)->StrictEquals(
76 EXPECT_TRUE(Converter<int32_t>::ToV8(instance_->isolate(), test_data_to[i])
120 Converter<std::vector<int> >::ToV8(instance_->isolate(), expected));
H A Ddictionary.h56 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
H A Dwrappable.h103 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate, T* val) { function in struct:gin::Converter
/external/chromium_org/mojo/bindings/js/
H A Dhandle.h50 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
60 static v8::Handle<v8::Value> ToV8( function in struct:gin::Converter
62 return val.ToV8();
H A Dhandle.cc41 v8::Handle<v8::Value> Converter<mojo::Handle>::ToV8(v8::Isolate* isolate, function in class:gin::Converter
45 return HandleWrapper::Create(isolate, val.value()).ToV8();
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerGlobalScope.idl28 Custom=ToV8,
/external/chromium_org/gin/test/
H A Dfile.cc36 return gin::Converter<std::string>::ToV8(args->isolate(), contents);
43 return gin::Converter<std::string>::ToV8(args->isolate(),
62 return gin::Converter<std::vector<std::string> >::ToV8(args->isolate(),
/external/chromium_org/content/renderer/pepper/
H A Dppb_var_deprecated_impl.cc86 v8::Handle<v8::Value> v8_name = try_catch.ToV8(name);
102 v8::Handle<v8::Value> v8_name = try_catch.ToV8(name);
119 v8::Handle<v8::Value> v8_name = try_catch.ToV8(name);
169 v8::Handle<v8::Value> v8_name = try_catch.ToV8(name);
170 v8::Handle<v8::Value> v8_value = try_catch.ToV8(value);
185 v8::Handle<v8::Value> v8_name = try_catch.ToV8(name);
212 v8::Handle<v8::Value> v8_method_name = try_catch.ToV8(scoped_name.get());
240 converted_args[i] = try_catch.ToV8(argv[i]);
H A Dpepper_try_catch.h35 v8::Handle<v8::Value> ToV8(PP_Var var);
H A Dplugin_object.cc78 ScopedPPVar result = try_catch.FromV8(object.ToV8());
198 v8::Handle<v8::Value> result = try_catch.ToV8(result_var.get());
258 v8::Handle<v8::Value> result = try_catch.ToV8(result_var.get());
H A Dhost_var_tracker_unittest.cc33 return gin::CreateHandle(isolate, new MyObject()).ToV8();
/external/chromium_org/third_party/WebKit/Source/bindings/
H A DIDLExtendedAttributes.txt46 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery
/external/chromium_org/content/shell/renderer/
H A Dbinding_helpers.h35 v8::Handle<v8::Value> v8_bindings = bindings.ToV8();
H A Dgc_controller.cc33 global->Set(gin::StringToV8(isolate, "GCController"), controller.ToV8());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
H A DTestInterface.idl37 Custom=(LegacyCallAsFunction,ToV8),
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/modules/
H A DTestInterface5.idl37 Custom=(LegacyCallAsFunction,ToV8),
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_page_controller.cc36 controller.ToV8());
/external/chromium_org/content/renderer/
H A Dmemory_benchmarking_extension.cc46 controller.ToV8());
H A Dweb_ui_runner.cc58 RenderFrame::FromWebFrame(frame_)->GetServiceRegistry()).ToV8());
H A Ddom_automation_controller.cc41 controller.ToV8());

Completed in 5422 milliseconds

12