Searched refs:gridCountValue (Results 1 – 3 of 3) sorted by relevance
164 auto gridCountValue = constructorArg->GetProperty("gridCount"); in ConstructorCallback() local165 if (gridCountValue->IsNumber()) { in ConstructorCallback()166 instance->dialogProperties_.gridCount = gridCountValue->ToNumber<int32_t>(); in ConstructorCallback()
414 auto gridCountValue = obj->GetProperty("gridCount"); in Show() local415 if (gridCountValue->IsNumber()) { in Show()416 properties.gridCount = gridCountValue->ToNumber<int32_t>(); in Show()
403 auto gridCountValue = obj->GetProperty("gridCount"); in Show() local404 if (gridCountValue->IsNumber()) { in Show()405 properties.gridCount = gridCountValue->ToNumber<int32_t>(); in Show()