Searched refs:IsClosing (Results 1 – 14 of 14) sorted by relevance
50 EXPECT_FALSE(animation.IsClosing()); in TEST_F()69 EXPECT_FALSE(animation.IsClosing()); in TEST_F()79 EXPECT_TRUE(animation.IsClosing()); in TEST_F()85 EXPECT_FALSE(animation.IsClosing()); in TEST_F()
71 bool IsClosing() const { return !showing_ && value_end_ < value_current_; } in IsClosing() function
26 virtual bool IsClosing() const OVERRIDE;
26 bool DownloadShelfMac::IsClosing() const { function
23 virtual bool IsClosing() const OVERRIDE;
24 bool TestDownloadShelf::IsClosing() const { in IsClosing() function in TestDownloadShelf
154 virtual bool IsClosing() const = 0;
112 !animation_->IsClosing()) { in Hide()115 if (animation_->IsClosing()) { in Hide()
84 virtual bool IsClosing() const OVERRIDE;
373 bool DownloadShelfView::IsClosing() const { in IsClosing() function in DownloadShelfView374 return shelf_animation_->IsClosing(); in IsClosing()
91 if ((arrow_target_height_ != height) && !animation_.IsClosing()) { in SetArrowTargetHeight()
331 bool IsClosing() const { return in_shutdown_; } in IsClosing() function
1408 if (view != NULL && !view->IsClosing()) in CanFocus()
258 (download_shelf->IsShowing() || download_shelf->IsClosing()); in DownloadShelfNeedsLayout()