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

1 23 4 5

  /external/chromium_org/extensions/renderer/
file_system_natives.cc 63 args.GetReturnValue().Set(
100 args.GetReturnValue().Set(
121 args.GetReturnValue().Set(v8::String::NewFromUtf8(args.GetIsolate(),
152 args.GetReturnValue().Set(
render_view_observer_natives.cc 74 args.GetReturnValue().Set(true);
runtime_custom_bindings.cc 79 args.GetReturnValue().Set(static_cast<int32_t>(port_id));
109 args.GetReturnValue().Set(static_cast<int32_t>(port_id));
117 args.GetReturnValue().Set(converter->ToV8Value(
176 args.GetReturnValue().Set(v8_views);
user_gestures_native_handler.cc 29 args.GetReturnValue().Set(v8::Boolean::New(
event_bindings.cc 222 args.GetReturnValue().Set(static_cast<int32_t>(-1));
227 args.GetReturnValue().Set(static_cast<int32_t>(-1));
244 args.GetReturnValue().Set(static_cast<int32_t>(id));
293 args.GetReturnValue().Set(array);
  /external/chromium_org/extensions/renderer/guest_view/
guest_view_internal_custom_bindings.cc 75 args.GetReturnValue().Set(v8::Boolean::New(context()->isolate(), true));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8MutationObserverCustom.cpp 67 info.GetReturnValue().Set(wrapper);
V8ArrayBufferCustom.h 102 if (DOMDataStore::setReturnValueFromWrapper<V8ArrayBuffer>(info.GetReturnValue(), impl))
116 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8ArrayBuffer>(info.GetReturnValue(), impl))
129 if (DOMDataStore::setReturnValueFromWrapperFast<V8ArrayBuffer>(info.GetReturnValue(), impl, info.Holder(), wrappable))
  /external/chromium_org/v8/test/cctest/compiler/
test-run-deopt.cc 19 return args.GetReturnValue().Set(frame->is_optimized());
  /external/chromium_org/v8/test/cctest/
test-platform.cc 31 args.GetReturnValue().Set(v8::Integer::NewFromUnsigned(
test-accessors.cc 49 info.GetReturnValue().Set(v8_num(900));
55 info.GetReturnValue().Set(v8_num(902));
62 info.GetReturnValue().Set(v8_num(907));
106 info.GetReturnValue().Set(v8_num(*value));
153 info.GetReturnValue().Set(v8_num(x_register[offset]));
177 info.GetReturnValue().Set(v8_num(-1));
239 info.GetReturnValue().Set(v8::String::NewFromUtf8(info.GetIsolate(), "foo"));
284 info.GetReturnValue().Set(17);
314 info.GetReturnValue().Set(v8::Handle<v8::Value>());
424 info.GetReturnValue().Set(v8::Array::New(info.GetIsolate(), 1000))
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_v8.cc 611 args.GetReturnValue().SetNull();
630 args.GetReturnValue().Set(
638 args.GetReturnValue().SetNull();
641 args.GetReturnValue().SetEmptyString();
644 args.GetReturnValue().Set(
648 args.GetReturnValue().SetEmptyString();
660 args.GetReturnValue().SetNull();
666 args.GetReturnValue().SetNull();
672 args.GetReturnValue().Set(false);
675 args.GetReturnValue().Set
    [all...]
  /external/chromium_org/v8/src/
accessors.cc 169 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
226 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
311 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
346 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
383 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(id, isolate)));
420 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
455 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
490 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
527 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
565 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)))
    [all...]
  /external/chromium_org/build/android/pylib/utils/
reraiser_thread.py 67 def GetReturnValue(self):
155 return [t.GetReturnValue() for t in self._threads]
  /external/chromium_org/gin/
arguments.h 72 info_->GetReturnValue().Set(ConvertToV8(isolate_, val));
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 584 args.GetReturnValue().Set(ASCIILiteralToV8String(args.GetIsolate(), "127.0.0.1"));
586 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), result));
609 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list));
632 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address));
634 args.GetReturnValue().SetNull();
647 args.GetReturnValue().SetNull();
662 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list));
670 args.GetReturnValue().SetNull();
678 args.GetReturnValue().Set(false);
681 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), sorted_ip_address_list))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface3.h 81 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterface3>(callbackInfo.GetReturnValue(), impl))
95 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterface3>(callbackInfo.GetReturnValue(), impl))
108 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterface3>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
V8TestInterfaceEventConstructor.h 80 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEventConstructor>(callbackInfo.GetReturnValue(), impl))
94 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterfaceEventConstructor>(callbackInfo.GetReturnValue(), impl))
107 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEventConstructor>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
V8TestInterfaceEventTarget.h 86 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEventTarget>(callbackInfo.GetReturnValue(), impl))
100 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterfaceEventTarget>(callbackInfo.GetReturnValue(), impl))
113 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEventTarget>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
V8TestInterfaceNotScriptWrappable.h 71 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceNotScriptWrappable>(callbackInfo.GetReturnValue(), impl))
85 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterfaceNotScriptWrappable>(callbackInfo.GetReturnValue(), impl))
98 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceNotScriptWrappable>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
V8TestInterfaceWillBeGarbageCollected.h 87 if (DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceWillBeGarbageCollected>(callbackInfo.GetReturnValue(), impl))
101 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestInterfaceWillBeGarbageCollected>(callbackInfo.GetReturnValue(), impl))
114 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceWillBeGarbageCollected>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
V8TestObject.h 113 if (DOMDataStore::setReturnValueFromWrapper<V8TestObject>(callbackInfo.GetReturnValue(), impl))
127 if (DOMDataStore::setReturnValueFromWrapperForMainWorld<V8TestObject>(callbackInfo.GetReturnValue(), impl))
140 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestObject>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 658 args.GetReturnValue().Set(
680 args.GetReturnValue().Set(v8::Int32::New(isolate, disposition));
705 args.GetReturnValue().Set(v8_mv_items);
727 args.GetReturnValue().Set(GenerateMostVisitedItem(
739 args.GetReturnValue().Set(UTF16ToV8String(isolate, query));
745 args.GetReturnValue().Set(base::i18n::IsRTL());
753 args.GetReturnValue().Set(static_cast<int32_t>(
771 args.GetReturnValue().Set(data);
    [all...]
  /external/chromium_org/v8/samples/
process.cc 378 info.GetReturnValue().Set(String::NewFromUtf8(
398 info.GetReturnValue().Set(value_obj);
474 info.GetReturnValue().Set(String::NewFromUtf8(
485 info.GetReturnValue().Set(String::NewFromUtf8(
495 info.GetReturnValue().Set(String::NewFromUtf8(
506 info.GetReturnValue().Set(String::NewFromUtf8(
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 169 info.GetReturnValue().Set(String::NewFromUtf8(info.GetIsolate(), buf));
237 info.GetReturnValue().Set(
250 info.GetReturnValue().Set(

Completed in 358 milliseconds

1 23 4 5