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

  /external/chromium_org/extensions/renderer/
activity_log_converter_strategy_unittest.cc 33 testing::AssertionResult VerifyNull(v8::Local<v8::Value> v8_value) {
35 converter_->FromV8Value(v8_value, context()));
41 testing::AssertionResult VerifyBoolean(v8::Local<v8::Value> v8_value,
45 converter_->FromV8Value(v8_value, context()));
53 testing::AssertionResult VerifyInteger(v8::Local<v8::Value> v8_value,
57 converter_->FromV8Value(v8_value, context()));
65 testing::AssertionResult VerifyDouble(v8::Local<v8::Value> v8_value,
69 converter_->FromV8Value(v8_value, context()));
77 testing::AssertionResult VerifyString(v8::Local<v8::Value> v8_value,
81 converter_->FromV8Value(v8_value, context()))
    [all...]
dom_activity_logger.cc 23 // Converts the given |v8_value| and appends it to the given |list|, if the
26 const v8::Handle<v8::Value>& v8_value,
34 v8_value, v8::Isolate::GetCurrent()->GetCurrentContext()));
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_types.py 446 'Date': 'toCoreDate({v8_value})',
447 'DOMString': '{v8_value}',
450 'boolean': '{v8_value}->BooleanValue()',
464 'Dictionary': 'Dictionary({v8_value}, {isolate})',
465 'EventTarget': 'V8DOMWrapper::isDOMWrapper({v8_value}) ? toWrapperTypeInfo(v8::Handle<v8::Object>::Cast({v8_value}))->toEventTarget(v8::Handle<v8::Object>::Cast({v8_value})) : 0',
466 'NodeFilter': 'toNodeFilter({v8_value}, info.Holder(), ScriptState::current({isolate}))',
467 'Promise': 'ScriptPromise::cast(ScriptState::current({isolate}), {v8_value})',
468 'SerializedScriptValue': 'SerializedScriptValue::create({v8_value}, 0, 0, exceptionState, {isolate})'
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_try_catch.cc 45 ppapi::ScopedPPVar PepperTryCatch::FromV8(v8::Handle<v8::Value> v8_value) {
46 if (HasException() || v8_value.IsEmpty()) {
52 bool success = converter.FromV8ValueSync(v8_value, GetContext(), &result);
pepper_try_catch.h 36 ppapi::ScopedPPVar FromV8(v8::Handle<v8::Value> v8_value);
message_channel.h 126 void EnqueuePluginMessage(v8::Handle<v8::Value> v8_value);
message_channel.cc 392 void MessageChannel::EnqueuePluginMessage(v8::Handle<v8::Value> v8_value) {
402 v8_value,
ppb_var_deprecated_impl.cc 170 v8::Handle<v8::Value> v8_value = try_catch.ToV8(value); local
175 accessor.GetObject()->Set(v8_name, v8_value);

Completed in 557 milliseconds