Searched refs:backgroundColorApi (Results 1 – 1 of 1) sorted by relevance
524 napi_value backgroundColorApi = nullptr; member1124 … napi_get_named_property(env, argv[index], "backgroundColor", &asyncContext->backgroundColorApi); in GetNapiNamedProperties()1301 … napi_get_named_property(env, argv[0], "backgroundColor", &asyncContext->backgroundColorApi); in JSPromptShowDialog()1308 backgroundColor = GetColorProps(env, asyncContext->backgroundColorApi); in JSPromptShowDialog()1863 auto backgroundColorProps = GetColorProps(env, asyncContext->backgroundColorApi); in GetPromptActionDialog()