/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/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 | 751 void CreateFunction(const FunctionCallbackInfo<Value>& args) { 766 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/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 38631 + CreateFunction<SessionsRestoreFunction>(true).get(), "[\"1\"]",
|