Searched refs:GetIsolate (Results 1 - 25 of 304) sorted by path

1234567891011>>

/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc558 if (!V8ObjectToUTF16String(args[0], &message, args.GetIsolate()))
576 v8::Unlocker unlocker(args.GetIsolate());
584 args.GetReturnValue().Set(ASCIILiteralToV8String(args.GetIsolate(), "127.0.0.1"));
586 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), result));
600 v8::Unlocker unlocker(args.GetIsolate());
609 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list));
627 v8::Unlocker unlocker(args.GetIsolate());
632 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address));
655 v8::Unlocker unlocker(args.GetIsolate());
662 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_lis
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Dapp_bindings.cc116 console::Error(args.GetIsolate()->GetCallingContext(),
126 v8::Isolate* isolate = frame->mainWorldScriptContext()->GetIsolate();
H A Dautomation_internal_custom_bindings.cc59 v8::Boolean::New(GetIsolate(), automation_info->interact));
64 v8::Local<v8::Object> additions = v8::Object::New(GetIsolate());
67 v8::String::NewFromUtf8(GetIsolate(), "EventType"),
68 ToEnumObject(GetIsolate(), ui::AX_EVENT_NONE, ui::AX_EVENT_LAST));
71 v8::String::NewFromUtf8(GetIsolate(), "RoleType"),
72 ToEnumObject(GetIsolate(), ui::AX_ROLE_NONE, ui::AX_ROLE_LAST));
75 v8::String::NewFromUtf8(GetIsolate(), "StateType"),
76 ToEnumObject(GetIsolate(), ui::AX_STATE_NONE, ui::AX_STATE_LAST));
H A Dcast_streaming_native_handler.cc211 v8::Isolate* isolate = context()->v8_context()->GetIsolate();
349 v8::Array::New(args.GetIsolate(),
377 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
378 v8::String::NewFromUtf8(args.GetIsolate(), kUnableToConvertParams)));
383 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
384 v8::String::NewFromUtf8(args.GetIsolate(), kInvalidRtpParams)));
389 v8::Isolate* isolate = context()->v8_context()->GetIsolate();
446 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
447 v8::String::NewFromUtf8(args.GetIsolate(), kUnableToConvertArgs)));
453 args.GetIsolate()
[all...]
H A Denterprise_platform_keys_natives.cc104 call_info.GetIsolate());
H A Dfile_browser_handler_custom_bindings.cc41 v8::String::NewFromUtf8(args.GetIsolate(), "fileSystemName"))));
44 v8::String::NewFromUtf8(args.GetIsolate(), "fileSystemRoot"))));
47 v8::String::NewFromUtf8(args.GetIsolate(), "fileFullPath"))));
49 args.GetIsolate(), "fileIsDirectory"))->ToBoolean()->Value();
64 args.GetIsolate()));
75 blink::WebScriptBindings::toV8String(url.string(), args.GetIsolate()));
H A Dfile_manager_private_custom_bindings.cc44 .toV8Value(args.Holder(), args.GetIsolate()));
H A Dmedia_galleries_custom_bindings.cc43 .toV8Value(args.Holder(), args.GetIsolate()));
H A Dpage_capture_custom_bindings.cc35 args.GetReturnValue().Set(blob.toV8Value(args.Holder(), args.GetIsolate()));
H A Dsync_file_system_custom_bindings.cc59 .toV8Value(args.Holder(), args.GetIsolate()));
H A Dwebstore_bindings.cc86 args.GetIsolate()->ThrowException(
87 v8::String::NewFromUtf8(args.GetIsolate(), error.c_str()));
/external/chromium_org/chrome/renderer/
H A Dexternal_extension.cc156 v8::Isolate* isolate = args.GetIsolate();
H A Dloadtimes_extension_bindings.cc107 v8::Isolate* isolate = args.GetIsolate();
176 v8::Isolate* isolate = args.GetIsolate();
H A Dprincipals_extension_bindings.cc85 v8::Isolate* isolate = args.GetIsolate();
/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox_extension.cc679 v8::Isolate* isolate = args.GetIsolate();
695 v8::Isolate* isolate = args.GetIsolate();
726 v8::Isolate* isolate = args.GetIsolate();
738 v8::Isolate* isolate = args.GetIsolate();
765 v8::Isolate* isolate = args.GetIsolate();
783 v8::Isolate* isolate = args.GetIsolate();
/external/chromium_org/components/nacl/renderer/
H A Dprogress_event.cc61 v8::HandleScope handle_scope(plugin_instance->GetIsolate());
63 plugin_instance->GetIsolate()->GetCurrentContext());
66 context = v8::Context::New(plugin_instance->GetIsolate());
/external/chromium_org/content/public/renderer/
H A Dpepper_plugin_instance.h59 virtual v8::Isolate* GetIsolate() const = 0;
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc420 v8::Isolate* isolate = args.GetIsolate();
489 new CallbackAndContext(args.GetIsolate(),
579 new CallbackAndContext(args.GetIsolate(),
684 new CallbackAndContext(args.GetIsolate(),
742 new CallbackAndContext(args.GetIsolate(),
818 new CallbackAndContext(args.GetIsolate(),
873 new CallbackAndContext(args.GetIsolate(),
/external/chromium_org/content/renderer/pepper/
H A Dfake_pepper_plugin_instance.cc20 v8::Isolate* FakePepperPluginInstance::GetIsolate() const { return NULL; } function in class:content::FakePepperPluginInstance
H A Dfake_pepper_plugin_instance.h20 virtual v8::Isolate* GetIsolate() const OVERRIDE;
H A Dhost_var_tracker.cc57 v8::HandleScope handle_scope(object_var->instance()->GetIsolate());
65 v8::HandleScope handle_scope(object_var->instance()->GetIsolate());
115 v8::HandleScope handle_scope(instance->GetIsolate());
H A Dhost_var_tracker_unittest.cc49 handle_scope_(instance->GetIsolate()),
50 context_scope_(v8::Context::New(instance->GetIsolate())) {}
55 return instance_->GetIsolate()->GetCurrentContext();
H A Dmessage_channel.cc92 v8::HandleScope handle_scope(instance->GetIsolate());
95 gin::CreateHandle(instance->GetIsolate(), message_channel);
96 result->Reset(instance->GetIsolate(), handle.ToV8()->ToObject());
172 passthrough_object_.Reset(instance_->GetIsolate(), passthrough);
185 : gin::NamedPropertyInterceptor(instance->GetIsolate(), this),
H A Dpepper_plugin_instance_impl.cc690 DCHECK(context->GetIsolate() == isolate_);
3066 v8::Isolate* PepperPluginInstanceImpl::GetIsolate() const { return isolate_; } function in class:content::PepperPluginInstanceImpl
H A Dpepper_plugin_instance_impl.h361 virtual v8::Isolate* GetIsolate() const OVERRIDE;

Completed in 2417 milliseconds

1234567891011>>