Searched refs:nestScrollBarProxy_ (Results 1 – 3 of 3) sorted by relevance
43 pattern->nestScrollBarProxy_.clear();49 EXPECT_EQ(pattern->nestScrollBarProxy_.size(), 1);66 pattern->nestScrollBarProxy_.clear();73 ASSERT_NE(scrollPnTest->nestScrollBarProxy_.size(), 0);76 ASSERT_EQ(scrollPnTest->nestScrollBarProxy_.size(), 0);93 scrollPn->nestScrollBarProxy_.clear();96 EXPECT_EQ(scrollPn->nestScrollBarProxy_.size(), 0);
309 for (auto proxy : nestScrollBarProxy_) { in StartScrollBarAnimatorByProxy()322 for (auto proxy : nestScrollBarProxy_) { in StopScrollBarAnimatorByProxy()928 std::list<WeakPtr<NG::ScrollBarProxy>> nestScrollBarProxy_; variable
1047 for (auto nestbar : nestScrollBarProxy_) { in UpdateScrollBarRegion()3527 if (std::find(nestScrollBarProxy_.begin(), nestScrollBarProxy_.end(), scrollBarProxy) != in AddNestScrollBarProxy()3528 nestScrollBarProxy_.end()) { in AddNestScrollBarProxy()3531 nestScrollBarProxy_.emplace_back(scrollBarProxy); in AddNestScrollBarProxy()3536 auto iter = std::find(nestScrollBarProxy_.begin(), nestScrollBarProxy_.end(), scrollBarProxy); in DeleteNestScrollBarProxy()3537 if (iter != nestScrollBarProxy_.end()) { in DeleteNestScrollBarProxy()3538 nestScrollBarProxy_.erase(iter); in DeleteNestScrollBarProxy()