Searched defs:refreshComponent (Results 1 – 2 of 2) sorted by relevance
134 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable159 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable184 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable208 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable231 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable254 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable277 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable299 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable322 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable346 auto refreshComponent = AceType::DynamicCast<DOMRefresh>(refresh)->GetSpecializedComponent(); variable
29 auto refreshComponent = AceType::MakeRefPtr<RefreshComponent>(); in Create() local