Searched refs:selectedProperty (Results 1 – 3 of 3) sorted by relevance
109 JSRef<JSVal> selectedProperty = paramObj->GetProperty("selected"); in Create() local110 if (selectedProperty->IsNumber()) { in Create()111 selectedVal = selectedProperty->ToNumber<int32_t>(); in Create()114 } else if (length > 0 && selectedProperty->IsObject()) { in Create()115 JSRef<JSObject> selectedObj = JSRef<JSObject>::Cast(selectedProperty); in Create()
353 auto selectedProperty = paramObj->GetProperty("selectedTextStyle"); in ParseTextProperties() local365 if (!selectedProperty->IsNull() && selectedProperty->IsObject()) { in ParseTextProperties()366 JSRef<JSObject> selectedObj = JSRef<JSObject>::Cast(selectedProperty); in ParseTextProperties()
1721 auto selectedProperty = paramObj->GetProperty("selectedTextStyle"); in ParseTextProperties() local1733 if (!selectedProperty->IsNull() && selectedProperty->IsObject()) { in ParseTextProperties()1734 JSRef<JSObject> selectedObj = JSRef<JSObject>::Cast(selectedProperty); in ParseTextProperties()