HomeSort by relevance Sort by last modified time
    Searched refs:GetReturnValue (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/skia/experimental/SkV8Example/
BaseContext.cpp 169 info.GetReturnValue().Set(String::NewFromUtf8(info.GetIsolate(), buf));
237 info.GetReturnValue().Set(
250 info.GetReturnValue().Set(
Global.cpp 130 args.GetReturnValue().Set(Integer::New(gGlobal->fIsolate, id));
  /external/chromium_org/chrome/renderer/extensions/
enterprise_platform_keys_natives.cc 115 call_info.GetReturnValue().Set(
webstore_bindings.cc 100 args.GetReturnValue().Set(static_cast<int32_t>(install_id));
  /external/chromium_org/extensions/renderer/
logging_native_handler.cc 50 args.GetReturnValue().Set(DCHECK_IS_ON);
v8_schema_registry.cc 34 args.GetReturnValue().Set(
module_system.cc 200 args.GetReturnValue().Set(RequireForJsInner(module_name));
406 info.GetReturnValue().Set(new_field);
490 args.GetReturnValue().Set(RequireNativeFromString(native_name));
527 args.GetReturnValue().Set(resolver->GetPromise());
572 args.GetReturnValue().Set(privates);
safe_builtins.cc 192 info.GetReturnValue().Set(return_value);
set_icon_natives.cc 146 args.GetReturnValue().Set(dict);
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.cc 130 bool GetReturnValue(const unsigned char* offset, const unsigned char* end,
183 if (GetReturnValue(offset, end, &return_value))
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 79 info.GetReturnValue().Set(v);
85 info.GetReturnValue().Set(v);
91 info.GetReturnValue().Set(v);
97 info.GetReturnValue().Set(v);
103 info.GetReturnValue().SetNull();
109 info.GetReturnValue().SetUndefined();
115 info.GetReturnValue().SetEmptyString();
125 V8PerIsolateData::from(isolate)->stringCache()->setReturnValueFromString(info.GetReturnValue(), string.impl());
135 V8PerIsolateData::from(isolate)->stringCache()->setReturnValueFromString(info.GetReturnValue(), string.impl());
145 V8PerIsolateData::from(isolate)->stringCache()->setReturnValueFromString(info.GetReturnValue(), string.impl())
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 129 info.GetReturnValue().Set((v8::Handle<v8::Value>)value);\
230 info.GetReturnValue().Set(valueRes.ToJSValue());\
389 info.GetReturnValue().Set(0x004);\
394 info.GetReturnValue().Set(0);\
434 info.GetReturnValue().Set((v8::Handle<v8::Value>)value);\
631 info.GetReturnValue().Set(valueRes.ToJSValue());\
669 info.GetReturnValue().Set(valueRes.ToJSValue());\
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 231 if (DOMDataStore::setReturnValueFromWrapper<{{v8_class}}>(callbackInfo.GetReturnValue(), impl))
245 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<{{v8_class}}>(callbackInfo.GetReturnValue(), impl))
258 if (DOMDataStore::setReturnValueFromWrapperFast<{{v8_class}}>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
  /external/chromium_org/chrome/renderer/
external_extension.cc 160 args.GetReturnValue().Set(static_cast<int32_t>(install));
  /external/chromium_org/v8/src/extensions/
externalize-string-extension.cc 122 args.GetReturnValue().Set(is_one_byte);
statistics-extension.cc 147 args.GetReturnValue().Set(result);
  /external/chromium_org/v8/test/cctest/
test-api.cc 116 args.GetReturnValue().Set(result);
128 args.GetReturnValue().Set(result);
    [all...]
test-decls.cc 185 info.GetReturnValue().Set(context->Get(key));
195 info.GetReturnValue().Set(context->Set(key, value));
204 info.GetReturnValue().Set(context->Query(key));
test-alloc.cc 113 info.GetReturnValue().Set(v8::Utils::ToLocal(Test()));
test-log-stack-tracer.cc 100 args.GetReturnValue().Set(args.This());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventConstructor.cpp 116 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8Uint8Array>(info.GetReturnValue(), cppValue.get()))
137 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(), cppValue.get()))
172 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(), cppValue.get()))
  /external/chromium_org/v8/src/
d8-posix.cc 510 args.GetReturnValue().Set(accumulator);
523 args.GetReturnValue().Set(accumulator);
563 args.GetReturnValue().Set(previous);
d8.cc 340 args.GetReturnValue().Set(heap->synthetic_time());
344 args.GetReturnValue().Set(delta.InMillisecondsF());
356 args.GetReturnValue().Set(index);
370 args.GetReturnValue().Set(index);
380 args.GetReturnValue().Set(
399 args.GetReturnValue().Set(index);
446 args.GetReturnValue().Set(result);
456 info.GetReturnValue().Set(data->realm_shared_);
511 args.GetReturnValue().Set(source);
581 args.GetReturnValue().Set
    [all...]
  /external/chromium_org/v8/samples/
shell.cc 185 args.GetReturnValue().Set(source);
233 args.GetReturnValue().Set(
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.cpp 130 args.GetReturnValue().Set(Integer::New(gGlobal->fIsolate, id));

Completed in 367 milliseconds

1 2 34 5