Searched refs:stateResource (Results 1 – 1 of 1) sorted by relevance
145 auto stateResource = AceType::MakeRefPtr<StateResource>(); in ParseStateResource() local175 … stateResource->SetStateValue(state, { .type = ThemeConstantsType::COLOR, .value = stateColor }); in ParseStateResource()178 return stateResource; in ParseStateResource()235 auto stateResource = ParseStateResource(name_, attrName, std::move(xmlWrapper)); in ParseContent() local236 if (!stateResource) { in ParseContent()239 … attributes_[attrName] = { .type = ThemeConstantsType::STATE_RESOURCE, .value = stateResource }; in ParseContent()