Searched refs:v8_value (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/extensions/renderer/ |
D | activity_log_converter_strategy_unittest.cc | 33 testing::AssertionResult VerifyNull(v8::Local<v8::Value> v8_value) { in VerifyNull() argument 35 converter_->FromV8Value(v8_value, context())); in VerifyNull() 41 testing::AssertionResult VerifyBoolean(v8::Local<v8::Value> v8_value, in VerifyBoolean() argument 45 converter_->FromV8Value(v8_value, context())); in VerifyBoolean() 53 testing::AssertionResult VerifyInteger(v8::Local<v8::Value> v8_value, in VerifyInteger() argument 57 converter_->FromV8Value(v8_value, context())); in VerifyInteger() 65 testing::AssertionResult VerifyDouble(v8::Local<v8::Value> v8_value, in VerifyDouble() argument 69 converter_->FromV8Value(v8_value, context())); in VerifyDouble() 77 testing::AssertionResult VerifyString(v8::Local<v8::Value> v8_value, in VerifyString() argument 81 converter_->FromV8Value(v8_value, context())); in VerifyString()
|
D | dom_activity_logger.cc | 26 const v8::Handle<v8::Value>& v8_value, in AppendV8Value() argument 34 v8_value, v8::Isolate::GetCurrent()->GetCurrentContext())); in AppendV8Value()
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
D | v8_types.py | 504 def v8_value_to_cpp_value(idl_type, extended_attributes, v8_value, index, isolate): argument 511 return v8_value_to_cpp_value_array_or_sequence(native_array_element_type, v8_value, index) 519 arguments = ', '.join([v8_value, 'EnforceRange', 'exceptionState']) 521 arguments = ', '.join([v8_value, 'Clamp', 'exceptionState']) 523 arguments = ', '.join([v8_value, 'exceptionState']) 525 arguments = v8_value 539 …pression_format.format(arguments=arguments, idl_type=base_idl_type, v8_value=v8_value, isolate=iso… 542 def v8_value_to_cpp_value_array_or_sequence(native_array_element_type, v8_value, index, isolate='in… argument 559 …me, cpp_type=this_cpp_type, index=index, ref_ptr_type=ref_ptr_type, v8_value=v8_value, isolate=iso… 563 def v8_value_to_local_cpp_value(idl_type, extended_attributes, v8_value, variable_name, index=None,… argument [all …]
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_try_catch.cc | 45 ppapi::ScopedPPVar PepperTryCatch::FromV8(v8::Handle<v8::Value> v8_value) { in FromV8() argument 46 if (HasException() || v8_value.IsEmpty()) { in FromV8() 52 bool success = converter.FromV8ValueSync(v8_value, GetContext(), &result); in FromV8()
|
D | pepper_try_catch.h | 36 ppapi::ScopedPPVar FromV8(v8::Handle<v8::Value> v8_value);
|
D | message_channel.h | 126 void EnqueuePluginMessage(v8::Handle<v8::Value> v8_value);
|
D | message_channel.cc | 392 void MessageChannel::EnqueuePluginMessage(v8::Handle<v8::Value> v8_value) { in EnqueuePluginMessage() argument 402 v8_value, in EnqueuePluginMessage()
|
D | ppb_var_deprecated_impl.cc | 170 v8::Handle<v8::Value> v8_value = try_catch.ToV8(value); in SetPropertyDeprecated() local 175 accessor.GetObject()->Set(v8_name, v8_value); in SetPropertyDeprecated()
|