Home
last modified time | relevance | path

Searched refs:FromV8Value (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/content/renderer/
Dv8_value_converter_impl_unittest.cc147 scoped_ptr<base::Value> raw(converter.FromV8Value(val, context)); in TestWeirdType()
161 converter.FromV8Value(object, context))); in TestWeirdType()
176 static_cast<base::ListValue*>(converter.FromV8Value(array, context))); in TestWeirdType()
261 scoped_ptr<base::Value> new_root(converter.FromV8Value(v8_object, context)); in TEST_F()
277 converter.FromV8Value( in TEST_F()
308 converter.FromV8Value(object, context))); in TEST_F()
349 converter.FromV8Value(array, context))); in TEST_F()
420 converter.FromV8Value(object, context))); in TEST_F()
445 converter.FromV8Value(object, context))); in TEST_F()
466 converter.FromV8Value(object, context))); in TEST_F()
[all …]
Ddom_automation_controller.cc82 conv.FromV8Value(args.PeekNext(), args.isolate()->GetCurrentContext())); in SendMsg()
Dv8_value_converter_impl.h37 virtual base::Value* FromV8Value(
Dweb_ui_extension.cc116 converter->FromV8Value(obj, frame->mainWorldScriptContext()); in Send()
Dskia_benchmarking_extension.cc42 converter->FromV8Value(arg, isolate->GetCurrentContext())); in ParsePictureArg()
141 converter->FromV8Value(params, context)); in Rasterize()
/external/chromium_org/extensions/renderer/
Dactivity_log_converter_strategy_unittest.cc35 converter_->FromV8Value(v8_value, context())); in VerifyNull()
45 converter_->FromV8Value(v8_value, context())); in VerifyBoolean()
57 converter_->FromV8Value(v8_value, context())); in VerifyInteger()
69 converter_->FromV8Value(v8_value, context())); in VerifyDouble()
81 converter_->FromV8Value(v8_value, context())); in VerifyString()
Dsend_request_natives.cc57 converter->FromV8Value(args[1], context()->v8_context())); in StartRequest()
Dapi_activity_logger.cc65 converter->FromV8Value(arg_array->Get(i), in LogInternal()
Ddom_activity_logger.cc33 scoped_ptr<base::Value> value(converter->FromV8Value( in AppendV8Value()
Dscript_injection.cc304 v8_converter->FromV8Value(script_value, context)); in InjectJs()
Devent_bindings.cc220 converter->FromV8Value(args[1]->ToObject(), context()->v8_context()); in AttachFilteredEvent()
/external/chromium_org/content/renderer/java/
Dgin_java_bridge_value_converter_unittest.cc50 converter->FromV8Value(v8_undefined, context)); in TEST_F()
61 converter->FromV8Value(v8_infinity, context)); in TEST_F()
88 converter->FromV8Value(v8_array_buffer, context)); in TEST_F()
126 converter->FromV8Value(v8_typed_array, context)); in TEST_F()
Dgin_java_bridge_value_converter.cc32 scoped_ptr<base::Value> GinJavaBridgeValueConverter::FromV8Value( in FromV8Value() function in content::GinJavaBridgeValueConverter
35 return make_scoped_ptr(converter_->FromV8Value(value, context)); in FromV8Value()
Dgin_java_bridge_value_converter.h22 CONTENT_EXPORT scoped_ptr<base::Value> FromV8Value(
Dgin_java_bridge_object.cc128 scoped_ptr<base::Value> arg(converter_->FromV8Value(val, context)); in InvokeMethod()
/external/chromium_org/content/renderer/pepper/
Dresource_converter.h53 virtual bool FromV8Value(v8::Handle<v8::Object> val,
75 virtual bool FromV8Value(v8::Handle<v8::Object> val,
Dv8_var_converter.h69 VarResult FromV8Value(
Dv8_var_converter_unittest.cc59 virtual bool FromV8Value(v8::Handle<v8::Object> val, in FromV8Value() function in content::__anoncf3de7ed0111::MockResourceConverter
192 converter_->FromV8Value(val, in FromV8ValueSync()
Dv8_var_converter.cc259 if (!resource_converter->FromV8Value( in GetOrCreateVar()
449 V8VarConverter::VarResult V8VarConverter::FromV8Value( in FromV8Value() function in content::V8VarConverter
Dresource_converter.cc210 bool ResourceConverterImpl::FromV8Value(v8::Handle<v8::Object> val, in FromV8Value() function in content::ResourceConverterImpl
Dmessage_channel.cc401 v8_var_converter.FromV8Value( in EnqueuePluginMessage()
/external/chromium_org/extensions/renderer/guest_view/
Dguest_view_internal_custom_bindings.cc61 converter->FromV8Value(args[2], context()->v8_context())); in AttachGuest()
/external/chromium_org/content/public/renderer/
Dv8_value_converter.h121 virtual base::Value* FromV8Value(v8::Handle<v8::Value> value,
/external/chromium_org/chrome/renderer/extensions/
Dcast_streaming_native_handler.cc375 converter->FromV8Value(args[1], context()->v8_context())); in StartCastRtpStream()
444 converter->FromV8Value(args[1], context()->v8_context())); in SetDestinationCastUdpTransport()
479 converter->FromV8Value(args[1], context()->v8_context()); in SetOptionsCastUdpTransport()
/external/chromium_org/content/renderer/gpu/
Dgpu_benchmarking_extension.cc881 make_scoped_ptr(converter->FromV8Value(args[2], v8_context)); in RunMicroBenchmark()
909 make_scoped_ptr(converter->FromV8Value(args[1], v8_context)); in SendMessageToMicroBenchmark()
912 converter->FromV8Value(args[0], v8_context)->GetAsInteger(&id); in SendMessageToMicroBenchmark()

12