Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp119 JSRef<JSVal> autoCancelValue = constructorArg->GetProperty("autoCancel"); in ConstructorCallback() local
120 if (autoCancelValue->IsBoolean()) { in ConstructorCallback()
121 instance->dialogProperties_.autoCancel = autoCancelValue->ToBoolean(); in ConstructorCallback()
H A Djs_alert_dialog.cpp420 auto autoCancelValue = obj->GetProperty("autoCancel"); in Show() local
421 if (autoCancelValue->IsBoolean()) { in Show()
422 properties.autoCancel = autoCancelValue->ToBoolean(); in Show()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp367 auto autoCancelValue = obj->GetProperty("autoCancel"); in Show() local
368 if (autoCancelValue->IsBoolean()) { in Show()
369 properties.autoCancel = autoCancelValue->ToBoolean(); in Show()