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

  /external/chromium_org/gin/
converter.cc 27 bool Converter<bool>::FromV8(Isolate* isolate, Handle<Value> val, bool* out) {
36 bool Converter<int32_t>::FromV8(Isolate* isolate, Handle<Value> val,
48 bool Converter<uint32_t>::FromV8(Isolate* isolate, Handle<Value> val,
60 bool Converter<int64_t>::FromV8(Isolate* isolate, Handle<Value> val,
74 bool Converter<uint64_t>::FromV8(Isolate* isolate, Handle<Value> val,
86 bool Converter<float>::FromV8(Isolate* isolate, Handle<Value> val,
98 bool Converter<double>::FromV8(Isolate* isolate, Handle<Value> val,
117 bool Converter<std::string>::FromV8(Isolate* isolate, Handle<Value> val,
128 bool Converter<Handle<Function> >::FromV8(Isolate* isolate, Handle<Value> val,
141 bool Converter<Handle<Object> >::FromV8(Isolate* isolate, Handle<Value> val
    [all...]
converter.h 24 static bool FromV8(v8::Isolate* isolate,
33 static bool FromV8(v8::Isolate* isolate,
42 static bool FromV8(v8::Isolate* isolate,
52 static bool FromV8(v8::Isolate* isolate,
62 static bool FromV8(v8::Isolate* isolate,
71 static bool FromV8(v8::Isolate* isolate,
80 static bool FromV8(v8::Isolate* isolate,
96 static bool FromV8(v8::Isolate* isolate,
103 static bool FromV8(v8::Isolate* isolate,
112 static bool FromV8(v8::Isolate* isolate
    [all...]
array_buffer.h 48 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
74 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
handle.h 48 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
51 if (!Converter<T*>::FromV8(isolate, val, &object)) {
dictionary.cc 33 bool Converter<Dictionary>::FromV8(v8::Isolate* isolate,
shell_runner_unittest.cc 34 EXPECT_TRUE(Converter<std::string>::FromV8(isolate,
converter_unittest.cc 60 EXPECT_TRUE(Converter<bool>::FromV8(instance_->isolate(),
65 EXPECT_TRUE(Converter<bool>::FromV8(instance_->isolate(),
103 bool success = Converter<int32_t>::FromV8(instance_->isolate(),
129 EXPECT_TRUE(Converter<std::vector<int> >::FromV8(instance_->isolate(),
dictionary.h 49 // TODO(aa): Remove this. Instead, get via FromV8(), Set(), and Get().
58 static bool FromV8(v8::Isolate* isolate,
wrappable.h 107 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val, T** out) {
array_buffer.cc 152 bool Converter<ArrayBuffer>::FromV8(v8::Isolate* isolate,
188 bool Converter<ArrayBufferView>::FromV8(v8::Isolate* isolate,
  /external/chromium_org/mojo/bindings/js/
handle.h 52 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
65 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
73 if (!Converter<gin::HandleWrapper*>::FromV8(isolate, val, &object)) {
handle.cc 48 bool Converter<mojo::Handle>::FromV8(v8::Isolate* isolate,
57 if (!Converter<gin::Handle<HandleWrapper> >::FromV8(isolate, val, &handle))
  /external/chromium_org/content/renderer/pepper/
host_var_tracker_unittest.cc 92 ppapi::ScopedPPVar var = try_catch.FromV8(MyObject::Create(test_isolate));
110 ppapi::ScopedPPVar pp_object1 = try_catch.FromV8(v8_object);
111 ppapi::ScopedPPVar pp_object2 = try_catch.FromV8(v8_object);
131 ppapi::ScopedPPVar pp_object3 = try_catch.FromV8(v8_object);
pepper_try_catch.h 36 ppapi::ScopedPPVar FromV8(v8::Handle<v8::Value> v8_value);
48 // Whether To/FromV8 should convert object vars. If set to
plugin_object.cc 78 ScopedPPVar result = try_catch.FromV8(object.ToV8());
110 ScopedPPVar var = try_catch.FromV8(value);
240 argument_vars.Set(i, try_catch.FromV8(arg));
ppb_var_deprecated_impl.cc 123 ScopedPPVar result_var = try_catch.FromV8(accessor.GetObject()->Get(v8_name));
148 ScopedPPVar var = try_catch.FromV8(identifiers->Get(i));
257 ScopedPPVar result_var = try_catch.FromV8(result);
pepper_try_catch.cc 45 ppapi::ScopedPPVar PepperTryCatch::FromV8(v8::Handle<v8::Value> v8_value) {
message_channel.cc 336 ScopedPPVar param = try_catch.FromV8(message_data);
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 19 static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
22 if (!Converter<bool>::FromV8(isolate, val, &bool_val))
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 115 gin::Converter<std::vector<std::string> >::FromV8(
    [all...]

Completed in 495 milliseconds