Searched refs:iterDirection (Results 1 – 2 of 2) sorted by relevance
527 auto iterDirection = animationStringParams.find(DOM_ANIMATION_DIRECTION_API); in JsCreateAnimation() local528 if (iterDirection != animationStringParams.end()) { in JsCreateAnimation()529 animator_->SetAnimationDirection(StringToAnimationDirection(iterDirection->second)); in JsCreateAnimation()701 auto iterDirection = params_.find(DOM_ANIMATION_DIRECTION_API); in UpdateAnimator() local702 if (iterDirection != params_.end()) { in UpdateAnimator()703 animator->SetAnimationDirection(StringToAnimationDirection(iterDirection->second)); in UpdateAnimator()
426 auto iterDirection = animationStringOptions.find(DOM_ANIMATION_DIRECTION_API); in JsCreateAnimation() local427 if (iterDirection != animationStringOptions.end()) { in JsCreateAnimation()428 tweenOption.SetAnimationDirection(StringToAnimationDirection(iterDirection->second)); in JsCreateAnimation()