Searched refs:backgroundColorObj (Results 1 – 1 of 1) sorted by relevance
1596 JSRef<JSObject> backgroundColorObj = objectTemplate->NewInstance(); in GetBackgroundColor() local1597 …backgroundColorObj->SetProperty<std::string>("color", backgroundColorStyle.backgroundColor->ColorT… in GetBackgroundColor()1598 backgroundColorObj->SetProperty<std::string>( in GetBackgroundColor()1600 info.SetReturnValue(backgroundColorObj); in GetBackgroundColor()