Searched refs:autoCancelValue (Results 1 – 3 of 3) sorted by relevance
119 JSRef<JSVal> autoCancelValue = constructorArg->GetProperty("autoCancel"); in ConstructorCallback() local120 if (autoCancelValue->IsBoolean()) { in ConstructorCallback()121 instance->dialogProperties_.autoCancel = autoCancelValue->ToBoolean(); in ConstructorCallback()
420 auto autoCancelValue = obj->GetProperty("autoCancel"); in Show() local421 if (autoCancelValue->IsBoolean()) { in Show()422 properties.autoCancel = autoCancelValue->ToBoolean(); in Show()
367 auto autoCancelValue = obj->GetProperty("autoCancel"); in Show() local368 if (autoCancelValue->IsBoolean()) { in Show()369 properties.autoCancel = autoCancelValue->ToBoolean(); in Show()