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

1 2 3 45

  /external/chromium_org/extensions/renderer/
module_system_unittest.cc 24 args.GetReturnValue().Set(static_cast<int32_t>(counter_));
dispatcher.cc 176 args.GetReturnValue().Set(GetOrCreateChrome(context()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8XMLHttpRequestCustom.cpp 71 info.GetReturnValue().Set(wrapper);
  /external/chromium_org/v8/samples/
lineprocessor.cc 360 args.GetReturnValue().Set(ReadLine());
  /external/chromium_org/v8/src/
arguments.h 143 v8::Handle<V> GetReturnValue(Isolate* isolate);
d8.h 309 args.GetReturnValue().Set(ReadFromStdin(args.GetIsolate()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 135 virtual HRESULT WINAPI GetReturnValue(void) = 0;
161 HRESULT (WINAPI *GetReturnValue)(ICallFrame *This);
189 #define ICallFrame_GetReturnValue(This) (This)->lpVtbl->GetReturnValue(This)
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 88 if ({{attribute.cpp_value}} && DOMDataStore::setReturnValueFromWrapper{{world_suffix}}<V8{{attribute.idl_type}}>(info.GetReturnValue(), {{attribute.cpp_value}}.get()))
  /external/chromium_org/v8/test/cctest/
test-thread-termination.cc 215 args.GetReturnValue().Set(result);
test-debug.cc     [all...]
test-assembler-ia32.cc 489 args.GetReturnValue().Set(v8::Integer::New(CcTest::isolate(), res));
test-assembler-x64.cc 633 args.GetReturnValue().Set(v8::Integer::New(CcTest::isolate(), res));
  /external/chromium_org/chrome/renderer/extensions/
cast_streaming_native_handler.cc 359 args.GetReturnValue().Set(result);
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.cpp 147 if (cppValue && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(), cppValue.get()))
    [all...]

Completed in 1272 milliseconds

1 2 3 45