Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp550 bool showInSubWindowBool = false; member
1109 napi_get_value_bool(env, asyncContext->showInSubWindow, &asyncContext->showInSubWindowBool); in GetNapiNamedBoolProperties()
1324 … napi_get_value_bool(env, asyncContext->showInSubWindow, &asyncContext->showInSubWindowBool); in JSPromptShowDialog()
1452 .showInSubWindow = asyncContext->showInSubWindowBool, in JSPromptShowDialog()
1573 … napi_get_value_bool(env, asyncContext->showInSubWindow, &asyncContext->showInSubWindowBool); in JSPromptShowActionMenu()
1668 .showInSubWindow = asyncContext->showInSubWindowBool, in JSPromptShowActionMenu()
1871 .showInSubWindow = asyncContext->showInSubWindowBool, in GetPromptActionDialog()