Searched refs:showInSubWindowValue (Results 1 – 4 of 4) sorted by relevance
216 auto showInSubWindowValue = constructorArg->GetProperty("showInSubWindow"); in ConstructorCallback() local217 if (showInSubWindowValue->IsBoolean()) { in ConstructorCallback()222 instance->dialogProperties_.isShowInSubWindow = showInSubWindowValue->ToBoolean(); in ConstructorCallback()
445 auto showInSubWindowValue = obj->GetProperty("showInSubWindow"); in Show() local446 if (showInSubWindowValue->IsBoolean()) { in Show()451 properties.isShowInSubWindow = showInSubWindowValue->ToBoolean(); in Show()
409 auto showInSubWindowValue = obj->GetProperty("showInSubWindow"); in Show() local410 if (showInSubWindowValue->IsBoolean()) { in Show()415 properties.isShowInSubWindow = showInSubWindowValue->ToBoolean(); in Show()
922 JSRef<JSVal> showInSubWindowValue = popupObj->GetProperty("showInSubWindow"); in ParsePopupCommonParam() local923 if (showInSubWindowValue->IsBoolean()) { in ParsePopupCommonParam()924 bool showInSubBoolean = showInSubWindowValue->ToBoolean(); in ParsePopupCommonParam()3517 JSRef<JSVal> showInSubWindowValue = menuOptions->GetProperty("showInSubWindow"); in ParseMenuParam() local3520 if (showInSubWindowValue->IsBoolean()) { in ParseMenuParam()3521 menuParam.isShowInSubWindow = showInSubWindowValue->ToBoolean(); in ParseMenuParam()