| /third_party/node/test/js-native-api/5_function_factory/ |
| D | 5_function_factory.c | 10 static napi_value CreateFunction(napi_env env, napi_callback_info info) { in CreateFunction() function 20 napi_create_function(env, "exports", -1, CreateFunction, NULL, &exports)); in Init()
|
| /third_party/cef/tests/cefclient/renderer/ |
| D | performance_test.cc | 143 CefV8Value::CreateFunction(kGetPerfTests, handler), in OnContextCreated() 146 CefV8Value::CreateFunction(kRunPerfTest, handler), in OnContextCreated() 149 CefV8Value::CreateFunction(kPerfTestReturnValue, handler), in OnContextCreated()
|
| D | performance_test_tests.cc | 106 CefRefPtr<CefV8Value> value = CefV8Value::CreateFunction(name, handler); in PERF_TEST_FUNC() 126 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction(name, handler); in PERF_TEST_FUNC() 151 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction(name, handler); in PERF_TEST_FUNC()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | ShaderModuleMTL.h | 45 MaybeError CreateFunction(const char* entryPointName,
|
| D | UtilsMetal.mm | 201 DAWN_TRY(shaderModule->CreateFunction(shaderEntryPoint, singleShaderStage, 284 DAWN_TRY(shaderModule->CreateFunction(
|
| D | ShaderModuleMTL.mm | 173 MaybeError ShaderModule::CreateFunction(const char* entryPointName,
|
| /third_party/cef/tests/ceftests/ |
| D | v8_unittest.cc | 1885 CefRefPtr<CefV8Value> value = CefV8Value::CreateFunction("f", new Handler); in RunFunctionCreateTest() 1954 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction(kFuncName, handler); in RunFunctionHandlerTest() 2010 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction("myfunc", handler); in RunFunctionHandlerExceptionTest() 2055 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction("myfunc", handler); in RunFunctionHandlerFailTest() 2105 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction("myfunc", handler); in RunFunctionHandlerNoObjectTest() 2152 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction("myfunc", handler); in RunFunctionHandlerWithContextTest() 2210 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction("myfunc", handler); in RunFunctionHandlerEmptyStringTest() 2383 CefRefPtr<CefV8Value> func = CefV8Value::CreateFunction(kFuncName, handler); in RunStackTraceTest() 2554 CefV8Value::CreateFunction("v8_context_entered_test", handler); in OnContextCreated() 2603 CefV8Value::CreateFunction("notify_test_done", handler); in OnContextCreated() [all …]
|
| D | message_router_unittest.cc | 134 CefV8Value::CreateFunction(kJSNotifyFunc, handler.get()); in OnContextCreated() 138 CefV8Value::CreateFunction(kJSAssertTotalCountFunc, handler.get()); in OnContextCreated() 142 CefV8Value::CreateFunction(kJSAssertBrowserCountFunc, handler.get()); in OnContextCreated() 146 CefV8Value::CreateFunction(kJSAssertContextCountFunc, handler.get()); in OnContextCreated()
|
| /third_party/node/deps/v8/src/init/ |
| D | bootstrapper.cc | 468 V8_NOINLINE Handle<JSFunction> CreateFunction( in CreateFunction() function 487 V8_NOINLINE Handle<JSFunction> CreateFunction( in CreateFunction() function 490 return CreateFunction(isolate, in CreateFunction() 500 Handle<JSFunction> function = CreateFunction( in InstallFunction() 833 Handle<JSFunction> object_fun = CreateFunction( in CreateObjectFunction() 1889 CreateFunction(isolate_, factory->ArrayIterator_string(), in InitializeGlobal() 2202 Handle<JSFunction> string_iterator_function = CreateFunction( in InitializeGlobal() 2687 Handle<JSFunction> regexp_string_iterator_function = CreateFunction( in InitializeGlobal() 3210 Handle<JSFunction> segments_fun = CreateFunction( in InitializeGlobal() 3245 Handle<JSFunction> segment_iterator_fun = CreateFunction( in InitializeGlobal() [all …]
|
| /third_party/cef/include/ |
| D | cef_v8.h | 534 static CefRefPtr<CefV8Value> CreateFunction(const CefString& name,
|
| /third_party/cef/libcef_dll/wrapper/ |
| D | cef_message_router.cc | 790 CefV8Value::CreateFunction(config_.js_query_function, handler.get()); in OnContextCreated() 795 CefV8Value::CreateFunction(config_.js_cancel_function, handler.get()); in OnContextCreated()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | v8value_ctocpp.cc | 169 CefRefPtr<CefV8Value> CefV8Value::CreateFunction( in CreateFunction() function in CefV8Value
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | v8value_cpptoc.cc | 182 CefRefPtr<CefV8Value> _retval = CefV8Value::CreateFunction( in cef_v8value_create_function()
|
| /third_party/node/doc/api/ |
| D | addons.md | 758 void CreateFunction(const FunctionCallbackInfo<Value>& args) { 773 NODE_SET_METHOD(module, "exports", CreateFunction);
|
| /third_party/cef/libcef/renderer/ |
| D | v8_impl.cc | 1431 CefRefPtr<CefV8Value> CefV8Value::CreateFunction( in CreateFunction() function in CefV8Value
|
| /third_party/libabigail/tests/data/test-diff-dwarf-abixml/ |
| D | test0-pr19026-libvtkIOSQL-6.1.so.1.abi | 1446 …<typedef-decl name='CreateFunction' type-id='type-id-175' filepath='/var/tmp/gamblin2/spack-stage/… 6795 …<typedef-decl name='CreateFunction' type-id='type-id-175' filepath='/var/tmp/gamblin2/spack-stage/…
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 39841 + CreateFunction<SessionsRestoreFunction>(true).get(), "[\"1\"]",
|