Home
last modified time | relevance | path

Searched refs:CreateFunction (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/js-native-api/5_function_factory/
D5_function_factory.c10 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/
Dperformance_test.cc143 CefV8Value::CreateFunction(kGetPerfTests, handler), in OnContextCreated()
146 CefV8Value::CreateFunction(kRunPerfTest, handler), in OnContextCreated()
149 CefV8Value::CreateFunction(kPerfTestReturnValue, handler), in OnContextCreated()
Dperformance_test_tests.cc106 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/
DShaderModuleMTL.h45 MaybeError CreateFunction(const char* entryPointName,
DUtilsMetal.mm201 DAWN_TRY(shaderModule->CreateFunction(shaderEntryPoint, singleShaderStage,
284 DAWN_TRY(shaderModule->CreateFunction(
DShaderModuleMTL.mm173 MaybeError ShaderModule::CreateFunction(const char* entryPointName,
/third_party/cef/tests/ceftests/
Dv8_unittest.cc1885 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 …]
Dmessage_router_unittest.cc134 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/
Dcef_v8.h534 static CefRefPtr<CefV8Value> CreateFunction(const CefString& name,
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc790 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/
Dv8value_ctocpp.cc169 CefRefPtr<CefV8Value> CefV8Value::CreateFunction( in CreateFunction() function in CefV8Value
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc182 CefRefPtr<CefV8Value> _retval = CefV8Value::CreateFunction( in cef_v8value_create_function()
/third_party/node/doc/api/
Daddons.md751 void CreateFunction(const FunctionCallbackInfo<Value>& args) {
766 NODE_SET_METHOD(module, "exports", CreateFunction);
/third_party/cef/libcef/renderer/
Dv8_impl.cc1431 CefRefPtr<CefV8Value> CefV8Value::CreateFunction( in CreateFunction() function in CefV8Value
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch38631 + CreateFunction<SessionsRestoreFunction>(true).get(), "[\"1\"]",