Searched refs:currentProxyInAnimation_ (Results 1 – 2 of 2) sorted by relevance
5203 if (!currentProxyInAnimation_ && toIndex == CurrentIndex()) { in OnCustomContentTransition()5210 if (currentProxyInAnimation_) { in OnCustomContentTransition()5211 fromIndex = currentProxyInAnimation_->GetToIndex(); in OnCustomContentTransition()5222 currentProxyInAnimation_->SetHasOnChanged(true); in OnCustomContentTransition()5262 currentProxyInAnimation_ = proxy; in TriggerCustomContentTransitionEvent()5302 currentProxyInAnimation_ = nullptr; in OnCustomAnimationFinish()
1099 RefPtr<TabContentTransitionProxy> currentProxyInAnimation_; variable