Searched refs:throbbing_view_ (Results 1 – 2 of 2) sorted by relevance
355 throbbing_view_(NULL) { in BookmarkBarView()964 bool was_throbbing = throbbing_view_ && in BookmarkNodeMoved()965 throbbing_view_ == DetermineViewToThrobFromRemove(old_parent, old_index); in BookmarkNodeMoved()967 throbbing_view_->StopThrobbing(); in BookmarkNodeMoved()991 if (!throbbing_view_ && sync_service_ && sync_service_->SetupInProgress()) { in BookmarkNodeAddedImpl()1500 DCHECK(!throbbing_view_); in StartThrobbing()1516 throbbing_view_ = overflow_button_; in StartThrobbing()1518 throbbing_view_ = static_cast<CustomButton*>(GetChildViewAt(index)); in StartThrobbing()1521 throbbing_view_ = other_bookmarked_button_; in StartThrobbing()1525 if (throbbing_view_) in StartThrobbing()[all …]
525 views::CustomButton* throbbing_view_; variable