Searched refs:LoadingProgressPaintMethod (Results 1 – 3 of 3) sorted by relevance
29 class ACE_EXPORT LoadingProgressPaintMethod : public NodePaintMethod {30 DECLARE_ACE_TYPE(LoadingProgressPaintMethod, NodePaintMethod) in DECLARE_ACE_TYPE() argument32 …explicit LoadingProgressPaintMethod(const RefPtr<LoadingProgressModifier>& loadingProgressModifier) in DECLARE_ACE_TYPE()35 ~LoadingProgressPaintMethod() override = default;88 ACE_DISALLOW_COPY_AND_MOVE(LoadingProgressPaintMethod);
48 return MakeRefPtr<LoadingProgressPaintMethod>(loadingProgressModifier_); in CreateNodePaintMethod()
205 … AceType::DynamicCast<LoadingProgressPaintMethod>(loadingProgressPattern->CreateNodePaintMethod());338 … AceType::DynamicCast<LoadingProgressPaintMethod>(loadingProgressPattern->CreateNodePaintMethod());