Searched refs:v8_value (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dactivity_log_converter_strategy_unittest.cc33 testing::AssertionResult VerifyNull(v8::Local<v8::Value> v8_value) { argument
35 converter_->FromV8Value(v8_value, context()));
41 testing::AssertionResult VerifyBoolean(v8::Local<v8::Value> v8_value, argument
45 converter_->FromV8Value(v8_value, context()));
53 testing::AssertionResult VerifyInteger(v8::Local<v8::Value> v8_value, argument
57 converter_->FromV8Value(v8_value, context()));
65 testing::AssertionResult VerifyDouble(v8::Local<v8::Value> v8_value, argument
69 converter_->FromV8Value(v8_value, context()));
77 testing::AssertionResult VerifyString(v8::Local<v8::Value> v8_value, argument
81 converter_->FromV8Value(v8_value, contex
[all...]
H A Ddom_activity_logger.cc24 // Converts the given |v8_value| and appends it to the given |list|, if the
27 const v8::Handle<v8::Value>& v8_value,
37 v8_value, v8::Isolate::GetCurrent()->GetCurrentContext()));
26 AppendV8Value(const std::string& api_name, const v8::Handle<v8::Value>& v8_value, base::ListValue* list) argument
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_types.py376 'Date': 'toCoreDate({v8_value})',
377 'DOMString': '{v8_value}',
380 'boolean': '{v8_value}->BooleanValue()',
381 'float': 'static_cast<float>({v8_value}->NumberValue())',
382 'unrestricted float': 'static_cast<float>({v8_value}->NumberValue())',
383 'double': 'static_cast<double>({v8_value}->NumberValue())',
384 'unrestricted double': 'static_cast<double>({v8_value}->NumberValue())',
394 'CompareHow': 'static_cast<Range::CompareHow>({v8_value}->Int32Value())',
395 'Dictionary': 'Dictionary({v8_value}, info.GetIsolate())',
396 'EventTarget': 'V8DOMWrapper::isDOMWrapper({v8_value})
[all...]
H A Dv8_methods.py318 v8_value = 'argumentOrNull(info, %s)' % index
320 v8_value = 'info[%s]' % index
321 return idl_type.v8_value_to_local_cpp_value(extended_attributes, v8_value,
/external/chromium_org/content/renderer/pepper/
H A Dmessage_channel.cc318 v8::Handle<v8::Value> v8_value = WebBindings::toV8Value(variant); local
322 v8_value,
506 v8::Handle<v8::Value> v8_value = WebBindings::toV8Value(message_data); local
509 v8_value,

Completed in 210 milliseconds